Release Notes
Red Hat AMQ
What's new in Red Hat AMQ
Version 6.3
Copyright © 2011-2017 Red Hat, Inc. and/or its affiliates.
23 Oct 2020
Abstract
These notes provide an overview of the changes between each release of Red Hat AMQ.
Chapter 1. What's New
Abstract
This section describes the main features and changes in version 6.3.
1.1. New Features in Red Hat AMQ 6.3
The primary aim of the AMQ 6.3 release has been stabilisation. There are many bug fixes, but no major new features in this release.
1.2. Technology Preview Features
The following features are provided as technical previews only in version 6.3, and are not suitable for production environments. For details on what "technical preview" means, see https://access.redhat.com/support/offerings/techpreview/.
- Replicated LevelDB store. See chapter "Using the Replicated LevelDB Persistence Adapter" in "Configuring Broker Persistence" for more details.
1.3. Important Notes
New Maven repository
Since AMQ 6.3, the AMQ Maven artifacts are available only from the following Maven repositories:
Hence for AMQ 6.3, you need to edit your Maven
settings.xml file, replacing the old repo.fusesource.com repository URLs (at Content from repo.fusesource.com is not included.https://repo.fusesource.com/nexus/content/repositories/releases and Content from repo.fusesource.com is not included.https://repo.fusesource.com/nexus/content/groups/ea) with the new Maven repository URLs.
Note
Older versions of AMQ (prior to 6.3) continue to use the old Maven repositories.
ActiveMQ runtime can now be wired to JMS 2.0 API bundle in OSGi
In AMQ 6.3, the ActiveMQ runtime has been modified so that it is compatible with and can be wired to the JMS 2.0 API bundle. This does not imply that ActiveMQ supports JMS 2.0. In fact, ActiveMQ still supports JMS 1.1 only. This change does mean, however, that it is now possible to deploy an ActiveMQ broker (which is a JMS 1.1 application) alongside a JMS 2.0 compliant application in the same OSGi container. This can be useful, for example, if you want to deploy two different messaging products in the same Apache Karaf container.
Upgraded Jetty from 8.1.x to 9
In the Apache Karaf container, Jetty (which provides the default HTTP servlet container for Karaf) has been upgraded from Jetty 8.1.x to Jetty 9. This has a significant impact on the Jetty container configuration, affecting settings in the
etc/org.ops4j.pax.web.cfg file and in the etc/jetty.xml file. For more details, see chapter "Securing the Jetty HTTP Server" in "Security Guide".
Chapter 2. Deprecated and Removed Features
OpenWire JMS is the only OpenWire client that will continue to be supported in the next major release of AMQ
In the next major release of AMQ (AMQ 7.0), support for most of the OpenWire clients will be dropped. The only OpenWire client that will continue to be supported is OpenWire JMS.
Support for KahaDB and LevelDB will be dropped in the next major release of AMQ
In the next major release of AMQ (AMQ 7.0), both the KahaDB message store and the LevelDB message store will be dropped. JBoss AMQ 7 has its own message store implementation and data model.
The implementation of the JDBC persistence adapter will change in the next major release of AMQ
While JBoss AMQ 7 will support a JDBC adapter, the AMQ 6.x JBDC adapter will not be supported on JBoss AMQ 7. A new JDBC store will need to be created.
Support for Apache Karaf (OSGi) container will be dropped in the next major release of AMQ
In the next major release of AMQ (AMQ 7.0), the Apache Karaf (OSGi) container will be dropped. AMQ 7.0 will be packaged as a standalone application, without any container technology.
Support for Fabric8 1.x will be dropped in the next major release of AMQ
In the next major release of AMQ (planned as AMQ 7.0), Fabric8 version 1 will be dropped, to be replaced by Fabric8 version 2. The Fabric8 version 2 upgrade is a new generation of distributed container technology that is entirely cloud-based and leverages the OpenShift technology stack to provide the foundation for containerized AMQ applications.
bin/deletefabric8 script has been removed
The
bin/deletefabric8 script has been removed in this release.
Tanuki based wrapper for installing AMQ as a service is deprecated
The Tanuki based wrapper scripts—generated using the
wrapper:install Karaf console command—for installing AMQ as a service are deprecated since AMQ 6.3 and will be removed in a future release of AMQ. To install the Apache Karaf container as a service, it is recommended that you use the new karaf-service-*.sh scripts from the bin/contrib directory instead.
bin/patch script is deprecated
The
bin/patch script (bin\patch.bat on Windows O/S) is deprecated and will be removed in a future release.
Spring Dynamic Modules (Spring-DM) is deprecated
Spring-DM (which integrates Spring XML with the OSGi service layer) is deprecated since 6.2.1 and you should use the Blueprint framework instead. Using Blueprint does not prevent you from using the Java libraries from the Spring framework: the latest version of Spring is compatible with Blueprint.
REST API is not supported
REST API is not supported in AMQ 6.x and never has been. The REST API described in the Apache ActiveMQ community documentation, Content from activemq.apache.org is not included.http://activemq.apache.org/rest.html, is only a demonstration, not a fully-developed feature. It cannot be used with AMQ 6.x and has multiple gaps in its functionality that make it unsuitable for production use.
Chapter 3. Known Issues
3.1. List of Known Issues in AMQ 6.3
The following list describes known issues in version 6.3:
- [Content from issues.jboss.org is not included.ENTMQ-1962 and Content from issues.jboss.org is not included.ENTMQ-2061] Missing bin/contrib scripts in A-MQ distro
- The AMQ GA distribution is missing
bin/contribscripts (for installing the broker as a service). The missing scripts have been made available in the rollup patch AMQ 6.3.0R1 and all subsequent rollup patches. - [Content from issues.jboss.org is not included.ENTMQ-1709] Missing kahaDB journal after broker failover in fabric8
- When a master/slave broker with shared storage fails (unclean shutdown) it can cause a missing kahadDB journal. The issue was originally reported in a Fabric8 environment, but it also affects standalone Fuse instances. You can work around this issue by setting
ignoreMissingJournalfiles=truein the kahaDB configuration. Without this setting the broker would refuse to start after failure, if it detects a missing journal. - [Content from issues.jboss.org is not included.ENTMQ-1933] Missing journal files after upgrading to 6.2.1 R2
- When upgrading to 6.3, the message broker might report a missing journal files error in the KahaDB store. If you encounter this error, stop and restart the broker (thus forcing the index to rebuild). This issue occurs because of some additional checks we put in place for the KahaDB store.
- [Content from issues.jboss.org is not included.ENTMQ-1909] C++ client subscription on topic is receiving only the first message sent
- When the subscriber to a topic is a Qpid C++ client, the client receives only the first message sent. This issue is a regression in 6.3 and will be fixed in an upcoming patch.
- [Content from issues.jboss.org is not included.ENTMQ-1504] [A-MQ, broker] disableAsyncDispatch="true" on transport connector appear to cause a thread deadlock
- Do not set the option
disableAsyncDispatch="true", as this can lead to a deadlock condition. - [Content from issues.jboss.org is not included.ENTESB-7789] Upgrade qpid-jms-client Version Used By camel-amqp
- The new
qpid-jms-clientis supported in FUSE 6.3 on only JDK 1.8. - [Content from issues.jboss.org is not included.ENTESB-5653] Profile-import fails on Windows paths (with backslashes)
- When using the
profile-importKaraf console command with Windows paths (using backslashes), the command fails, because the backslashes are left out. The workaround is to use forward slashes instead. For example:JBossFuse:karaf@root> profile-import file:C:/jboss-fuse-6.3.0.redhat-069/out.zip
- [Content from issues.jboss.org is not included.ENTESB-5892] Jetty - Applications: Links in the list are wrong
- In the Fuse Management Console (Hawtio console) on the Apache Karaf container, when you navigate to the Jetty menu tab, the URL links for the Jetty applications shown on this page are incorrect.
- [Content from issues.jboss.org is not included.ENTESB-5117] [patching] Add patch feature by default to admin:create child containers
- By default, child containers created using the
admin:createKaraf console command do not support the new AMQ patching mechanism, because the requisitepatchfeature is not available. You can work around this limitation by creating a child container using the following command:admin:create --featureURL mvn:io.fabric8.patch/patch-features/1.2.0.redhat-630187/xml/features --feature patch test
Where 1.2.0.redhat-630187 might need to be replaced by whatever version of fabric8 you are using in your container. - [Content from issues.jboss.org is not included.ENTESB-5892] Jetty - Applications: Links in the list are wrong
- If you click on the Jetty tab of the Fuse Management Console (Hawtio), the links appearing in the Url column of this page are incorrect.
- [Content from issues.apache.org is not included.CAMEL-10237] Problem setting JMSX JMS properties on OracleAQ
- The Camel JMS component is affected by a regression error that can cause problems integrating with Oracle AQ. This issue has already been fixed in the Apache Camel community project and the fix will be made available in a patch for AMQ 6.3.
- [Content from issues.jboss.org is not included.ENTESB-4408] Patching functionality in Fuse Management Console (Hawtio) temporarily disabled
- The patching functionality in the Fuse Management Console (Hawtio) has been disabled since AMQ 6.2.1. This is because the Hawtio UI has not been updated to use the new patching mechanism. To install Fabric patches, use the Karaf console instead. This issue will be fixed in a future release.
- [Content from issues.jboss.org is not included.ENTESB-3938] AMQ 6.2.1 takes a long time to start up on OpenStack
- When a AMQ 6.2.1 container is deployed on RHEL Openstack Platform, it can take a long time (several minutes) for the container to start up. A workaround is to add the following option to the JVM that starts the container (for example, by setting the
JAVA_OPTSenvironment variable):-Djava.security.egd=file:/dev/./urandom
The extra dot in the pathname, as in/./, is required.NoteThe effect of the workaround is to replace the default/dev/randomby/dev/urandom. The alternative is faster, but less random than/dev/random. This has an impact on any security packages that depend on this device to generate entropy and random numbers. - [Content from issues.jboss.org is not included.FABRIC-963] Cannot create a fabric on a Windows 7 operating system with Java 7
- To connect to the ZooKeeper server, you must change the connectivity type from IPv6 to IPv4. For the detailed solution, see the following Customer Portal article: Cannot create fabric in JBoss Fuse 6.1 Beta on Windows 7
- [Content from issues.jboss.org is not included.ENTESB-3192] Client session is dropped after fabric:create
- The Client session is dropped after fabric:create is run. The workaround is to reconnect to the karaf console after fabric is created.
- [Content from issues.jboss.org is not included.ENTESB-3039] [HTTP Gateway] apis mapping rules don't work right after deployment
- If the
zooKeeperPathproperty in theio.fabric8.gateway.http.mapping-apis.propertiesis changed, a gateway node restart will be required. - [Content from issues.jboss.org is not included.ENTESB-2924] Insight - Elasticsearch: JsonPretty error: Unable to get property 'toLowerCase' of undefined or null reference (:7999:6)
- Insight Elasticsearch page is not supported in IE. The error occurs when clicking rectangles with numbers at Insight - Elasticsearch page.
- [Content from issues.jboss.org is not included.ENTESB-2773] [platform AIX HPUX] camel-leveldb missing native library
- The
camel-leveldbfeature is not supported on IBM AIX, HP-UX, and Oracle Solaris operating systems. - [Content from issues.jboss.org is not included.ENTESB-2513] OSE Fuse JVM sometimes dies with SIGABRT
- RHEL customers need to upgrade openjdk to java-1.7.0-openjdk-1.7.0.79-2.5.5.3.el6_6 or later which will fix the
SIGABRT. - [Content from issues.jboss.org is not included.ENTESB-2069] Container which is created from Hawtio can not start if restarting openshift node
- After restarting OpenShift, containers created from Hawtio cannot be started. This happens because the containers started before the ZooKeeper starts running will fail to start. The workaround is to wait for the start and keep restarting until we get connected to ZooKeeper.
- [Content from issues.jboss.org is not included.ENTESB-3488] Fuse Fabric mq-create requires keytool to be installed
- The
fabric:mq-createcommand requires that the Javakeytoolcommand-line utility is provided on your PATH. If necessary, you can work around this requirement by specifying the--no-ssloption (which disables support for the SSL/TLS protocol). - [This content is not included.Bug 1275786] Missing nss-devel dependency on Client and ComputeNode variants
- The Qpid C++ client cannot be compiled from sources through the Client or ComputeNode channels on Red Hat Enterprise Linux (RHEL) 6 (due to a missing dependency on the package,
nss-devel). In order to compile from sources, it is recommended that you install the Qpid C++ client through the Server channel instead. - [Content from issues.jboss.org is not included.ENTMQ-570] The jmx.restart feature might behave unexpectedly
- When you install and use the
jmx.restartfeature, you might encounter errors.
Chapter 4. Resolved Issues
4.1. Messaging - 6.3.0
Table 4.1, “Messaging Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.
Table 4.1. Messaging Issues Resolved in 6.3.0
| Issue Number | Description |
|---|---|
| Content from issues.apache.org is not included.AMQ-5854 | Duplicate messages when failover is done during prepare phase of two phase commit. |
| Content from issues.apache.org is not included.AMQ-5856 | allowLinkStealing option is not working when using mqtt over websocket |
| Content from issues.apache.org is not included.AMQ-5857 | Message content stored twice while sending |
| Content from issues.apache.org is not included.AMQ-5865 | Enable "getRemoteAddress()" method in WebSocket Requests |
| Content from issues.apache.org is not included.AMQ-5870 | Lazy create if MQTTProtocolConverter in the WebSocket transport needs to be thread safe |
| Content from issues.apache.org is not included.AMQ-5875 | Removing a destination when using mKahaDB can cause an IllegalStateException |
| Content from issues.apache.org is not included.AMQ-5890 | AMQP: possible NPE when handling disposition with Modified state |
| Content from issues.apache.org is not included.AMQ-5891 | AMQP: update to proton-j 0.10 |
| Content from issues.apache.org is not included.AMQ-5895 | FilteredDestinations do not work when loaded by runtimeConfigurationPlugin |
| Content from issues.apache.org is not included.AMQ-5903 | Message headers are lost when using the Broker Component for Camel |
| Content from issues.apache.org is not included.AMQ-5914 | Pull consumer hang when message expires in flight. |
| Content from issues.apache.org is not included.AMQ-5933 | NullPointerException in SelectorAwareVirtualTopicInterceptor |
| Content from issues.apache.org is not included.AMQ-5972 | Policy entries not applied in correct order |
| Content from issues.apache.org is not included.AMQ-6000 | Pause/resume feature of ActiveMQ not resuming properly |
| Content from issues.apache.org is not included.AMQ-6005 | Slave broker startup corrupts shared PList storage |
| Content from issues.apache.org is not included.AMQ-6013 | Restrict classes that can be serialized in ObjectMessages |
| Content from issues.apache.org is not included.AMQ-6014 | Offline Durable Topic Subscription exceeds memory limits |
| Content from issues.apache.org is not included.AMQ-6029 | wss transport don't work with certificate authentication properly |
| Content from issues.apache.org is not included.AMQ-6031 | AMQP: use System.nanoTime() when deriving time to tick the transport with for idle-timeout handling |
| Content from issues.apache.org is not included.AMQ-6046 | Concurrent access to a Transport from WebSocket client can deadlock |
| Content from issues.apache.org is not included.AMQ-6055 | SASL PLAIN auth with AMQP doesn't take authzid into account |
| Content from issues.apache.org is not included.AMQ-6059 | DLQ message lost after broker restarts |
| Content from issues.apache.org is not included.AMQ-6060 | "Will message" retain property is not respected |
| Content from issues.apache.org is not included.AMQ-6065 | Allow selective use of broker systemExitOnShutdown from DefaultIOExceptionHandler |
| Content from issues.apache.org is not included.AMQ-6066 | Performance issue in OrderedPendingList |
| Content from issues.apache.org is not included.AMQ-6068 | RAR - cannot reset clientId on pooled managed connection |
| Content from issues.apache.org is not included.AMQ-6069 | Purging a Queue can lead to OOM error with prioritized messages |
| Content from issues.apache.org is not included.AMQ-6070 | originalDestination property of advisory messages set to message id in error |
| Content from issues.apache.org is not included.AMQ-6071 | Log info about corrupted journal records at WARN level |
| Content from issues.apache.org is not included.AMQ-6073 | WebSockets no longer working on most browers |
| Content from issues.apache.org is not included.AMQ-6074 | AMQ4126Test#testOpenwireNIOSSLWithCertificate fails with JDK8 |
| Content from issues.apache.org is not included.AMQ-6083 | Broker starts on corrupted kahadb despite checkForCorruptJournalFiles="true" and ignoreMissingJournalfiles="false" |
| Content from issues.apache.org is not included.AMQ-6086 | Broker stop and start are not at all thread safe - we can do better |
| Content from issues.apache.org is not included.AMQ-6088 | Runtime configuration does not properly apply policy updates |
| Content from issues.apache.org is not included.AMQ-6094 | Memory Leak with abnormal disconnecting consumers |
| Content from issues.apache.org is not included.AMQ-6102 | JMX SubscriptionViewMBean reset statistics method doesn't reset |
| Content from issues.apache.org is not included.AMQ-6113 | Add the X-Frame-Options" header for the WebConsole |
| Content from issues.apache.org is not included.AMQ-6121 | Messages can continually expire from DLQ and back |
| Content from issues.apache.org is not included.AMQ-6122 | Potential Deadlock when a duplicate message is read from the store for the DLQ destination |
| Content from issues.apache.org is not included.AMQ-6124 | failover backup transports do not update the brokerInfo leaving stale org.apache.activemq.ActiveMQConnection#getBrokerName |
| Content from issues.apache.org is not included.AMQ-6125 | Potential NPE in session rollback if no default redlivery policy configured |
| Content from issues.apache.org is not included.AMQ-6128 | browsing priority queue can return messages in different order than they will be consumed |
| Content from issues.apache.org is not included.AMQ-6131 | Durable subscription rewrote in journal can be to agressive and cause message loss on recovery |
| Content from issues.apache.org is not included.AMQ-6133 | Message updates can cause message loss on recovery |
| Content from issues.apache.org is not included.AMQ-6137 | Special escape characters in LIKE selectors do not work as expected |
| Content from issues.apache.org is not included.AMQ-6142 | ActiveMQBytesMessage decompress throws DataFormatException incorrect header check |
| Content from issues.apache.org is not included.AMQ-6146 | Use proper JSTL tags in the WebConsole |
| Content from issues.apache.org is not included.AMQ-6151 | Redelivered messages bypass priority ordering |
| Content from issues.apache.org is not included.AMQ-6152 | KahaDB scheduler log files not being deleted |
| Content from issues.apache.org is not included.AMQ-6168 | STOMP: Connection should be closed on receiving an invalid STOMP Frame with unknown action value. |
| Content from issues.apache.org is not included.AMQ-6169 | STOMP: Invliad frames are logged in warn messages |
| Content from issues.apache.org is not included.AMQ-6170 | X-Frame-Options are not set for static content |
| Content from issues.apache.org is not included.AMQ-6171 | legal colon in broker name breaks vm transport |
| Content from issues.apache.org is not included.AMQ-6183 | Provide the DispatchAsync value on Subscriptions to the SubscriptionViewMBean |
| Content from issues.apache.org is not included.AMQ-6194 | Deleting a temporary queue creates a warning message in the broker |
| Content from issues.apache.org is not included.AMQ-6199 | cursorMemoryHighWaterMark configuration not applied to topic subscription |
| Content from issues.apache.org is not included.AMQ-6206 | properties in stomp non persistent messages are not reflected in the message size used for usage tracking |
| Content from issues.apache.org is not included.AMQ-6207 | KahaDB: corruption of the index possible on sudden stop of the broker |
| Content from issues.apache.org is not included.AMQ-6208 | The connector's jmx attribute UpdateClusterClients is not correct |
| Content from issues.apache.org is not included.AMQ-6211 | Synchronize creating of JMX OpenType objects |
| Content from issues.apache.org is not included.AMQ-6214 | JAAS bug that causes user group membership not reloaded dynamically when reload is true |
| Content from issues.apache.org is not included.AMQ-6215 | priority message dispatch can be affected by jms browser or expiry processing paging messages in error |
| Content from issues.apache.org is not included.AMQ-6218 | Message content returns null occasionally from Virtual Topic to the consumer |
| Content from issues.apache.org is not included.AMQ-6221 | ActiveMQTextMessage should synchronize on state changes |
| Content from issues.apache.org is not included.AMQ-6222 | Message content can be cleared by mistake when isReduceMemoryFootprint is enabled |
| Content from issues.apache.org is not included.AMQ-6235 | SimpleDiscoveryAgent doesn't honor it's configured initialReconnectDelay |
| Content from issues.apache.org is not included.AMQ-6240 | Producer cannot be terminated when slow consumer is detected |
| Content from issues.apache.org is not included.AMQ-6246 | STOMP: Unprefixed composite destination values not properly parsed |
| Content from issues.apache.org is not included.AMQ-6248 | Failover - transport connected to one broker fails due to error in connection to another broker |
| Content from issues.apache.org is not included.AMQ-6250 | MultiKahaDBTransactionStore should have null protection in close |
| Content from issues.apache.org is not included.AMQ-6254 | Durable wildcard subscription causes memory leak after broker restart |
| Content from issues.apache.org is not included.AMQ-6256 | ConcurentStoreAndDispatch can lead to inconsistent message states using VM Transport |
| Content from issues.apache.org is not included.AMQ-6263 | AMQP: Using JMS Transformer, preserve the type of the original MessageID |
| Content from issues.apache.org is not included.AMQ-6264 | Deadlock on destination map - slow topic sub with slowConsumerAdvisory |
| Content from issues.apache.org is not included.AMQ-6275 | Error when using ws transport connector |
| Content from issues.apache.org is not included.AMQ-6285 | MessageDatabase doesn't properly cleanup the checkpoint scheduler on shutdown |
| Content from issues.apache.org is not included.AMQ-6286 | Queue order lost on repeated redelivery |
| Content from issues.apache.org is not included.AMQ-6288 | Message ack compaction needs to acquire the checkpoint lock |
| Content from issues.apache.org is not included.AMQ-6290 | JMS Pool reconnection logic not always reliable |
| Content from issues.apache.org is not included.AMQ-6303 | Message ack rewrite does not always set the right journal file type code |
| Content from issues.apache.org is not included.AMQ-6305 | AMQP: Drain requests can go unaswered in certain cases. |
| Content from issues.apache.org is not included.AMQ-6317 | ActiveMQ createSchemaStatements are not executed on init if a previous createSchemaStatement failed on execution |
| Content from issues.apache.org is not included.AMQ-6340 | Queue order lost on consumer close in some cases |
| Content from issues.apache.org is not included.AMQ-6350 | PooledConnectionFactory throws 'IllegalStateException: Pool not open' after re-init |
| Content from issues.apache.org is not included.AMQ-6361 | Message can remain inflight after consumer side expiration acknowledgements |
| Content from issues.apache.org is not included.AMQ-6370 | JDBC message store - jdbc connection pool - potential deadlock with cleanup task when pool exhausted |
| Content from issues.apache.org is not included.AMQ-6372 | KahaDB reader pool not releasing unused open files till deletion - too many open files |
| Content from issues.apache.org is not included.AMQ-6376 | IOException on pageIn should involve IOExeceptionHandler |
| Content from issues.apache.org is not included.AMQ-6378 | KahaDb recover from corrupt metadata state locations that can be rebuilt |
| Content from issues.apache.org is not included.AMQ-6389 | LoggingBrokerPlugin logs a message size equal to 0 |
| Content from issues.apache.org is not included.AMQ-6392 | Allow host name mapping with publishedAddressPolicy on a transportConnector |
| Content from issues.apache.org is not included.AMQ-6406 | kahadb concurrentStoreAndDispatch - duplicate suppression in cursor needs to wait for possible store add |
| Content from issues.apache.org is not included.AMQ-6413 | kahadb concurrentStoreAndDispatch - producer audit managed by store is skipped |
| Content from issues.apache.org is not included.CAMEL-1022 | DOT generator (Visualizor) - Doen't handle that pipeline is default |
| Content from issues.apache.org is not included.COLLECTIONS-580 | [COLLECTIONS-580] Arbitrary remote code execution with InvokerTransformer |
| Content from issues.jboss.org is not included.ENTESB-4902 | Fuse 6.2.1 failed to handle maven repository url with special characters like "@" for authentication parameters. |
| Content from issues.jboss.org is not included.ENTESB-4957 | missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat |
| Content from issues.jboss.org is not included.ENTESB-5647 | Need to add MRRC earlyaccess repo |
| Content from issues.jboss.org is not included.ENTESB-5818 | Upgrade httpclient version to latest, at a minimum > 4.3.4 |
| Content from issues.jboss.org is not included.ENTESB-5872 | Unable to send JSON/Object to activemq in Camel |
| Content from issues.jboss.org is not included.ENTESB-5935 | intermittent ServerModel LinkageError when connecting to ssh container |
| Content from issues.jboss.org is not included.ENTMQ-1160 | When ActiveMQ encountered exception during rollback, the message is stuck instead of retry the rollback. |
| Content from issues.jboss.org is not included.ENTMQ-1180 | Offline Durable Topic Subscription exceeds memory limits |
| Content from issues.jboss.org is not included.ENTMQ-1419 | Second connection request with Durable subscriber throws "Setting clientID on a used Connection is not allowed" |
| Content from issues.jboss.org is not included.ENTMQ-1421 | Broker starts on corrupted kahadb despite checkForCorruptJournalFiles="true" and ignoreMissingJournalfiles="false" |
| Content from issues.jboss.org is not included.ENTMQ-1426 | originalDestination property of advisory messages set to message id in error |
| Content from issues.jboss.org is not included.ENTMQ-1428 | AMQ4126Test#testOpenwireNIOSSLWithCertificate fails with JDK8 |
| Content from issues.jboss.org is not included.ENTMQ-1434 | StompSubscriptionRemoveTest hangs on Solaris with JDK8 |
| Content from issues.jboss.org is not included.ENTMQ-1484 | Implementation of AMQ-6077 in Fuse 6.2.1 is incomplete |
| Content from issues.jboss.org is not included.ENTMQ-1517 | The jboss-a-mq-6.3.0.redhat-012.zip does not startup properly |
| Content from issues.jboss.org is not included.ENTMQ-1584 | Threads Blocked On ActiveMQConnection.ensureConnectionInfoSent |
| Content from issues.jboss.org is not included.ENTMQ-1656 | Enable configuration for mqtt-over-ws transport |
| Content from issues.jboss.org is not included.ENTMQ-1681 | Issue with message ordering after transaction rollback |
| Content from issues.jboss.org is not included.ENTMQ-1683 | *:help missing descriptions for activemq commands |
| Content from issues.jboss.org is not included.ENTMQ-1708 | The connection to 'tcp://...' is taking a long time to shutdown |
| Content from issues.jboss.org is not included.ENTMQ-1791 | Regression in from ENTMQ-703 leads to metrics issue for temp transactional queues |
| Content from issues.jboss.org is not included.ENTMQ-1822 | Broker Unable To Recover After Exceeding File Descriptor Limit |
| Content from issues.jboss.org is not included.ENTMQ-1823 | Two clustered A-MQ nodes using JDBCPersistentAdaptor and lease database locker were active the same time |
| Content from issues.apache.org is not included.ZOOKEEPER-2380 | [ZOOKEEPER-2380] Deadlock between leader shutdown and forwarding ACK to the leader |
| Content from issues.apache.org is not included.ZOOKEEPER-2383 | [ZOOKEEPER-2383] Startup race in ZooKeeperServer |
4.2. Container - 6.3.0
Table 4.2, “Container Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.
Table 4.2. Container Issues Resolved in 6.3.0
| Issue Number | Description |
|---|---|
| Content from issues.apache.org is not included.COLLECTIONS-580 | [COLLECTIONS-580] Arbitrary remote code execution with InvokerTransformer |
| Content from issues.jboss.org is not included.ENTESB-1609 | Can not install fuse as system service on AIX7.1 |
| Content from issues.jboss.org is not included.ENTESB-3997 | admin:create && admin:start doesn't work after 6.2 P2 patch |
| Content from issues.jboss.org is not included.ENTESB-4055 | Improve Hawt.io Performance |
| Content from issues.jboss.org is not included.ENTESB-4156 | On Windows offline patching causes "javax.management.InstanceAlreadyExistsException: org.fusesource.insight:type=Log Query" |
| Content from issues.jboss.org is not included.ENTESB-4223 | Feature camel-spring security does not install spring-security-config bundle |
| Content from issues.jboss.org is not included.ENTESB-4231 | Unable to unzip RC4 prepatched zip on windows 2012 RC4 |
| Content from issues.jboss.org is not included.ENTESB-4398 | Arbitrary remote code execution with InvokerTransformer |
| Content from issues.jboss.org is not included.ENTESB-4443 | null log msg causes org.apache.felix.eventadmin.impl.adapter.LogEventAdapter to be removed |
| Content from issues.jboss.org is not included.ENTESB-4447 | Incompatible TypedQuery exception is thrown when application(Using JPA-Hibernate) bundle is refreshed/re-installed |
| Content from issues.jboss.org is not included.ENTESB-4450 | admin:connect default username is not the sme as admin:create |
| Content from issues.jboss.org is not included.ENTESB-4458 | bin\client.bat doesn't work on windows |
| Content from issues.jboss.org is not included.ENTESB-4495 | Hibernate and Bundle ClassLoaders out of sync on Bundle Refresh |
| Content from issues.jboss.org is not included.ENTESB-4616 | Space in path results in bin/karaf: line 417: [: /home/fuse/te: binary operator expected |
| Content from issues.jboss.org is not included.ENTESB-4742 | Default "org.osgi.framework.system.packages.extra" configuration should be empty |
| Content from issues.jboss.org is not included.ENTESB-4838 | Camel on EAP bundles Spring version other than Karaf |
| Content from issues.jboss.org is not included.ENTESB-4886 | 6.2.1 Patching mechanism should support applying rollup patch to non-fabric child containers |
| Content from issues.jboss.org is not included.ENTESB-4889 | Xslt Transformation seems to be broken in Fuse 6.2.1 |
| Content from issues.jboss.org is not included.ENTESB-4902 | Fuse 6.2.1 failed to handle maven repository url with special characters like "@" for authentication parameters. |
| Content from issues.jboss.org is not included.ENTESB-4903 | [Solaris 11] local: not found when starting fuse |
| Content from issues.jboss.org is not included.ENTESB-4921 | problem with installing / uninstalling features in fuse 6.3 |
| Content from issues.jboss.org is not included.ENTESB-4935 | admin script report wrong pid and wrong status |
| Content from issues.jboss.org is not included.ENTESB-4954 | can't install feature camel-spring-redis |
| Content from issues.jboss.org is not included.ENTESB-4955 | deltaspike-* features can't be installed (versions 1.3.0 or 1.5.1) |
| Content from issues.jboss.org is not included.ENTESB-4957 | missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat |
| Content from issues.jboss.org is not included.ENTESB-4960 | ssh:sshd command lists default values twice |
| Content from issues.jboss.org is not included.ENTESB-4967 | Karaf Wrapper fails if Path to KARAF_HOME Contains Spaces |
| Content from issues.jboss.org is not included.ENTESB-4980 | [Karaf-service] Karaf-service.sh script does nothing on Debian (in docker) |
| Content from issues.jboss.org is not included.ENTESB-4997 | redirect parent and child instance std out to a karaf.out file |
| Content from issues.jboss.org is not included.ENTESB-4999 | Apply the same logic of ENTESB-4935 to karaf.bat script |
| Content from issues.jboss.org is not included.ENTESB-5003 | [Win+Karaf-service] Can't run .exe on win server 2012r2 |
| Content from issues.jboss.org is not included.ENTESB-5015 | Aries JPA unable inject jpa context in blueprint |
| Content from issues.jboss.org is not included.ENTESB-5045 | [Karaf-service.sh] Not working on AIX and HPUX |
| Content from issues.jboss.org is not included.ENTESB-5058 | 6.3.0 DR2 doesn't start on Windows |
| Content from issues.jboss.org is not included.ENTESB-5065 | localhost:8181/hawtio/index.html not available (404) |
| Content from issues.jboss.org is not included.ENTESB-5067 | "The syntax of the command is incorrect" error when running "shutdown -f" |
| Content from issues.jboss.org is not included.ENTESB-5104 | In JBoss Fuse shell, when running grep, there will be 3 ANSI reset sequence on each line. |
| Content from issues.jboss.org is not included.ENTESB-5118 | Invalid BundleContext when installing patch feature to admin:created container |
| Content from issues.jboss.org is not included.ENTESB-5131 | [6.3] Can't start fuse on solaris 10 |
| Content from issues.jboss.org is not included.ENTESB-5132 | [6.3] Solaris 10 does not like a first empty row in the service file |
| Content from issues.jboss.org is not included.ENTESB-5157 | Not able to login when user belongs to jaas PublickeyLoginModule. |
| Content from issues.jboss.org is not included.ENTESB-5179 | Maven proxy behavior broken |
| Content from issues.jboss.org is not included.ENTESB-5191 | Apparent mismatch between command count with tab completion |
| Content from issues.jboss.org is not included.ENTESB-5217 | Feature Installation - no Refresh of Fragment-Host bundle upon installation of fragment bundle |
| Content from issues.jboss.org is not included.ENTESB-5323 | javax.management.openmbean.KeyAlreadyExistsException thrown by hawtio-osgi-jmx |
| Content from issues.jboss.org is not included.ENTESB-5332 | Fuse doesn't start after unexpected termination |
| Content from issues.jboss.org is not included.ENTESB-5366 | Fuse client fails with java.security.InvalidAlgorithmParameterException |
| Content from issues.jboss.org is not included.ENTESB-5370 | Aries transaction manager fails with background connection validation |
| Content from issues.jboss.org is not included.ENTESB-5395 | Wildcard in NCName for Camel CXF Transport in Blueprint |
| Content from issues.jboss.org is not included.ENTESB-5399 | Fuse on windows does not start without data directory |
| Content from issues.jboss.org is not included.ENTESB-5401 | fix pax-http-tomcat jaxp-api dependencies |
| Content from issues.jboss.org is not included.ENTESB-5410 | please fix duplicate javax.mail in fuse |
| Content from issues.jboss.org is not included.ENTESB-5540 | Exceptions in log after *:help - Service cannot be cast: org.apache.felix.scr.impl.ScrGogoCommand |
| Content from issues.jboss.org is not included.ENTESB-5550 | Bundle "spring-security-config" from servicemix does not contain spring metadata |
| Content from issues.jboss.org is not included.ENTESB-5588 | Switchyard reference throws ClassCastException with IBM java |
| Content from issues.jboss.org is not included.ENTESB-5608 | Revert hard coded v1.7 jdk for darwin in karaf launch script introduced via KARAF-2921 |
| Content from issues.jboss.org is not included.ENTESB-5620 | wrapper:install on solaris11 lacks instructions to symlink scripts |
| Content from issues.jboss.org is not included.ENTESB-5647 | Need to add MRRC earlyaccess repo |
| Content from issues.jboss.org is not included.ENTESB-5683 | get Exception when enter "tab" from karaf console |
| Content from issues.jboss.org is not included.ENTESB-5700 | [fabric:create] Error executing command: Unable to create zookeeper server configuration |
| Content from issues.jboss.org is not included.ENTESB-5716 | Can't create child on 111, 115 |
| Content from issues.jboss.org is not included.ENTESB-5760 | Can't create child on ssh container |
| Content from issues.jboss.org is not included.ENTESB-5762 | Can't resolve any of the quickstarts in build #125 |
| Content from issues.jboss.org is not included.ENTESB-5792 | We are not properly replacing versions in client.bat in jboss-fuse-6.3.0.redhat-131 |
| Content from issues.jboss.org is not included.ENTESB-5795 | ldap connection pool not created when using ssl (ldaps) |
| Content from issues.jboss.org is not included.ENTESB-5850 | javax.management.openmbean.KeyAlreadyExistsException thrown at JMX org.apache.karaf - services |
| Content from issues.jboss.org is not included.ENTESB-5860 | Camel-amq quickstart is not processing files |
| Content from issues.jboss.org is not included.ENTESB-5869 | Exception when Encrypting with PGPDataFormat |
| Content from issues.jboss.org is not included.ENTESB-5917 | 6.2.1 R3 prevents base DN lookup in Tivoli LDAP Server |
| Content from issues.jboss.org is not included.ENTESB-5935 | intermittent ServerModel LinkageError when connecting to ssh container |
| Content from issues.jboss.org is not included.ENTESB-5942 | karaf jaas modules test failing on IBM JDK |
| Content from issues.jboss.org is not included.ENTESB-5961 | hawtio not showing activemq tab |
| Content from issues.jboss.org is not included.ENTESB-6101 | Fuse won't start with IBM java |
| Content from issues.jboss.org is not included.ENTMQ-1683 | *:help missing descriptions for activemq commands |
| Content from issues.apache.org is not included.KARAF-3240 | BundleWatcher should not depend to pax-url-mvn |
| Content from issues.apache.org is not included.KARAF-3327 | Incorrect LC_CTYPE parsing |
| Content from issues.apache.org is not included.KARAF-4005 | Different locations for KARAF_HOME and KARAF_BASE |
| Content from issues.apache.org is not included.KARAF-4024 | role.policy "group" ceased to function |
| Content from issues.apache.org is not included.KARAF-4123 | Provide a more dynamic default for serviceUrl configuration |
| Content from issues.apache.org is not included.KARAF-4150 | bin/status fails if KARAF_DEBUG is set |
| Content from issues.apache.org is not included.KARAF-4247 | Issues with LDAP caching |
| Content from issues.apache.org is not included.KARAF-4330 | Instance script doesn't return correct PID number if root instance is started two times |
| Content from issues.apache.org is not included.KARAF-4348 | [RBAC] Wildcard PIDs chosen before more specific ones |
| Content from issues.apache.org is not included.KARAF-4373 | Karaf.bat script produces "The syntax of the command is incorrect" even if it is working properly |
| Content from issues.apache.org is not included.KARAF-4499 | Can't start a crashed server on Windows |
| Content from issues.apache.org is not included.KARAF-4607 | ldap connection pool not created when using ssl (ldaps) |
| Content from issues.apache.org is not included.KARAF-4659 | Ability to disable ldap listeners |
| Content from issues.apache.org is not included.KARAF-4686 | ClassLoader leak with RmiRegistryFactory and sun.rmi.transport.tcp.TCPEndpoint |
| Content from issues.apache.org is not included.KARAF-4687 | ClassLoader leak with java.lang.Exception and karaf.exception library |
4.3. Fuse Fabric - 6.3.0
Table 4.3, “Fuse Fabric Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.
Table 4.3. Fuse Fabric Issues Resolved in 6.3.0
| Issue Number | Description |
|---|---|
| Content from issues.apache.org is not included.COLLECTIONS-580 | [COLLECTIONS-580] Arbitrary remote code execution with InvokerTransformer |
| Content from issues.apache.org is not included.CURATOR-126 | IllegalStateException in performBackgroundOperation during close |
| Content from issues.jboss.org is not included.ENTESB-1769 | "Error in initialization script: Command not found: shell:if" after fabric:create on fuse with P2 |
| Content from issues.jboss.org is not included.ENTESB-2699 | EnsembleRemove.applyEnsembleConfiguration() Throws StringIndexOutOfBoundsException |
| Content from issues.jboss.org is not included.ENTESB-3449 | Profile-rename Error executing command: versionId when not specifying version |
| Content from issues.jboss.org is not included.ENTESB-3945 | Profile import in fabric results in Container 'root' does not exist |
| Content from issues.jboss.org is not included.ENTESB-4012 | profile-import and profile-refresh don't download the latest snapshot |
| Content from issues.jboss.org is not included.ENTESB-4073 | Creating fabric with profile fabric leads to duplicated profile |
| Content from issues.jboss.org is not included.ENTESB-4138 | JMX mbean operation `setProfileProperty` is not working as expected. |
| Content from issues.jboss.org is not included.ENTESB-4167 | fabric-git-server defaults to admin role and may only be associated with one role |
| Content from issues.jboss.org is not included.ENTESB-4225 | Unable to scale down using fabric:profile-scale command |
| Content from issues.jboss.org is not included.ENTESB-4362 | jgit errors affecting patch management |
| Content from issues.jboss.org is not included.ENTESB-4367 | General patching problems on Windows |
| Content from issues.jboss.org is not included.ENTESB-4369 | Standby Fuse container in active/standby configuration does not expose an SSH service since 6.2 |
| Content from issues.jboss.org is not included.ENTESB-4374 | Fabric - Services - MQ, Wiki: Patch branches are visible as versions |
| Content from issues.jboss.org is not included.ENTESB-4387 | [Patch mechanism] Command patch:fabric-synchronize has wrong description |
| Content from issues.jboss.org is not included.ENTESB-4393 | [Patch mechanism] Provision status freezes on installing when upgrading child container |
| Content from issues.jboss.org is not included.ENTESB-4398 | Arbitrary remote code execution with InvokerTransformer |
| Content from issues.jboss.org is not included.ENTESB-4399 | Insight: quickly and periodically refreshes Hawtio and throws errors on remote Fabric containers |
| Content from issues.jboss.org is not included.ENTESB-4415 | Multiple Error messages while updating JBoss A-MQ using new patch mechanism |
| Content from issues.jboss.org is not included.ENTESB-4422 | [Patch mechanism] Option --upload in command patch:fabric-install doesn't work on Windows |
| Content from issues.jboss.org is not included.ENTESB-4431 | [Patch mechanism] Unable to upgrade ssh container with build 073 (container doesn't start) |
| Content from issues.jboss.org is not included.ENTESB-4432 | [Patch mechanism] Cannot create child or ssh container after 6.2.0 to 073 migration in offline environment |
| Content from issues.jboss.org is not included.ENTESB-4437 | zk group - deal with partial creation of sequential node |
| Content from issues.jboss.org is not included.ENTESB-4443 | null log msg causes org.apache.felix.eventadmin.impl.adapter.LogEventAdapter to be removed |
| Content from issues.jboss.org is not included.ENTESB-4451 | [Patch mechanism] Upgrading child container reverts user.properties to karaf default version |
| Content from issues.jboss.org is not included.ENTESB-4462 | [Patch mechanism] Unable to rollback child container to 1.0 after upgrade |
| Content from issues.jboss.org is not included.ENTESB-4469 | NullPointerException during patch:install |
| Content from issues.jboss.org is not included.ENTESB-4470 | Invalid boolean value exception after rollback |
| Content from issues.jboss.org is not included.ENTESB-4472 | [Patch mechanism] Upgrading SSH container results into wrong merged system.properties and general problem with reconnecting to fabric |
| Content from issues.jboss.org is not included.ENTESB-4474 | patch 6.2 GA >> 621 build 73 >> build 078 fails on "auth" bundle on windows |
| Content from issues.jboss.org is not included.ENTESB-4482 | [patching] patch:list shows patch as installed even-though installation failed with exception |
| Content from issues.jboss.org is not included.ENTESB-4485 | Provisioning containers fails with a java.lang.NullPointerException for Maven-URL |
| Content from issues.jboss.org is not included.ENTESB-4489 | Prevent hitting central.maven.org at Fabric creation |
| Content from issues.jboss.org is not included.ENTESB-4491 | [patching] NPE in bin/setenv resolver |
| Content from issues.jboss.org is not included.ENTESB-4494 | Fix Maven worrisome message about repos without ids |
| Content from issues.jboss.org is not included.ENTESB-4496 | NoNode for /fabric/registry/maven/proxy/download/p_0000000002 |
| Content from issues.jboss.org is not included.ENTESB-4497 | [patching] Changes in org.ops4j.pax.logging.cfg do not propagate to newer version |
| Content from issues.jboss.org is not included.ENTESB-4508 | HTTP proxy does not work for osgi:install and profile artifact resolution at the same time |
| Content from issues.jboss.org is not included.ENTESB-4574 | HTTP Gateway and URL parameters |
| Content from issues.jboss.org is not included.ENTESB-4610 | Fabric gateway fails because of incorrect use of ShutdownTracker |
| Content from issues.jboss.org is not included.ENTESB-4622 | Please update file name from jboss-fuse-full to jboss-fuse-karaf |
| Content from issues.jboss.org is not included.ENTESB-4694 | [itests] ExampleCamelClusterTest fails in 6-3-x branch |
| Content from issues.jboss.org is not included.ENTESB-4710 | [itests] ExampleCamelCxfTest problems in 6-3-x branch |
| Content from issues.jboss.org is not included.ENTESB-4742 | Default "org.osgi.framework.system.packages.extra" configuration should be empty |
| Content from issues.jboss.org is not included.ENTESB-4761 | Transitive Dependency on org.osgi.core 4.1.0 Breaks Unit Tests |
| Content from issues.jboss.org is not included.ENTESB-4770 | fix swagger dependencies in Fuse BOM |
| Content from issues.jboss.org is not included.ENTESB-4781 | fabric8 6.3 build fails with missing pom for quickstarts |
| Content from issues.jboss.org is not included.ENTESB-4796 | Setting KARAF_DATA Results in Error When Creating Fabric |
| Content from issues.jboss.org is not included.ENTESB-4808 | [itests] ServiceFactoryTest.testZkDisconnectFastReconnect fails sometimes on 6-3-x |
| Content from issues.jboss.org is not included.ENTESB-4816 | [patching] Fix detection of fabric env when initalizing patch management |
| Content from issues.jboss.org is not included.ENTESB-4820 | mvn fabric8:zip does not work for quickstart examples. |
| Content from issues.jboss.org is not included.ENTESB-4827 | [itests] ProfileManagementJolokiaTest/ProfileManagementProxyTest fail sometimes |
| Content from issues.jboss.org is not included.ENTESB-4834 | "start-level" property in <feature> element and 'start="false"' in <bundle> element didn't work in Fuse 6.2.1 |
| Content from issues.jboss.org is not included.ENTESB-4841 | Fabric8 - NullPointerException from GitDataStore when having hostname with underscore |
| Content from issues.jboss.org is not included.ENTESB-4845 | java.lang.ClassNotFoundException: net.sf.ehcache.distribution.RMICachePeer_Stub (no security manager: RMI class loader disabled) |
| Content from issues.jboss.org is not included.ENTESB-4862 | Hawtio-Viewing history on profile files throws exception |
| Content from issues.jboss.org is not included.ENTESB-4886 | 6.2.1 Patching mechanism should support applying rollup patch to non-fabric child containers |
| Content from issues.jboss.org is not included.ENTESB-4888 | OSGi configurations to the feature does not work in fabric mode if config name contains "-" character. |
| Content from issues.jboss.org is not included.ENTESB-4894 | fabric:create command terminates a script |
| Content from issues.jboss.org is not included.ENTESB-4902 | Fuse 6.2.1 failed to handle maven repository url with special characters like "@" for authentication parameters. |
| Content from issues.jboss.org is not included.ENTESB-4903 | [Solaris 11] local: not found when starting fuse |
| Content from issues.jboss.org is not included.ENTESB-4918 | The fabric:profile-export Command Does Not Export Sub-folders or Specific Profiles |
| Content from issues.jboss.org is not included.ENTESB-4939 | When Creating a A Fabric with External Repo Configuration is Lost Unless Manually Edited in Files |
| Content from issues.jboss.org is not included.ENTESB-4946 | wiring chain issue with package javax.servlet.http |
| Content from issues.jboss.org is not included.ENTESB-4956 | Fabric8 HTTP gateway does not respond to container version changes without a restart |
| Content from issues.jboss.org is not included.ENTESB-4957 | missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat |
| Content from issues.jboss.org is not included.ENTESB-4970 | Http gateway logs "listening at port 9000" before being unable to bind to that port. |
| Content from issues.jboss.org is not included.ENTESB-4971 | admin permission is added to first user in users.propertie automatically by fabric:create command |
| Content from issues.jboss.org is not included.ENTESB-4992 | patch:add allows to add empty folder |
| Content from issues.jboss.org is not included.ENTESB-4994 | repeated ElasticSearch warning "Error executing request: MapperParsingException[failed to parse]; nested: JsonParseException[Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allow" |
| Content from issues.jboss.org is not included.ENTESB-5003 | [Win+Karaf-service] Can't run .exe on win server 2012r2 |
| Content from issues.jboss.org is not included.ENTESB-5012 | Unnecessary default values in help of some commands |
| Content from issues.jboss.org is not included.ENTESB-5014 | [6.3.015] Can't create SSH container |
| Content from issues.jboss.org is not included.ENTESB-5022 | Authentication Error when Adding Containers to Ensemble |
| Content from issues.jboss.org is not included.ENTESB-5029 | A fabric server generated by "fabric:container-create-ssh" with "--ensemble-server" option will record ERROR log during it's boot up phase |
| Content from issues.jboss.org is not included.ENTESB-5034 | container-edit-jvm-options can not delete a jvm option and it also duplicates all "-D" options |
| Content from issues.jboss.org is not included.ENTESB-5060 | fabric:create causes java.lang.NullPointerException |
| Content from issues.jboss.org is not included.ENTESB-5065 | localhost:8181/hawtio/index.html not available (404) |
| Content from issues.jboss.org is not included.ENTESB-5075 | Fabric - issue with external git repo and provisioning |
| Content from issues.jboss.org is not included.ENTESB-5085 | Patch commands are only available with Fabric container provisioned with the jboss-fuse-full profile |
| Content from issues.jboss.org is not included.ENTESB-5105 | Some profiles in fabric doesn't work out of the box in Fuse running in offline env |
| Content from issues.jboss.org is not included.ENTESB-5107 | Cannot create fabric with user as member as Administrator group via bin/client script |
| Content from issues.jboss.org is not included.ENTESB-5109 | fabric:join command should display a message if container is already connected to fabric |
| Content from issues.jboss.org is not included.ENTESB-5119 | Problem with authentication when creating fabric |
| Content from issues.jboss.org is not included.ENTESB-5120 | [patching] Patching admin:created container causes that all previously installed features are removed |
| Content from issues.jboss.org is not included.ENTESB-5124 | cxf/rest quickstart "mvn -Ptest" fails |
| Content from issues.jboss.org is not included.ENTESB-5138 | [patching] patch:fabric-install removes previously added features from default profile |
| Content from issues.jboss.org is not included.ENTESB-5172 | Unable to install cxf-secure-rest quickstart |
| Content from issues.jboss.org is not included.ENTESB-5174 | WARN from jetty happens very regular |
| Content from issues.jboss.org is not included.ENTESB-5175 | All containers have to run while executing fabric:wait-for-provisioning |
| Content from issues.jboss.org is not included.ENTESB-5179 | Maven proxy behavior broken |
| Content from issues.jboss.org is not included.ENTESB-5186 | container-stop operation may report wrong outcome |
| Content from issues.jboss.org is not included.ENTESB-5191 | Apparent mismatch between command count with tab completion |
| Content from issues.jboss.org is not included.ENTESB-5206 | "Client is not started" Exception |
| Content from issues.jboss.org is not included.ENTESB-5213 | Bump licence headers to 2016 |
| Content from issues.jboss.org is not included.ENTESB-5225 | fabric:container-delete command does not display an appropriate message |
| Content from issues.jboss.org is not included.ENTESB-5228 | [Fabric] Support empty passwords in external git repos |
| Content from issues.jboss.org is not included.ENTESB-5242 | Patch:show command throws NPE in case of inexistent patch |
| Content from issues.jboss.org is not included.ENTESB-5253 | Profile update via git results in CheckoutConflictException |
| Content from issues.jboss.org is not included.ENTESB-5254 | Container-create-ssh does not respect --new-user and --new-user-password |
| Content from issues.jboss.org is not included.ENTESB-5257 | jsr311-api bundle not included in the distro |
| Content from issues.jboss.org is not included.ENTESB-5298 | profile-export does not export profiles |
| Content from issues.jboss.org is not included.ENTESB-5361 | Container-delete does not fail when the credentials are invalid |
| Content from issues.jboss.org is not included.ENTESB-5395 | Wildcard in NCName for Camel CXF Transport in Blueprint |
| Content from issues.jboss.org is not included.ENTESB-5396 | [patching] Upgrade of container is overriding profile properties |
| Content from issues.jboss.org is not included.ENTESB-5400 | ChildContainers don't have correct RBAC configuration. |
| Content from issues.jboss.org is not included.ENTESB-5402 | SSHContainers don't have correct RBAC configuration. |
| Content from issues.jboss.org is not included.ENTESB-5424 | Pushing invalid branch name to fabric git breaks version-list |
| Content from issues.jboss.org is not included.ENTESB-5433 | Fabric8 Maven Plugin with Multi-module Maven projects only append last module to the bundle list of the created profile on Jboss Fuse 6.2.1. |
| Content from issues.jboss.org is not included.ENTESB-5437 | Fabric HTTP GW does not recognize query params |
| Content from issues.jboss.org is not included.ENTESB-5443 | fabric8 jboss-fuse-full profile is missing some ACL entries for fabric:* commands |
| Content from issues.jboss.org is not included.ENTESB-5448 | camel-cxf-contract-first building fails with ibm1.8 java |
| Content from issues.jboss.org is not included.ENTESB-5453 | beginner/camel-log example uses invalid timer value |
| Content from issues.jboss.org is not included.ENTESB-5456 | java.lang.NullPointerException at io.fabric8.insight.elasticsearch.plugin.InsightIndicesHousekeeperService |
| Content from issues.jboss.org is not included.ENTESB-5461 | profile-refresh command does not update the content of added features.xml |
| Content from issues.jboss.org is not included.ENTESB-5463 | Creating version with invalid name responds with Profile name is invalid |
| Content from issues.jboss.org is not included.ENTESB-5475 | Missing javax.mail jar with the correct version |
| Content from issues.jboss.org is not included.ENTESB-5478 | Downloading of artifacts is frozen due to some file locks in local repository |
| Content from issues.jboss.org is not included.ENTESB-5488 | SSH container cannot resolve SNAPSHOT artifacts uploaded to fabric |
| Content from issues.jboss.org is not included.ENTESB-5490 | fabric:profile-refresh is deleting the folder under the profiles. |
| Content from issues.jboss.org is not included.ENTESB-5492 | [patching] handle overrides.properties better |
| Content from issues.jboss.org is not included.ENTESB-5513 | Fabric maven proxy is not reachable by agent |
| Content from issues.jboss.org is not included.ENTESB-5517 | [patching] allow patch descriptor files starting with jboss-fuse- or jboss-a-mq- name |
| Content from issues.jboss.org is not included.ENTESB-5562 | fabric:create should validate the value passed to "resolver" param |
| Content from issues.jboss.org is not included.ENTESB-5591 | Fabric git pushes rejected due to non fast forward |
| Content from issues.jboss.org is not included.ENTESB-5619 | [itests] ARQ/pax-exam tests affected by package refresh |
| Content from issues.jboss.org is not included.ENTESB-5633 | [patching] Problems upgrading pax-cdi, pax-web, jclouds features |
| Content from issues.jboss.org is not included.ENTESB-5634 | [patching] Migrate serialized container metadata during patching |
| Content from issues.jboss.org is not included.ENTESB-5635 | fabric join not allowing FQDN names throwing Container name 'abc.domain' is invalid. Container name must be: lower-case letters, numbers, and _ or - characters |
| Content from issues.jboss.org is not included.ENTESB-5647 | Need to add MRRC earlyaccess repo |
| Content from issues.jboss.org is not included.ENTESB-5682 | Status of installed 6.2.1 R2 and R3 patch on standalone container is false |
| Content from issues.jboss.org is not included.ENTESB-5691 | Remove fabric-groovy from fabric feature |
| Content from issues.jboss.org is not included.ENTESB-5700 | [fabric:create] Error executing command: Unable to create zookeeper server configuration |
| Content from issues.jboss.org is not included.ENTESB-5714 | JVM options for Fabric managed containers are not aligned |
| Content from issues.jboss.org is not included.ENTESB-5716 | Can't create child on 111, 115 |
| Content from issues.jboss.org is not included.ENTESB-5728 | Hawtio throws "Cannot connect to Jolokia to access this Java process" exception for user with role Monitor, while trying to access container perspective |
| Content from issues.jboss.org is not included.ENTESB-5741 | "org.eclipse.jgit.api.errors.JGitInternalException: Invalid ref name: baseline-ssh-fabric8-1.2.0.redhat-621117" |
| Content from issues.jboss.org is not included.ENTESB-5759 | A lot of connection refused in log when creating ssh in offline mode |
| Content from issues.jboss.org is not included.ENTESB-5760 | Can't create child on ssh container |
| Content from issues.jboss.org is not included.ENTESB-5761 | Ssh container in offline mode contains PatchException: can't find baseline |
| Content from issues.jboss.org is not included.ENTESB-5762 | Can't resolve any of the quickstarts in build #125 |
| Content from issues.jboss.org is not included.ENTESB-5816 | Changing ZooKeeper settings invalidates ZK client session |
| Content from issues.jboss.org is not included.ENTESB-5820 | HTTP gateway does not show CXF endpoints after container restart |
| Content from issues.jboss.org is not included.ENTESB-5832 | Fabric - Wiki: Void profiles version "container-history" appeared |
| Content from issues.jboss.org is not included.ENTESB-5836 | PatchException during AMQ container fabric:join |
| Content from issues.jboss.org is not included.ENTESB-5854 | etc/org.apache.karaf.features.cfg overwritten with default values on first start |
| Content from issues.jboss.org is not included.ENTESB-5898 | instance.properties not updated after ensemble-add |
| Content from issues.jboss.org is not included.ENTESB-5904 | jmx.acl.whitelist.properties across profiles |
| Content from issues.jboss.org is not included.ENTESB-5914 | patch:add allows to add incorrect file |
| Content from issues.jboss.org is not included.ENTESB-5926 | rest and secure-rest quickstarts do not work on fabric |
| Content from issues.jboss.org is not included.ENTESB-5935 | intermittent ServerModel LinkageError when connecting to ssh container |
| Content from issues.jboss.org is not included.ENTESB-5938 | After Multiple Profile Deployments Fabric Container Runs Out of PermGen Space |
| Content from issues.jboss.org is not included.ENTESB-5947 | Increase default ZooKeeper Retry and Retry Interval |
| Content from issues.jboss.org is not included.ENTESB-5951 | Shell SCR bundle redeploy loop with camel-amq quickstart |
| Content from issues.jboss.org is not included.ENTESB-5957 | Many fabric8 patching tests are failing on windows with UnsupportedOperationException |
| Content from issues.jboss.org is not included.ENTESB-5958 | Fabric - Services - Containers: Containers list disappears when a container migrated to a version not containing one of the current profiles |
| Content from issues.jboss.org is not included.ENTESB-5986 | REST Endpoints are registered under /fabric/registry/clusters/apis/ws/ instead of ..apis/rest |
| Content from issues.jboss.org is not included.ENTESB-6003 | handle PID file delete during patching |
| Content from issues.jboss.org is not included.ENTESB-6011 | Unable to patch fabric root container, when registered as system service on windows |
| Content from issues.jboss.org is not included.ENTESB-6032 | Unable to rollback standalone child container |
| Content from issues.jboss.org is not included.ENTMQ-1314 | PatchException: Invalid baseline-root-amq-6.2.1.redhat-071 specified |
| Content from issues.jboss.org is not included.ENTMQ-1517 | The jboss-a-mq-6.3.0.redhat-012.zip does not startup properly |
| Content from issues.jboss.org is not included.ENTMQ-1724 | Broker in fabric master/slave set up is shut down late when it loses connection to zookeeper |
| Content from issues.apache.org is not included.KARAF-3092 | Remove ${services-${karaf.framework}} variables from org.osgi.framework.system.capabilities |
| Content from issues.apache.org is not included.KARAF-4155 | Fall to feature start-level |
| Content from issues.apache.org is not included.SUREFIRE-1187 | [SUREFIRE-1187] JUnit4 Provider created unnecessary Runner instance |
| Content from issues.apache.org is not included.ZOOKEEPER-2380 | [ZOOKEEPER-2380] Deadlock between leader shutdown and forwarding ACK to the leader |
| Content from issues.apache.org is not included.ZOOKEEPER-2383 | [ZOOKEEPER-2383] Startup race in ZooKeeperServer |
4.4. Management Console - 6.3.0
Table 4.4, “Issues Resolved in 6.3.0:” lists the issues resolved between Fuse MQ Enterprise 7.1 and 6.3.0.
Table 4.4. Issues Resolved in 6.3.0:
| Issue Number | Description |
|---|---|
| Content from issues.jboss.org is not included.ENTESB-2401 | [user experience] hawtio fabric wiki page missing picture |
| Content from issues.jboss.org is not included.ENTESB-3387 | RH Access - Links in RHA main menu vanish when mouse over |
| Content from issues.jboss.org is not included.ENTESB-3504 | The labels for the Actions submenu on the Wiki page disappear on mouse over |
| Content from issues.jboss.org is not included.ENTESB-3515 | Hawtio provides delete button for root container but it cannot be delete |
| Content from issues.jboss.org is not included.ENTESB-3956 | OSGi: fast switching OSGi tabs causes exception |
| Content from issues.jboss.org is not included.ENTESB-3957 | OSGi - Bundles: Clicking links in a Bundle details page opens the welcome page instead of collapsing a pane conent |
| Content from issues.jboss.org is not included.ENTESB-4021 | Camel: Route diagram isn't displayed in IE |
| Content from issues.jboss.org is not included.ENTESB-4055 | Improve Hawt.io Performance |
| Content from issues.jboss.org is not included.ENTESB-4080 | Can't delete queue created in Hawtio when name contains ":" |
| Content from issues.jboss.org is not included.ENTESB-4165 | ActiveMQ - Chart: PersistenceAdapter tree item has "View chart' under Chart tab and no data |
| Content from issues.jboss.org is not included.ENTESB-4166 | ActiveMQ - Browse: Checkboxes at message rows works badly after messages list is manually refreshed |
| Content from issues.jboss.org is not included.ENTESB-4176 | Camel - Camel Contexts - Attributes: Wrong ordering of some columns with text |
| Content from issues.jboss.org is not included.ENTESB-4177 | Camel - Camel Contexts - Attributes: Contexts table isn't refreshed after any context deleted |
| Content from issues.jboss.org is not included.ENTESB-4183 | Filtering is case sensitive |
| Content from issues.jboss.org is not included.ENTESB-4185 | OSGi - Bundles - Table view: Ordering of Version column content is wrong |
| Content from issues.jboss.org is not included.ENTESB-4186 | OSGi - Features: Filtering is case sensitive |
| Content from issues.jboss.org is not included.ENTESB-4193 | OSGi - Services: Bundle (number value) colomn ordering is lexicographical |
| Content from issues.jboss.org is not included.ENTESB-4194 | OSGi - Declarative Services: Activate button is enabled when Activated service is selected, Deactivate as well |
| Content from issues.jboss.org is not included.ENTESB-4209 | Preferences - Core - Host identification: All colors in color palette are white (IE10) |
| Content from issues.jboss.org is not included.ENTESB-4219 | About page contains unneccessarily 2 same links |
| Content from issues.jboss.org is not included.ENTESB-4232 | Containers - Profiles: Stop, Start, Delete buttons shouldn't be there |
| Content from issues.jboss.org is not included.ENTESB-4234 | Container detail - Provision list: Filtering is case sensitive |
| Content from issues.jboss.org is not included.ENTESB-4246 | Fabric - Wiki: Deleting default version causes exception and disables Wiki page |
| Content from issues.jboss.org is not included.ENTESB-4253 | Fabric - Services - APIs: "APIs, Container, Version" table columns allow only one direction of ordering |
| Content from issues.jboss.org is not included.ENTESB-4256 | Fabric - Services - EIPs: Diagram filtering is case sensitive |
| Content from issues.jboss.org is not included.ENTESB-4331 | Cross Site Scripting Vulnerabilities |
| Content from issues.jboss.org is not included.ENTESB-4350 | Camel on EAP - filtering is not working |
| Content from issues.jboss.org is not included.ENTESB-4352 | Camel on EAP - Route Diagram - ns_error_failure |
| Content from issues.jboss.org is not included.ENTESB-4365 | Unnecessary down arrow |
| Content from issues.jboss.org is not included.ENTESB-4366 | Camel on EAP - Routes - Clear messages should delete message |
| Content from issues.jboss.org is not included.ENTESB-4370 | Camel Debug - Create breakpoint button is not intuitive |
| Content from issues.jboss.org is not included.ENTESB-4372 | Cross in filter field is not unified |
| Content from issues.jboss.org is not included.ENTESB-4375 | Fabric - Services - APIs: Quickstarts link points to a blank page |
| Content from issues.jboss.org is not included.ENTESB-4379 | Camel on EAP - Creating endpoint without choosing component |
| Content from issues.jboss.org is not included.ENTESB-4380 | Camel on EAP - checkboxes are not editable |
| Content from issues.jboss.org is not included.ENTESB-4381 | Camel on EAP - Type converters - Enable/Disable statistics |
| Content from issues.jboss.org is not included.ENTESB-4385 | ContextCreateHandler executed on non camel enabled deployments |
| Content from issues.jboss.org is not included.ENTESB-4391 | Null user on EAP |
| Content from issues.jboss.org is not included.ENTESB-4404 | No automatic reload after Camel Preferences change |
| Content from issues.jboss.org is not included.ENTESB-4405 | Preferences - ID label does not work |
| Content from issues.jboss.org is not included.ENTESB-4407 | Camel on EAP - Showing / Hiding Inflight counter does not work |
| Content from issues.jboss.org is not included.ENTESB-4417 | Preferences - Server Logs: Log batch size setting doesn't work |
| Content from issues.jboss.org is not included.ENTESB-4418 | Camel - two Create Endpoint buttons do different things |
| Content from issues.jboss.org is not included.ENTESB-4516 | Location of containers is displayed differently under Containers and Services tabs |
| Content from issues.jboss.org is not included.ENTESB-4575 | OSGi - getElementsByTagName error |
| Content from issues.jboss.org is not included.ENTESB-4766 | Authorization not working for Hawtio on EAP |
| Content from issues.jboss.org is not included.ENTESB-4862 | Hawtio-Viewing history on profile files throws exception |
| Content from issues.jboss.org is not included.ENTESB-4892 | "viewer" has some rights unexpected in hawtio |
| Content from issues.jboss.org is not included.ENTESB-4919 | Child container does not inherit the location from its parent |
| Content from issues.jboss.org is not included.ENTESB-4928 | Missing convertBodyTo icon |
| Content from issues.jboss.org is not included.ENTESB-4933 | When cxf service is deployed to child container SwaggerFeature uses root container port instead |
| Content from issues.jboss.org is not included.ENTESB-4934 | Possible to Create Duplicate Container Processes in Hawtio |
| Content from issues.jboss.org is not included.ENTESB-4937 | Hawtio fails to show custom bundles in OSGi default view |
| Content from issues.jboss.org is not included.ENTESB-4996 | Viewer role able to create/delete queues and messages via Hawtio |
| Content from issues.jboss.org is not included.ENTESB-5013 | hawtio jetty threadpools tab shows no data |
| Content from issues.jboss.org is not included.ENTESB-5037 | Hawtio - clicking on Services/EIPs results in java.lang.SecurityException: Authentication Failed |
| Content from issues.jboss.org is not included.ENTESB-5059 | Fabric - Wiki: Several icons missing in the left navigation with checkboxes |
| Content from issues.jboss.org is not included.ENTESB-5062 | Fabric: missing all tabs except "Containers" |
| Content from issues.jboss.org is not included.ENTESB-5088 | Hawtio JavaScript error when accessing Quartz tab |
| Content from issues.jboss.org is not included.ENTESB-5191 | Apparent mismatch between command count with tab completion |
| Content from issues.jboss.org is not included.ENTESB-5196 | Vanishing items at various menus |
| Content from issues.jboss.org is not included.ENTESB-5198 | Logs: Often Parse error when loading logs |
| Content from issues.jboss.org is not included.ENTESB-5199 | Fabric - Containers - Profiles: Clicking profile's tags causes exception |
| Content from issues.jboss.org is not included.ENTESB-5200 | Fabric - Containers,Services: Remove Stop button when Root container selected |
| Content from issues.jboss.org is not included.ENTESB-5209 | Deleting topics doesn't have a confirmation dialog |
| Content from issues.jboss.org is not included.ENTESB-5213 | Bump licence headers to 2016 |
| Content from issues.jboss.org is not included.ENTESB-5226 | Hawtio change behavior of Activate/Deactivate buttons in OSGi/Declarative Services |
| Content from issues.jboss.org is not included.ENTESB-5244 | Fabric - Wiki - Delete version dialog: Change warning for default version |
| Content from issues.jboss.org is not included.ENTESB-5252 | Clicking on Jetty tab shows "Are you sure?" screen for a moment |
| Content from issues.jboss.org is not included.ENTESB-5324 | Health tab in Hawtio not being displayed for fabric containers |
| Content from issues.jboss.org is not included.ENTESB-5441 | Scaling Save and Cancel buttons are not disabled after cancel |
| Content from issues.jboss.org is not included.ENTESB-5525 | Fabric - Containers - Location: Filtering field filters containers instead of locations |
| Content from issues.jboss.org is not included.ENTESB-5566 | Multiple roles defined in hawtio.roles property not working in EAP |
| Content from issues.jboss.org is not included.ENTESB-5596 | OSGi - Declarative Services - {{row.id}} shows up |
| Content from issues.jboss.org is not included.ENTESB-5622 | User with Read-only privilege can delete/move messages through hawtio |
| Content from issues.jboss.org is not included.ENTESB-5629 | Authenticator.checkIfSubjectHasRequiredRoleOnWebsphere method is missing logic to handle multiple roles |
| Content from issues.jboss.org is not included.ENTESB-5647 | Need to add MRRC earlyaccess repo |
| Content from issues.jboss.org is not included.ENTESB-5657 | Fabric - Profiles - Deploy: Creating a new container with profiles version other than default fails |
| Content from issues.jboss.org is not included.ENTESB-5768 | Fabric - Wiki - profile detail: typing in add artifact field is mirrored to another text field |
| Content from issues.jboss.org is not included.ENTESB-5818 | Upgrade httpclient version to latest, at a minimum > 4.3.4 |
| Content from issues.jboss.org is not included.ENTESB-5921 | There is not Delete button in Hawtio for SSH container |
| Content from issues.jboss.org is not included.ENTESB-5935 | intermittent ServerModel LinkageError when connecting to ssh container |
| Content from issues.jboss.org is not included.ENTESB-5958 | Fabric - Services - Containers: Containers list disappears when a container migrated to a version not containing one of the current profiles |
| Content from issues.jboss.org is not included.ENTESB-5976 | Hawtio on EAP shows wrong Context Root |
| Content from issues.jboss.org is not included.ENTMQ-1078 | Some characters in the name of queue should not be allowed |
| Content from issues.jboss.org is not included.ENTMQ-1850 | ActiveMQ - Browse: Un/checking all messages doesn't work properly after any message deleted |
4.5. OpenShift Enterprise Cartridges - 6.3.0
Table 4.5, “Issues in OpenShift Enterprise Cartridges Resolved in 6.3.0” lists the issues resolved in version 6.3.0.
Table 4.5. Issues in OpenShift Enterprise Cartridges Resolved in 6.3.0
| Issue | Description |
|---|---|
Chapter 5. Enhancements
5.1. Messaging - 6.3.0
Table 5.1, “Messaging Enhancements in 6.3.0” lists the enhancements in version 6.3.0.
Table 5.1. Messaging Enhancements in 6.3.0
5.2. Container - 6.3.0
Table 5.2, “Container Enhancements in 6.3.0” lists the enhancements in version 6.3.0.
Table 5.2. Container Enhancements in 6.3.0
5.3. Fuse Fabric - 6.3.0
Table 5.3, “Fabric Enhancements in 6.3.0” lists the enhancements in version 6.3.0.
Table 5.3. Fabric Enhancements in 6.3.0
| Enhancement | Description |
|---|---|
| Content from issues.apache.org is not included.KARAF-4449 | Upgrade to Aries proxy-impl 1.0.5 |
| Content from issues.jboss.org is not included.ENTESB-2705 | Appending value to property in default profile breaks property file |
| Content from issues.jboss.org is not included.ENTESB-3155 | mq-create : use default-version when no version is specified, instead of 1.0 |
| Content from issues.jboss.org is not included.ENTESB-4135 | Update to the JMS 2.0 API |
| Content from issues.jboss.org is not included.ENTESB-4221 | Please tidy up jetty port references in our configuration files |
| Content from issues.jboss.org is not included.ENTESB-4222 | Improve the recovery of fuse ensemble cluster |
| Content from issues.jboss.org is not included.ENTESB-4581 | Fabric8 jvm options for nodes should be applied when node is started using bin/karaf |
| Content from issues.jboss.org is not included.ENTESB-4583 | Need a way to change the user credentials for managing SSH containers |
| Content from issues.jboss.org is not included.ENTESB-4598 | Need a way to set "autopurge.purgeInterval" of Zookeeper. |
| Content from issues.jboss.org is not included.ENTESB-4600 | [patching] Add warning or error when applying patch for Fuse 6.1 on Fuse 6.2 |
| Content from issues.jboss.org is not included.ENTESB-4674 | jmxRole configuration not inherited from parent when creating child container |
| Content from issues.jboss.org is not included.ENTESB-4684 | Request to provide additional status in the fabric:container-list command |
| Content from issues.jboss.org is not included.ENTESB-4726 | Upgrade swagger to 1.5.4 |
| Content from issues.jboss.org is not included.ENTESB-4787 | Fabric child container's initial properties should default to those of its parent |
| Content from issues.jboss.org is not included.ENTESB-4917 | Enhance Exception Reporting In FabricFeaturesServiceImpl |
| Content from issues.jboss.org is not included.ENTESB-5041 | Add option to "fabric:requirements-export" command to indent requirements-export json output |
| Content from issues.jboss.org is not included.ENTESB-5052 | Update the camel-cxf-code-first and camel-cxf-contract-first quickstarts so they don't use the same endpoints |
| Content from issues.jboss.org is not included.ENTESB-5182 | Please include org.springframework/spring-webmvc in Fuse BOM |
| Content from issues.jboss.org is not included.ENTESB-5479 | Fabric should externalize jolokia-access.xml, or provide similar configuration facilities |
| Content from issues.jboss.org is not included.ENTESB-5533 | unable to delete resource from fabric:profile-edit --delete |
| Content from issues.jboss.org is not included.ENTESB-5537 | [patching] Make it easier to patch patching mechanism itself |
| Content from issues.jboss.org is not included.ENTESB-5805 | beginner/camel-log-wiki example uses invalid timer value |
| Content from issues.jboss.org is not included.ENTESB-4340 | Delete bin/deletefabric8 script |
| Content from issues.jboss.org is not included.ENTESB-4386 | Use system specific init scripts |
| Content from issues.jboss.org is not included.ENTESB-4440 | upgrade to jetty 9 |
| Content from issues.jboss.org is not included.ENTESB-4441 | upgrade to CXF 3.1 |
| Content from issues.jboss.org is not included.ENTESB-4852 | Support AMQ 7 clients and camel connector |
| Content from issues.jboss.org is not included.ENTESB-4901 | Missing --manual-ip parameter for fabric:container-resolver-set manualip |
| Content from issues.apache.org is not included.ARIES-1395 | Add a structure-only option to Blueprint xml-validation feature |
| Content from issues.apache.org is not included.CAMEL-9039 | Feature camel-core contains bundles, which should be made optional for micro-services deployment |
| Content from issues.jboss.org is not included.ENTESB-4806 | Race condition in Fabric environment deploying SAP Components to child container |
| Content from issues.jboss.org is not included.ENTESB-5243 | Upgrade pax-url to version >= 2.4.7 |
| Content from issues.jboss.org is not included.ENTESB-4708 | [6.3] Summary of problems with version alignment |
| Content from issues.jboss.org is not included.ENTESB-4857 | Disable geoIP by default |
| Content from issues.jboss.org is not included.ENTESB-5408 | Upgrade to Pax Logging 1.8.5 |
| Content from issues.jboss.org is not included.ENTESB-5636 | 3rd party alignments - built from source strict alignments |
| Content from issues.jboss.org is not included.ENTESB-5764 | [maven] Verify whether fabric-maven should serve SNAPSHOTs from defaultRepositories |
| Content from issues.jboss.org is not included.ENTESB-5803 | [patching] split patch-core to impl and api bundles |
5.4. Management Console - 6.3.0
Table 5.4, “Enhancements in 6.3.0” lists the enhancements in 6.3.0.
Table 5.4. Enhancements in 6.3.0
| Enhancement | Description |
|---|---|
| Content from issues.jboss.org is not included.ENTESB-4479 | Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option |
| Content from issues.jboss.org is not included.ENTESB-4581 | Fabric8 jvm options for nodes should be applied when node is started using bin/karaf |
| Content from issues.jboss.org is not included.ENTESB-4599 | Hawtio: Update Camel tab for new or removed camel contexts/routes [Fabric mode] |
| Content from issues.jboss.org is not included.ENTESB-5479 | Fabric should externalize jolokia-access.xml, or provide similar configuration facilities |
| Content from issues.jboss.org is not included.ENTESB-5791 | Jolokia - Allow to override all the defaults at startup time |
| Content from issues.jboss.org is not included.ENTESB-4708 | [6.3] Summary of problems with version alignment |
| Content from issues.jboss.org is not included.ENTESB-5004 | Update Fuse Jenkins to use Build Pipelines |
| Content from issues.jboss.org is not included.ENTESB-5636 | 3rd party alignments - built from source strict alignments |
Chapter 6. Supported Configurations
6.1. Information on the Customer Portal
For information about supported configurations, standards, and components in version 6.3, see the following Customer Portal articles:
Legal Notice
Trademark Disclaimer
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at Content from creativecommons.org is not included.http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Apache, ServiceMix, Camel, CXF, and ActiveMQ are trademarks of Apache Software Foundation. Any other names contained herein may be trademarks of their respective owners.