Release Notes

Red Hat JBoss Fuse

What's new in Red Hat JBoss Fuse

Red Hat

Version 6.3
27 Oct 2020

Abstract

These notes provide an overview of the changes between each release of Red Hat JBoss Fuse.

Chapter 1. What's New

Abstract

This section describes the main features and changes in version 6.3.

1.1. New Features

The main new features in version 6.3 are:

1.2. Important Notes

Oracle JDK 1.7 is incompatible with Maven central repository

Due to recent changes in the security requirements for connecting to the Maven central repository, Oracle JDK 1.7 is no longer compatible with Maven central and is unable to download Maven artifacts. We recommend that you upgrade to Oracle JDK 1.8 to avoid this issue. See Section 4.2, “List of Known Issues” for more details.

New Maven repository

Since JBoss Fuse 6.3, the JBoss Fuse Maven artifacts are available only from the following Maven repositories:
Hence for JBoss Fuse 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 JBoss Fuse (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 JBoss Fuse 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, in the etc/jetty.xml file, and in the Camel Jetty endpoint. For more details, see chapter "Securing the Jetty HTTP Server" in "Security Guide" and chapter "Securing the Camel Jetty Component" in "Security Guide".

Apache Karaf package name changed from jboss-fuse-full to jboss-fuse-karaf

The package name for the Apache Karaf distribution of JBoss Fuse has changed from jboss-fuse-full-ProductVersion.zip to jboss-fuse-karaf-ProductVersion.zip in this release.

CXF security changes

Note the following important changes to CXF security in this release:
  • The STS (Security Token Service) now issues tokens using the RSA-SHA256 signature algorithm by default (previously RSA-SHA1), and the SHA-256 digest algorithm (previously SHA-1).
  • The SAML/XACML functionality previously available in the cxf-rt-security module is now in the cxf-rt-security-saml module.

New interceptor required for transactional RFC SAP endpoints

A new interceptor object is provided in JBoss Fuse 6.3, which is needed to configure transactional RFC destinations properly for the Camel SAP component. For details, see section "Interceptor for tRFC and qRFC destinations" in "Apache Camel Component Reference".

Make Quickstart Examples Available

In previous releases, profiles for quickstart example were available by default. The new default behavior is that profiles for quickstart examples are not available in a new fabric. To create a fabric in which you can run the quickstart examples, edit the $FUSE_HOME/fabric/io.fabric8.import.profiles.properties file by uncommenting the line that starts with the following:
# importProfileURLs =
If you create a fabric without doing this and you want to run the quickstart examples, follow these steps to make them available:
  1. Edit the $FUSE_HOME/quickstarts/pom.xml file to add a fabric I/O plugin, for example:
    <plugin> 
         <groupId>io.fabric8</groupId> 
         <artifactId>fabric8-maven-plugin</artifactId> 
         <version>1.2.0.redhat-630187</version> 
    </plugin>
  2. In the $FUSE_HOME/quickstarts directory, change to the directory for the quickstart example you want to run, for example:
    cd beginner
  3. In that directory, execute the following command:
    mvn fabric8:deploy
    You would need to run this command in each directory that contains a quickstart example that you want to run.

Chapter 2. Deprecated and Removed Features

Abstract

After recent planning activities for JBoss Fuse 7.0, additional features have been deprecated for 7.0, as listed under Section 2.2, “April 2017 6.3 Addendum”.
If you need any assistance or have any questions about the upcoming changes in Fuse 7, please contact This content is not included.support@redhat.com.

2.1. Cumulative List of Deprecated 6.x Features

A complete list of the features that are deprecated from the JBoss Fuse 6.x family of products (including those from previous minor releases) is given in the knowledge base article, JBoss Fuse 6.x Deprecated and Removed Features.

2.2. April 2017 6.3 Addendum

Features that were deprecated in the context of planning for the next major release, 7.0, of JBoss Fuse.

Embedded ActiveMQ broker will be removed in 7.0

In JBoss Fuse 7.0, JBoss Fuse on Karaf will no longer provide an embedded ActiveMQ Broker. Customers should connect to a supported remote broker directly. For more information on our supported brokers please refer to the messaging lifecycle.

Geronimo transaction manager will be replaced in 7.0

In JBoss Fuse 7.0, the Geronimo transaction manager in the Karaf container will be replaced by Content from narayana.io is not included.Narayana.

JBoss Fuse integration pack will be removed in 7.0

In JBoss Fuse 7.0, support for running rules and processes will be provided by components shipped with Red Hat JBoss BPM Suite and Red Hat JBoss BRMS.

Jetty container will be replaced in 7.0

In JBoss Fuse 7.0, the Jetty container will be replaced by Content from undertow.io is not included.Undertow. Initially, this change applies only to internal use of the Jetty container (for example, in the Karaf container). Other Jetty components will be removed in a future release

Karaf console commands for child container administration will be removed in 7.0

In JBoss Fuse 7.0, the Karaf console commands for child container administration (commands prefixed by admin:, such as admin:create, admin:list, and so on) will be removed.

SwitchYard will be removed in 7.0

In JBoss Fuse 7.0, SwitchYard will be removed, and you should use Apache Camel directly instead. For more detailed information, see the knowledge base article, SwitchYard Support Plan After Releasing JBoss Fuse 7.

2.3. October 2016 GA

Features that were deprecated or removed at the time of the JBoss Fuse release in October 2016.

Support for Fabric8 1.x will be removed in the next major release of JBoss Fuse

In the next major release of JBoss Fuse (planned as JBoss Fuse 7.0), Fabric8 v1 will be replaced by Fuse Integration Services (FIS), which includes components of Fabric8 v2 technology. FIS provides a set of tools and Docker-formatted images that enable development, deployment, and management of integration microservices within OpenShift.
Although FIS has a different architecture, it fulfills the same provisioning, automation, central configuration and management requirements that Fabric8 v1 provides. For more information, please see Red Hat JBoss Fuse Integration Services 2.0 for OpenShift.
Please contact Fuse Support with any questions or concerns.

bin/deletefabric8 script has been removed

The bin/deletefabric8 script has been removed in this release.

Camel components for Google App Engine are deprecated

The GAE components for Apache Camel are deprecated in JBoss Fuse 6.3 and will be removed from a future release of JBoss Fuse.

Camel Netty component is deprecated

The Camel Netty component and the SwitchYard Camel Netty component are both deprecated in JBoss Fuse 6.3 and will be removed in a future release of JBoss Fuse. It is recommended that you use the Camel Netty4 component instead.

Camel jBPM component is deprecated

The Camel jBPM component (camel-jbpm) is deprecated in JBoss Fuse 6.3 and will be removed in a future release of JBoss Fuse.

Camel LevelDB component is deprecated on all operating systems except for Linux

Since JBoss Fuse 6.3, the Camel LevelDB (camel-leveldb) component is deprecated on all operating systems except for Red Hat Enterprise Linux. In future, the Camel LevelDB component will be supported only on Red Hat Enterprise Linux.

Tanuki based wrapper for installing JBoss Fuse as a service is deprecated

The Tanuki based wrapper scripts—generated using the wrapper:install Karaf console command—for installing JBoss Fuse as a service are deprecated since JBoss Fuse 6.3 and will be removed in a future release of JBoss Fuse. 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.

Smooks is deprecated

Since JBoss Fuse 6.3, the Smooks component for SwitchYard is deprecated and will be removed in a future release of JBoss Fuse.

BPEL is deprecated

BPEL (based on the Content from riftsaw.jboss.org is not included.Riftsaw project) is no longer being actively developed and will be removed from a future release of JBoss Fuse. If you are currently using BPEL, it is recommended that you consider migrating to the Red Hat JBoss BPM Suite (which is supported through the JBoss Fuse Integration Package).

Design Time Governance is deprecated

The Design Time Governance component is deprecated since 6.2.1 and not included with the product.

Runtime Governance is deprecated.

Since JBoss Fuse 6.3, the Runtime Governance (RTGov) component is deprecated and will be removed in a future release of JBoss Fuse.

S-RAMP is deprecated

The SOA Repository Artifact Model and Protocol (S-RAMP) component is deprecated since 6.2.1 and will be removed from a future release.

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.

Apache OpenJPA is deprecated

The Content from openjpa.apache.org is not included.Apache OpenJPA implementation of the Java Persistence API (JPA) is deprecated since 6.2.1. It is recommended that you use the Content from hibernate.org is not included.Hibernate implementation instead.

Chapter 3. Unsupported Features

Apache Aries Blueprint Web module is unsupported

The Apache Aries Content from aries.apache.org is not included.Blueprint Web module is not supported in JBoss Fuse. The presence of an example featuring Blueprint Web in the community edition of Apache Camel (provided in extras/apache-camel-2.17.0.redhat-630xxx.zip) does not imply that this feature is supported in JBoss Fuse.

The PHP scripting language is not supported in Apache Camel on Apache Karaf

The PHP scripting language is not supported in Camel applications on the Apache Karaf container, because there is no OSGi bundle available for PHP. The PHP scripting language is deprecated in Camel applications on the JBoss EAP container and on the Spring Boot container.

The Python scripting language is not supported in Apache Camel on Apache Karaf

The Python scripting language is not supported in Camel applications on the Apache Karaf container, because there is no OSGi bundle available for Python. The Python scripting language is deprecated in Camel applications on the JBoss EAP container and on the Spring Boot container.

The Integration Pack is not supported in Fabric deployments

The Integration Pack is not supported in Fabric and cannot be installed in a fabric container. For more details, see Content from issues.jboss.org is not included.ENTESB-5796.

Chapter 4. Known Issues

4.1. CVE Security Vulnerabilities

As a middleware integration platform, JBoss Fuse can potentially be integrated with a large number of third-party components. It is not always possible to exclude the possibility that some third-party dependencies of JBoss Fuse could have security vulnerabilities. This section documents known security vulnerabilities affecting third-party dependencies of JBoss Fuse 6.3.
[This content is not included.CVE-2017-12629] Multiple CVEs related to jackson-databind security vulnerability
Applications that that use the FasterXML jackson-databind library to instantiate Java objects by deserializing JSON content are potentially vulnerable to a remote code execution attack. The vulnerability is not automatic, however, and it can be avoided if you take the appropriate mitigation steps.
At a minimum, the following prerequisites must all be satisfied before an attack becomes possible:
  1. You have enabled polymorphic type handling for deserialization of JSON content in jackson-databind. There are two alternative ways of enabling polymorphic type handling in Jackson JSON:
    1. Using a combination of the @JsonTypeInfo and @JsonSubTypes annotations.
    2. By calling the ObjectMapper.enableDefaultTyping() method. This option is particularly dangerous, as it effectively enables polymorphic typing globally.
  2. There are one or more gadget classes in your Java classpath, which have not yet been blacklisted by the current version of jackson-databind. A gadget class is defined as any class that performs a sensitive (potentially exploitable) operation as a side effect of executing a constructor or a setter method (which are the methods that can be called during a deserialization). The gadget blacklist maintained by the Jackson JSON library is the last line of defence against the remote code execution vulnerability.
It is the existence of a large number of gadget classes which explains why there are many individual CVEs related to the jackson-databind vulnerability. There are different CVEs related to different kinds of gadget class.
If you do need to use the jackson-databind library in your application, the most important measure you can take to mitigate the risk is this: avoid polymorphic type handling in Jackson JSON and on no account should you call the ObjectMapper.enableDefaultTyping() method.
[CVE-2020-11972] CVE-2020-11972 camel-rabbitmq: camel: RabbitMQ enables Java deserialization by default which could lead to remote code execution [fuse-6.3.0]
In the version of Apache Camel provided with Fuse 6.3 (which is Camel 2.17), the Camel RabbitMQ component enables java deserialization, by default, without any means of disabling which can lead to arbitrary code being executed. To avoid this security vulnerability, we recommend that you do not use the Camel RabbitMQ component in Fuse 6.3.

4.2. List of Known Issues

The following list describes known issues in version 6.3:
[This content is not included.ENTESB-13343] Maven resolution of remote repository artifacts are broken on Oracle JDK7 [and IBM JDK7]
Due to recent changes in the security requirements for connecting to the Maven central repository, Oracle JDK 1.7 and IBM JDK7 is no longer compatible with Maven central and is unable to download Maven artifacts. Specifically, Maven resolution through the internal Fuse Maven proxy from HTTPS secured repositories is broken on Oracle JDK7 and IBM JDK7. We recommend that you upgrade to Oracle JDK 1.8 to avoid this issue.
[Content from issues.jboss.org is not included.ENTESB-11757] [QUICKSTART] camel-linkedin quickstart is not working
In Fuse 6.3, the Camel LinkedIn component is no longer able to communicate with the LinkedIn server, because it is implemented using the LinkedIn Version 1.0 API, which is no longer supported by LinkedIn. The Camel LinkedIn component will be updated to use the Version 2 API in a future patch release of Fuse 6.3.
[Content from issues.jboss.org is not included.SWITCHYARD-2936] Add support for Integration Pack with Kie 6.4.0
For SwitchYard projects in JBoss Fuse 6.3, and in the associated Integration Pack, there is no longer a backward compatibility layer, so we have added support for the Integration Pack BPM & Rules components (Fuse-specific) as well as the SwitchYard ones (more basic components for community releases). When you specify an Integration Pack and Kie version for your SwitchYard project, the appropriate components are selected. There is a known issue, however, if you select both varieties of BPM or Rules components and don't have Integration Pack versions specified. If you accidentally check both of them and are not using the Integration Pack, simply uncheck the (Integration Pack) version on the Capabilities page. Other supported components are not affected.
[Content from issues.jboss.org is not included.ENTESB-6038] Error loading situations when using Postgres
RTGov 6.2.1 and 6.3 configured with Postgres for the OverlordRTGov datasource fails to load situations in the RT-Gov UI. You can work around this problem by modifying the standalone-full.xml configuration file as follows:
   <configuration name="overlord-rtgov">
      <properties>

           <!-- ADD THIS -->
          <property name="hibernate.transaction.factory_class" value="org.hibernate.transaction.JTATransactionFactory"/>
          <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>

          <!-- REMOVE/COMMENT THIS -->
          <!--property name="JpaStore.jtaPlatform" value="org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform"/-->

          <!-- ... other properties -->
      </properties>
   </configuration>
[Content from issues.jboss.org is not included.ENTESB-6079] The domain-camel.xml in Fuse on EAP doesn't work OOTB
The domain-camel.xml domain configuration file in Fuse on EAP does not work at the earlier patch levels of JBoss EAP 6.4. You need to use JBoss EAP 6.4.7 or later for this configuration file to work.
[Content from issues.jboss.org is not included.ENTESB-4995] Classloader leak in wildfly-camel ContextCreateHandlerRegistryService
JBoss Fuse on JBoss EAP with a small metaspace can lead to OutOfMemoryError. SwitchYard is unaffected by this.
[Content from issues.jboss.org is not included.ENTESB-6033] Qpid jms client hangs when used in camel route
The Camel AMQP component, which is based on the Qpid JMS client, freezes when it is used in a Camel route. This is because the associated camel-amqp Karaf feature depends on the wrong version of the Qpid Proton-J library. This issue will be fixed in an upcoming patch.
[Content from issues.jboss.org is not included.ENTESB-4850] No bean could be found in the registry for: ConnectionFactory of type: javax.jms.ConnectionFactory
In certain circumstances, when deploying multiple Camel JMS endpoints into a JBoss EAP container, the following error can be thrown:
org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: ConnectionFactory of type: javax.jms.ConnectionFactory
This error can occur either in a SwitchYard application or in a Camel on EAP (Wildfly Camel) application. There are two known workarounds for this issue:

Workaround 1: Use the org.jboss.server.bootstrap.maxThreads system property

If you face this issue, you can start JBoss EAP with the org.jboss.server.bootstrap.maxThreads system property with a value less than or equal to 3 to resolve the issue, as follows:

$ ./bin/standalone.sh -c standalone-full.xml -Dorg.jboss.server.bootstrap.maxThreads=3
Note that the default value of org.jboss.server.bootstrap.maxThreads is (number of processors)*2 and setting it to a value lower than the default may slow the startup time of JBoss EAP.

Workaround 2: Use the org.switchyard.deployment.disableAutoStartup SwitchYard domain property

If the first workaround does not work for you, you can then disable auto start-up of SwitchYard bindings by setting the org.switchyard.deployment.disableAutoStartup domain property to true to resolve the issue.

<switchyard xmlns="urn:switchyard-config:switchyard:1.0" xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912" [...]>
  [...]
  <domain>
    <properties>
      <property name="org.switchyard.deployment.disableAutoStartup" value="${org.switchyard.deployment.disableAutoStartup:true}"/>
    </properties>
  </domain>
</switchyard>
Note that if you disabled auto start-up of SwitchYard bindings, you need to manually start the bindings after the applications are deployed.
[Content from issues.jboss.org is not included.ENTESB-5653] Profile-import fails on Windows paths (with backslashes)
When using the profile-import Karaf 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-xxx/out.zip
[Content from issues.jboss.org is not included.ENTESB-5231] PHP script language does not work
The PHP scripting language is not supported in Camel applications on the Apache Karaf container, because there is no OSGi bundle available for PHP.
[Content from issues.jboss.org is not included.ENTESB-5232] Python language does not work
The Python scripting language is not supported in Camel applications on the Apache Karaf container, because there is no OSGi bundle available for Python.
[Content from issues.jboss.org is not included.ENTESB-5911] bpel-jms-binding is not working on solaris11sparc
The bpel-jms-binding example from Apache Karaf quickstarts/switchyard does not work on the Solaris 11 operating system.
[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:create Karaf console command do not support the new JBoss Fuse patching mechanism, because the requisite patch feature 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-630xxx/xml/features --feature patch test
Where 1.2.0.redhat-630xxx 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-5911] bpel-jms-binding is not working on solaris11sparc
The bpel-jms-binding quickstart for SwitchYard on Apache Karaf (in the quickstarts/switchyard/bpel-jms-binding directory) does not work on Solaris 11, due to a ClassNotFound error.
[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.jboss.org is not included.ENTESB-4291] Conflict in Saxon implementations (switchyard-bpel, camel-saxon)
In the Apache Karaf container, the switchyard-bpel feature and the camel-saxon feature cannot both be installed at the same time, because they use conflicting versions of the Saxon parsing library. In testing we have seen classpath issues such as the following when both features are installed together:
Caused by: java.lang.NoSuchMethodException: net.sf.saxon.Controller.setMessageEmitter(net.sf.saxon.event.Receiver)
	at java.lang.Class.getMethod(Class.java:1786)
	at org.apache.camel.builder.xml.XsltBuilder.doStart(XsltBuilder.java:616)
	... 42 more
[Content from issues.jboss.org is not included.ENTESB-5447] Cannot add openjpa, camel-hbase, or camel-hdfs features to featuresBoot
If you add any of the features, openjpa, camel-hbase, or camel-hdfs, to featuresBoot in the etc/org.apache.karaf.features.cfg file, this will result in an OSGi wiring error. All of these features are deprecated in any case.
[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 JBoss Fuse 6.3.
[Content from issues.jboss.org is not included.ENTESB-3982] If changing the BPEL data source, you may need to restart EAP
If you install a new data source for BPEL in JBoss EAP, it might be necessary to restart the JBoss EAP container—instead of simply executing :reload—in order for the data source to be recognized.
[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 JBoss Fuse 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] JBoss Fuse 6.2.1 takes a long time to start up on OpenStack
When a JBoss Fuse 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_OPTS environment variable):
-Djava.security.egd=file:/dev/./urandom
The extra dot in the pathname, as in /./, is required.
Note
The effect of the workaround is to replace the default /dev/random by /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.ENTESB-4390] Some quickstarts using SAAJ API fail on IBM JAVA
When using the Apache Karaf container with IBM Java version 1.7.0, the following quickstarts can fail:
  • bean-service
  • soap-attachment
With the following error:
java.lang.IllegalAccessError: Class com/sun/org/apache/xerces/internal/dom/ElementImpl illegally accessing "package private" member of class com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl
    at com.sun.org.apache.xerces.internal.dom.ElementImpl.synchronizeData(ElementImpl.java:1159)
    ...
This appears to be a problem with the IBM JDK. You can work around the problem as follows:
  1. Remove saaj-api from endorsed libraries:
    rm lib/endorsed/org.apache.servicemix.specs.saaj-api-1.3-2.5.0.jar
  2. Before invoking the ./bin/fuse script:, set the JAVA_OPTS environment variable as follows:
    JAVA_OPTS=-Xshareclasses:none
[Content from issues.jboss.org is not included.AESH-324] Don't require special chars within arguments to be escaped
The S-RAMP query language currently requires you to escape special characters in a function argument. For example, in the following query you must escape the single quotes around 'submit.*' using the backslash character:
/s-ramp/wsdl/Operation[xp2:matches(@name,\'submit.*\')]
[Content from issues.jboss.org is not included.ENTESB-3980] ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
After a clean installation of S-RAMP to to JBoss EAP 6.4.0 with a PostgreSQL database and after first navigation to the Artifacts | Dashboard page, the following exception is thrown.
...
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
  Detail: Key (typname, typnamespace)=(artificerartifact, 136381) already exists.
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2198)
...
This error has no effect on the S-RAMP functionality, however, and can safely be ignored.
[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-2443] Google Mail API - Sending of messages and drafts is not synchronous
When you send a message or draft, the response contains a Message object with an ID. It may not be possible to immediately get this message via another call to the API. You may have to wait and retry the call.
[Content from issues.jboss.org is not included.ENTESB-2458] Google Mail Component - Import of message throws sometimes SocketTimeoutException
Importing a message may throw a java.net.SocketTimeoutException if the send operation was called before. Workaround: After a send call wait for few moments before calling import.
[Content from issues.jboss.org is not included.ENTESB-2365] Google Drive API bug - Response of permission insert operation mostly does not contain emailAddress property
Response of permission insert operation sometimes does not return emailAddress property even if the value of request property type was set to user. Nevertheless the permission is successfully inserted.
[Content from issues.jboss.org is not included.ENTESB-2332] Google Drive API JSON reponse for changes returns bad count of items for the first page
Google Drive API JSON reponse for changes returns bad count of items for the first page. Setting maxResults for a list operation may not return all the results in the first page. You may have to go through several pages to get the complete list (that is by setting pageToken on new requests).
[Content from issues.jboss.org is not included.ENTESB-3039] [HTTP Gateway] apis mapping rules don't work right after deployment
If the zooKeeperPath property in the io.fabric8.gateway.http.mapping-apis.properties is changed, a gateway node restart will be required.
[Content from issues.jboss.org is not included.ENTESB-2929] can't install features camel-avro camel-hbase camel-hdfs2
camel-avro, camel-hbase, camel-hdfs2 are not supported on Solaris / AIX. The camel-hdfs2 feature can only run if you have libsnappyjava.dylib in java.library.path. You must manually setup libsnappyjava.dylib in Red Hat JBoss Fuse before installing these features.
JBossFuse:karaf@root> features:info camel-hdfs2
		Description of camel-hdfs2 2.15.0.redhat-620133 feature
[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-leveldb feature 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-4490] Integration Pack Maven Repository is missing some CXF artifacts
For users intending to use the Integration Pack with Maven, the Integration Pack pom.xml files do not consistently define the versions for the camel-cxf and cxf Maven artifacts. For an explantion of how to set up the Maven dependencies in this case, see chapter "Configuring Maven Dependencies" in "Integration Guide".
[Content from issues.jboss.org is not included.FUSEDOC-1716] The examples/samples projects is missing from apache-camel-2.17.0.redhat-630187/apache-cxf-3.1.5.redhat-630187.zip
JBoss Fuse 6.3 does not provide a code sample for how to deploy an Apache CXF web service endpoint. Documentation for an unsupported example has been removed from the end of the JBoss Fuse 6.3 document, "Deploying into a Web Server".
There is an Content from github.com is not included.Apache Camel CXF JAX-WS example that is available from the upstream Wildfly Camel project. This example requires the Undertow servlet container, which is not supported in JBoss Fuse 6.3. Red Hat expects to provide a supported sample in a future release.

Chapter 5. Resolved Issues

5.1. General - 6.3.0

Table 5.1, “General Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.1. General Issues Resolved in 6.3.0

Issue NumberDescription
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-3546Cannot access LinkedIn API with camel-linkedin
Content from issues.jboss.org is not included.ENTESB-3939fuse EsbProfileRedeployTest fails consistently
Content from issues.jboss.org is not included.ENTESB-4160BPEL - Domain mode - Deployment throws MySQLIntegrityConstraintViolationException
Content from issues.jboss.org is not included.ENTESB-4415Multiple Error messages while updating JBoss A-MQ using new patch mechanism
Content from issues.jboss.org is not included.ENTESB-4435Fix hardcoded link to activemq nms zip
Content from issues.jboss.org is not included.ENTESB-4480[Patch mechanism] Missing startup bundles when migrating container joined via fabric:join command
Content from issues.jboss.org is not included.ENTESB-4495Hibernate and Bundle ClassLoaders out of sync on Bundle Refresh
Content from issues.jboss.org is not included.ENTESB-4622Please update file name from jboss-fuse-full to jboss-fuse-karaf
Content from issues.jboss.org is not included.ENTESB-4711[JBoss A-MQ distro, Fabric, offline] A-MQ distro will not create a fabric when no access to internet
Content from issues.jboss.org is not included.ENTESB-4732JBoss Fuse 6.2.1 quickstarts/custom readme should be updated to indicate jboss fuse zip needs to be added to local repo
Content from issues.jboss.org is not included.ENTESB-4770fix swagger dependencies in Fuse BOM
Content from issues.jboss.org is not included.ENTESB-4773Corrupted Screenshots in camel-sap-binding quickstart
Content from issues.jboss.org is not included.ENTESB-4786Fuse quickstart builds fail with missing pom
Content from issues.jboss.org is not included.ENTESB-4804Corrupt war file in jboss-fuse-full-6.2.1.redhat-084.zip (GA)
Content from issues.jboss.org is not included.ENTESB-4875Update dependencies for CXF secure-soap quickstart
Content from issues.jboss.org is not included.ENTESB-4876CXF features fails to install on jboss-fuse-full-6.3.0.redhat-012.zip
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-4925don't start camel-jetty8 in fuse by default
Content from issues.jboss.org is not included.ENTESB-4961Fuse and A-MQ both have the amq:(esb:)check-for-user and amq:(esb:)create-admin-user
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-5105Some 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-5140Verify that quickstarts do not refer to SNAPSHOT versions
Content from issues.jboss.org is not included.ENTESB-5172Unable to install cxf-secure-rest quickstart
Content from issues.jboss.org is not included.ENTESB-5213Bump licence headers to 2016
Content from issues.jboss.org is not included.ENTESB-5484security-propagation-jms connector.jks needs to be copied differently
Content from issues.jboss.org is not included.ENTESB-5630container-list on child fails with illegal state exception in 630085 build
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5669Quickstarts pom has duplicates in pluginRepositories in 6.3.0.redhat-095 build
Content from issues.jboss.org is not included.ENTESB-5687camel-sap quickstart can't be build
Content from issues.jboss.org is not included.ENTESB-5751Fuse 6.3 Jenkins build has 6 test failures
Content from issues.jboss.org is not included.ENTESB-5774Fabric8 profiles for Camel quickstarts
Content from issues.jboss.org is not included.ENTESB-5781Can't install camel-amq quickstart on build jboss-fuse-6.3.0.redhat-131
Content from issues.jboss.org is not included.ENTESB-5786rest and secure-rest quickstarts are missing changes from fabric8
Content from issues.jboss.org is not included.ENTESB-5799All .jpgs in switchyard quickstarts are corrupted
Content from issues.jboss.org is not included.ENTESB-5833quickstarts/custom assembly cannot be started without modification
Content from issues.jboss.org is not included.ENTESB-5844Should enable fork option in codegen plug-in for quickstarts/cxf/camel-cxf-contract-first
Content from issues.jboss.org is not included.ENTESB-5893secure-soap quickstart doesn't work on fabric
Content from issues.jboss.org is not included.ENTESB-5926rest and secure-rest quickstarts do not work on fabric
Content from issues.jboss.org is not included.ENTESB-5927jboss-fuse-karaf-6.3.0.redhat-157.zip contains empty quickstart folders
Content from issues.jboss.org is not included.ENTESB-5951Shell SCR bundle redeploy loop with camel-amq quickstart
Content from issues.jboss.org is not included.ENTMQ-1447Unable to apply patch to JBoss AM-Q 6.2.0 SSH-containers
Content from issues.jboss.org is not included.ENTMQ-1517The jboss-a-mq-6.3.0.redhat-012.zip does not startup properly
Content from issues.jboss.org is not included.ENTMQ-1548Duplicate entries in etc/config.properties shipped with A-MQ 6.2
Content from issues.jboss.org is not included.ENTMQ-1774A-MQ 6.2.1 R2 errors on startup without Internet access

5.2. Messaging - 6.3.0

Table 5.2, “Messaging Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.2. Messaging Issues Resolved in 6.3.0

Issue NumberDescription
Content from issues.apache.org is not included.AMQ-5854Duplicate messages when failover is done during prepare phase of two phase commit.
Content from issues.apache.org is not included.AMQ-5856allowLinkStealing option is not working when using mqtt over websocket
Content from issues.apache.org is not included.AMQ-5857Message content stored twice while sending
Content from issues.apache.org is not included.AMQ-5865Enable "getRemoteAddress()" method in WebSocket Requests
Content from issues.apache.org is not included.AMQ-5870Lazy create if MQTTProtocolConverter in the WebSocket transport needs to be thread safe
Content from issues.apache.org is not included.AMQ-5875Removing a destination when using mKahaDB can cause an IllegalStateException
Content from issues.apache.org is not included.AMQ-5890AMQP: possible NPE when handling disposition with Modified state
Content from issues.apache.org is not included.AMQ-5891AMQP: update to proton-j 0.10
Content from issues.apache.org is not included.AMQ-5895FilteredDestinations do not work when loaded by runtimeConfigurationPlugin
Content from issues.apache.org is not included.AMQ-5903Message headers are lost when using the Broker Component for Camel
Content from issues.apache.org is not included.AMQ-5914Pull consumer hang when message expires in flight.
Content from issues.apache.org is not included.AMQ-5933NullPointerException in SelectorAwareVirtualTopicInterceptor
Content from issues.apache.org is not included.AMQ-5972Policy entries not applied in correct order
Content from issues.apache.org is not included.AMQ-6000Pause/resume feature of ActiveMQ not resuming properly
Content from issues.apache.org is not included.AMQ-6005Slave broker startup corrupts shared PList storage
Content from issues.apache.org is not included.AMQ-6013Restrict classes that can be serialized in ObjectMessages
Content from issues.apache.org is not included.AMQ-6014Offline Durable Topic Subscription exceeds memory limits
Content from issues.apache.org is not included.AMQ-6029wss transport don't work with certificate authentication properly
Content from issues.apache.org is not included.AMQ-6031AMQP: use System.nanoTime() when deriving time to tick the transport with for idle-timeout handling
Content from issues.apache.org is not included.AMQ-6046Concurrent access to a Transport from WebSocket client can deadlock
Content from issues.apache.org is not included.AMQ-6055SASL PLAIN auth with AMQP doesn't take authzid into account
Content from issues.apache.org is not included.AMQ-6059DLQ 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-6065Allow selective use of broker systemExitOnShutdown from DefaultIOExceptionHandler
Content from issues.apache.org is not included.AMQ-6066Performance issue in OrderedPendingList
Content from issues.apache.org is not included.AMQ-6068RAR - cannot reset clientId on pooled managed connection
Content from issues.apache.org is not included.AMQ-6069Purging a Queue can lead to OOM error with prioritized messages
Content from issues.apache.org is not included.AMQ-6070originalDestination property of advisory messages set to message id in error
Content from issues.apache.org is not included.AMQ-6071Log info about corrupted journal records at WARN level
Content from issues.apache.org is not included.AMQ-6073WebSockets no longer working on most browers
Content from issues.apache.org is not included.AMQ-6074AMQ4126Test#testOpenwireNIOSSLWithCertificate fails with JDK8
Content from issues.apache.org is not included.AMQ-6083Broker starts on corrupted kahadb despite checkForCorruptJournalFiles="true" and ignoreMissingJournalfiles="false"
Content from issues.apache.org is not included.AMQ-6086Broker stop and start are not at all thread safe - we can do better
Content from issues.apache.org is not included.AMQ-6088Runtime configuration does not properly apply policy updates
Content from issues.apache.org is not included.AMQ-6094Memory Leak with abnormal disconnecting consumers
Content from issues.apache.org is not included.AMQ-6102JMX SubscriptionViewMBean reset statistics method doesn't reset
Content from issues.apache.org is not included.AMQ-6113Add the X-Frame-Options" header for the WebConsole
Content from issues.apache.org is not included.AMQ-6121Messages can continually expire from DLQ and back
Content from issues.apache.org is not included.AMQ-6122Potential Deadlock when a duplicate message is read from the store for the DLQ destination
Content from issues.apache.org is not included.AMQ-6124failover backup transports do not update the brokerInfo leaving stale org.apache.activemq.ActiveMQConnection#getBrokerName
Content from issues.apache.org is not included.AMQ-6125Potential NPE in session rollback if no default redlivery policy configured
Content from issues.apache.org is not included.AMQ-6128browsing priority queue can return messages in different order than they will be consumed
Content from issues.apache.org is not included.AMQ-6131Durable subscription rewrote in journal can be to agressive and cause message loss on recovery
Content from issues.apache.org is not included.AMQ-6133Message updates can cause message loss on recovery
Content from issues.apache.org is not included.AMQ-6137Special escape characters in LIKE selectors do not work as expected
Content from issues.apache.org is not included.AMQ-6142ActiveMQBytesMessage decompress throws DataFormatException incorrect header check
Content from issues.apache.org is not included.AMQ-6146Use proper JSTL tags in the WebConsole
Content from issues.apache.org is not included.AMQ-6151Redelivered messages bypass priority ordering
Content from issues.apache.org is not included.AMQ-6152KahaDB scheduler log files not being deleted
Content from issues.apache.org is not included.AMQ-6168STOMP: Connection should be closed on receiving an invalid STOMP Frame with unknown action value.
Content from issues.apache.org is not included.AMQ-6169STOMP: Invliad frames are logged in warn messages
Content from issues.apache.org is not included.AMQ-6170X-Frame-Options are not set for static content
Content from issues.apache.org is not included.AMQ-6171legal colon in broker name breaks vm transport
Content from issues.apache.org is not included.AMQ-6183Provide the DispatchAsync value on Subscriptions to the SubscriptionViewMBean
Content from issues.apache.org is not included.AMQ-6194Deleting a temporary queue creates a warning message in the broker
Content from issues.apache.org is not included.AMQ-6199cursorMemoryHighWaterMark configuration not applied to topic subscription
Content from issues.apache.org is not included.AMQ-6206properties 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-6207KahaDB: corruption of the index possible on sudden stop of the broker
Content from issues.apache.org is not included.AMQ-6208The connector's jmx attribute UpdateClusterClients is not correct
Content from issues.apache.org is not included.AMQ-6211Synchronize creating of JMX OpenType objects
Content from issues.apache.org is not included.AMQ-6214JAAS bug that causes user group membership not reloaded dynamically when reload is true
Content from issues.apache.org is not included.AMQ-6215priority message dispatch can be affected by jms browser or expiry processing paging messages in error
Content from issues.apache.org is not included.AMQ-6218Message content returns null occasionally from Virtual Topic to the consumer
Content from issues.apache.org is not included.AMQ-6221ActiveMQTextMessage should synchronize on state changes
Content from issues.apache.org is not included.AMQ-6222Message content can be cleared by mistake when isReduceMemoryFootprint is enabled
Content from issues.apache.org is not included.AMQ-6235SimpleDiscoveryAgent doesn't honor it's configured initialReconnectDelay
Content from issues.apache.org is not included.AMQ-6240Producer cannot be terminated when slow consumer is detected
Content from issues.apache.org is not included.AMQ-6246STOMP: Unprefixed composite destination values not properly parsed
Content from issues.apache.org is not included.AMQ-6248Failover - transport connected to one broker fails due to error in connection to another broker
Content from issues.apache.org is not included.AMQ-6250MultiKahaDBTransactionStore should have null protection in close
Content from issues.apache.org is not included.AMQ-6254Durable wildcard subscription causes memory leak after broker restart
Content from issues.apache.org is not included.AMQ-6256ConcurentStoreAndDispatch can lead to inconsistent message states using VM Transport
Content from issues.apache.org is not included.AMQ-6263AMQP: Using JMS Transformer, preserve the type of the original MessageID
Content from issues.apache.org is not included.AMQ-6264Deadlock on destination map - slow topic sub with slowConsumerAdvisory
Content from issues.apache.org is not included.AMQ-6275Error when using ws transport connector
Content from issues.apache.org is not included.AMQ-6285MessageDatabase doesn't properly cleanup the checkpoint scheduler on shutdown
Content from issues.apache.org is not included.AMQ-6286Queue order lost on repeated redelivery
Content from issues.apache.org is not included.AMQ-6288Message ack compaction needs to acquire the checkpoint lock
Content from issues.apache.org is not included.AMQ-6290JMS Pool reconnection logic not always reliable
Content from issues.apache.org is not included.AMQ-6303Message ack rewrite does not always set the right journal file type code
Content from issues.apache.org is not included.AMQ-6305AMQP: Drain requests can go unaswered in certain cases.
Content from issues.apache.org is not included.AMQ-6317ActiveMQ createSchemaStatements are not executed on init if a previous createSchemaStatement failed on execution
Content from issues.apache.org is not included.AMQ-6340Queue order lost on consumer close in some cases
Content from issues.apache.org is not included.AMQ-6350PooledConnectionFactory throws 'IllegalStateException: Pool not open' after re-init
Content from issues.apache.org is not included.AMQ-6361Message can remain inflight after consumer side expiration acknowledgements
Content from issues.apache.org is not included.AMQ-6370JDBC message store - jdbc connection pool - potential deadlock with cleanup task when pool exhausted
Content from issues.apache.org is not included.AMQ-6372KahaDB reader pool not releasing unused open files till deletion - too many open files
Content from issues.apache.org is not included.AMQ-6376IOException on pageIn should involve IOExeceptionHandler
Content from issues.apache.org is not included.AMQ-6378KahaDb recover from corrupt metadata state locations that can be rebuilt
Content from issues.apache.org is not included.AMQ-6389LoggingBrokerPlugin logs a message size equal to 0
Content from issues.apache.org is not included.AMQ-6392Allow host name mapping with publishedAddressPolicy on a transportConnector
Content from issues.apache.org is not included.AMQ-6406kahadb concurrentStoreAndDispatch - duplicate suppression in cursor needs to wait for possible store add
Content from issues.apache.org is not included.AMQ-6413kahadb concurrentStoreAndDispatch - producer audit managed by store is skipped
Content from issues.apache.org is not included.CAMEL-1022DOT 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-4902Fuse 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-4957missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5818Upgrade httpclient version to latest, at a minimum > 4.3.4
Content from issues.jboss.org is not included.ENTESB-5872Unable to send JSON/Object to activemq in Camel
Content from issues.jboss.org is not included.ENTESB-5935intermittent ServerModel LinkageError when connecting to ssh container
Content from issues.jboss.org is not included.ENTMQ-1160When ActiveMQ encountered exception during rollback, the message is stuck instead of retry the rollback.
Content from issues.jboss.org is not included.ENTMQ-1180Offline Durable Topic Subscription exceeds memory limits
Content from issues.jboss.org is not included.ENTMQ-1419Second connection request with Durable subscriber throws "Setting clientID on a used Connection is not allowed"
Content from issues.jboss.org is not included.ENTMQ-1421Broker starts on corrupted kahadb despite checkForCorruptJournalFiles="true" and ignoreMissingJournalfiles="false"
Content from issues.jboss.org is not included.ENTMQ-1426originalDestination property of advisory messages set to message id in error
Content from issues.jboss.org is not included.ENTMQ-1428AMQ4126Test#testOpenwireNIOSSLWithCertificate fails with JDK8
Content from issues.jboss.org is not included.ENTMQ-1434StompSubscriptionRemoveTest hangs on Solaris with JDK8
Content from issues.jboss.org is not included.ENTMQ-1484Implementation of AMQ-6077 in Fuse 6.2.1 is incomplete
Content from issues.jboss.org is not included.ENTMQ-1517The jboss-a-mq-6.3.0.redhat-012.zip does not startup properly
Content from issues.jboss.org is not included.ENTMQ-1584Threads Blocked On ActiveMQConnection.ensureConnectionInfoSent
Content from issues.jboss.org is not included.ENTMQ-1656Enable configuration for mqtt-over-ws transport
Content from issues.jboss.org is not included.ENTMQ-1681Issue 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-1708The connection to 'tcp://...' is taking a long time to shutdown
Content from issues.jboss.org is not included.ENTMQ-1791Regression in from ENTMQ-703 leads to metrics issue for temp transactional queues
Content from issues.jboss.org is not included.ENTMQ-1822Broker Unable To Recover After Exceeding File Descriptor Limit
Content from issues.jboss.org is not included.ENTMQ-1823Two 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

5.3. SwitchYard

Table 5.3, “SwitchYard Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.3. SwitchYard Issues Resolved in 6.3.0

IssueDescription
Content from issues.apache.org is not included.CXF-6431Attachment serialization does not conform to the relevant specs
Content from issues.apache.org is not included.CXF-6665ClassCastException in SoapActionInInterceptor
Content from issues.jboss.org is not included.ENTESB-3814Add missing camel-sap converters to TypeConverter file
Content from issues.jboss.org is not included.ENTESB-3822Smooks transformer needs "org.milyn" OSGi package
Content from issues.jboss.org is not included.ENTESB-4070policy-security-basic throws error when executing test
Content from issues.jboss.org is not included.ENTESB-4137Unable to create SAP destination endpoints if there is no SAP server endpoint.
Content from issues.jboss.org is not included.ENTESB-4320jca-inflow-activemq quickstart not working
Content from issues.jboss.org is not included.ENTESB-4356Switchyard JPA does not work on IBM JDK
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4433camel-mqtt-binding not working on Fuse
Content from issues.jboss.org is not included.ENTESB-4436policy-security-saml quickstart throws error when undeploying
Content from issues.jboss.org is not included.ENTESB-4445Add all missing switchyard-* artifacts to switchyard bom
Content from issues.jboss.org is not included.ENTESB-4739HTTPS endpoint address doesn't work with HTTP proxy for RESTEasy reference binding
Content from issues.jboss.org is not included.ENTESB-4747No SwitchYard schema is included in Fuse 6.2.1
Content from issues.jboss.org is not included.ENTESB-4777Unable to install switchyard-http feature
Content from issues.jboss.org is not included.ENTESB-4815Camel Enrich route not marshalled properly after 2.15.2->2.16.1 update
Content from issues.jboss.org is not included.ENTESB-4850No bean could be found in the registry for: ConnectionFactory of type: javax.jms.ConnectionFactory
Content from issues.jboss.org is not included.ENTESB-4895Switchyard application with two services based on a WSDL fails to deploy using Java 8
Content from issues.jboss.org is not included.ENTESB-5016bpel-jms-binding QS on Fuse/Karaf : Username [karaf] or password is invalid
Content from issues.jboss.org is not included.ENTESB-5018camel-amqp-binding quickstart : unsatisfied requirement
Content from issues.jboss.org is not included.ENTESB-5025rest-binding error : dual dependency chains
Content from issues.jboss.org is not included.ENTESB-5027ftp-binding quickstart ReadMe Fuse section needs changes
Content from issues.jboss.org is not included.ENTESB-5055Add deltaspike module to switchyard
Content from issues.jboss.org is not included.ENTESB-5084SwitchYard: Karaf build test failure
Content from issues.jboss.org is not included.ENTESB-5113Message trace modifies character encoding
Content from issues.jboss.org is not included.ENTESB-5140Verify that quickstarts do not refer to SNAPSHOT versions
Content from issues.jboss.org is not included.ENTESB-5146Enable smooks bundle in features.xml
Content from issues.jboss.org is not included.ENTESB-5164Change geronimo servlets 3.0 spec use to javax.servlets
Content from issues.jboss.org is not included.ENTESB-5194can't install feature switchyard-demo-security-propagation-jms
Content from issues.jboss.org is not included.ENTESB-5195can't install switchyard-demo-policy-security-basic
Content from issues.jboss.org is not included.ENTESB-5208bpel: wait timer longer than 30 seconds causes process to wait indefinitely
Content from issues.jboss.org is not included.ENTESB-5221bpel-xts-subordinate-wsba quickstart deployment fails
Content from issues.jboss.org is not included.ENTESB-5258Re-enable org.switchyard.karaf.test.quickstarts.CamelMQTTBindingQuickstartTest
Content from issues.jboss.org is not included.ENTESB-5264camel Mail changes to only accept lower-cased "cc/bcc" in 2.17
Content from issues.jboss.org is not included.ENTESB-5283SecurityServices info should be cached for performance
Content from issues.jboss.org is not included.ENTESB-5360ClassNotFoundException: javax.jws.WebService from Module org.apache.camel.cxf:main
Content from issues.jboss.org is not included.ENTESB-5385Fix Readme.md in "security-propagation-jms" quickstart
Content from issues.jboss.org is not included.ENTESB-5416Switchyard features url adds old version of activemq features url (5.9.0)
Content from issues.jboss.org is not included.ENTESB-5418hawtio camel inconsistent with karaf camel:context-list
Content from issues.jboss.org is not included.ENTESB-5447bundle geronimo-servlet_2.5_spec/1.2 may cause various wiring chain issues
Content from issues.jboss.org is not included.ENTESB-5491SY camel-jms-binding Fuse instructions need to add karaf user to etc/users.properties
Content from issues.jboss.org is not included.ENTESB-5564transform-datamapper quickstart is missing instructions for Fuse
Content from issues.jboss.org is not included.ENTESB-5602camel-mqtt-binding - no message received with IBM java
Content from issues.jboss.org is not included.ENTESB-5610CNFE: org.apache.el.ExpressionFactoryImpl not found via camel-dozer
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5664Transform-datamapper quickstart has problems with target folder
Content from issues.jboss.org is not included.ENTESB-5689Align SwitchYard
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-5711Threading issue with Weld Switchyard and cxf-ws-policy
Content from issues.jboss.org is not included.ENTESB-5881Cannot install rest-binding quickstart with Java 7
Content from issues.jboss.org is not included.ENTESB-5935intermittent ServerModel LinkageError when connecting to ssh container

5.4. Routing

Table 5.4, “Routing Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.4. Routing Issues Resolved in 6.3.0

IssueDescription
Content from issues.apache.org is not included.AMQ-5652IdGenerator not optimal in port restricted enviroments.
Content from issues.apache.org is not included.ARIES-1544Blueprint property resolution fails for setters with derived type
Content from issues.apache.org is not included.CAMEL-1000Trace interceptor does not work with Spring-event component
Content from issues.apache.org is not included.CAMEL-1001ExceptionType handledPolicy is not exposed in the XSD
Content from issues.apache.org is not included.CAMEL-1003seda component - will lose message if its stopped while it polls
Content from issues.apache.org is not included.CAMEL-1019unexpected result in pressure testing
Content from issues.apache.org is not included.CAMEL-1023camel:dot - pipeline is drawn as a multicast
Content from issues.apache.org is not included.CAMEL-6069java.io.IOException: Permission denied from MarkerFileExclusiveReadLockStrategy.acquireExclusiveReadLock on NAS
Content from issues.apache.org is not included.CAMEL-6256Camel xmpp dynamic router is not sending incoming messages to openfire upon first failed groupchatroom join
Content from issues.apache.org is not included.CAMEL-6336camel cdi uses postconstruct to inject in cdi beans
Content from issues.apache.org is not included.CAMEL-6720SoapJaxbDataFormat not handling correctly SOAP action with request wrapper element
Content from issues.apache.org is not included.CAMEL-7443Remote Print URI changed to UNC Name
Content from issues.apache.org is not included.CAMEL-7500Concurrent modification of exchange during retry after netty TCP failure leads to futher processing of failed messages
Content from issues.apache.org is not included.CAMEL-7565SFTP using PollEnrich with "disconnect=true" and "delete=true" does NOT delete the file
Content from issues.apache.org is not included.CAMEL-7822Feature camel-google-drive is failing
Content from issues.apache.org is not included.CAMEL-7849Decrypting properties via Jasypt outside of <camelContext>
Content from issues.apache.org is not included.CAMEL-7884camel-netty4-http does not work for HTTP POST requests on routingSlip
Content from issues.apache.org is not included.CAMEL-7897Camel consumes & discards activemq messages after suspension
Content from issues.apache.org is not included.CAMEL-7921The soapAction HTTP header is not correctly set when running the CXF client in POJO mode using Camel
Content from issues.apache.org is not included.CAMEL-8163socketFactory must also be set in MailConfiguration when STARTTLS is used
Content from issues.apache.org is not included.CAMEL-8193Frequent BlockingOperationExceptions under load
Content from issues.apache.org is not included.CAMEL-8241Exec command failures using Java 8 on Unix
Content from issues.apache.org is not included.CAMEL-8270camel-rabbitmq: exchangeName in URI must be optional, i.e. default "" exchange
Content from issues.apache.org is not included.CAMEL-8302Rabbitmq shouldn't require/bind queue if not specified
Content from issues.apache.org is not included.CAMEL-8393Redelivery doesn't work correctly on Dynamic Routers
Content from issues.apache.org is not included.CAMEL-8431Consume all files in aws S3 bucket where deleteAfterRead = false
Content from issues.apache.org is not included.CAMEL-8437Simple bean call doesn't like parenthesis in parameter values
Content from issues.apache.org is not included.CAMEL-8455camel-linkedin - update_key option should be optional in getHistoricalStatusUpdateStatistics
Content from issues.apache.org is not included.CAMEL-8456Remove addCompanyUpdateComment endpoint from camel-linkedin
Content from issues.apache.org is not included.CAMEL-8457Correct return types of some endpoints in camel-linkedin
Content from issues.apache.org is not included.CAMEL-8458camel-linkedin - public_profile_url option should be String
Content from issues.apache.org is not included.CAMEL-8460camel-spring-boot - Routes restart during startup
Content from issues.apache.org is not included.CAMEL-8461camel-netty-http does not respect client's keep-alive setting
Content from issues.apache.org is not included.CAMEL-8462HttpServerChannelHandler should not store the instance of HttpRequest
Content from issues.apache.org is not included.CAMEL-8464Remove likeCompanyUpdate endpoint from camel-linkedin
Content from issues.apache.org is not included.CAMEL-8466Feature camel-linkedin is missing dependencies for xalan, xerces and xmlresolver
Content from issues.apache.org is not included.CAMEL-8467Update camel-linkedin and camel-box components to use servicemix bundle for htmlunit
Content from issues.apache.org is not included.CAMEL-8469Several enum types should generate lower case values in camel-linkedin
Content from issues.apache.org is not included.CAMEL-8470Several small fixes for camel-linkedin
Content from issues.apache.org is not included.CAMEL-8471Port IdGenerator not optimal in port restricted environments.
Content from issues.apache.org is not included.CAMEL-8475CamelSpringDelegatingTestContextLoader and TestNG
Content from issues.apache.org is not included.CAMEL-8476Unexpected behavior in fault handling with doTry/doCatch
Content from issues.apache.org is not included.CAMEL-8479TrapReceiveTest is failed within Camel 2.15.0
Content from issues.apache.org is not included.CAMEL-8480camel-catalog has unnecessary imports if it cannot access some other artifacts
Content from issues.apache.org is not included.CAMEL-8484File language - Should support file extensions with multiple dots such as tar.gz
Content from issues.apache.org is not included.CAMEL-8492BeanInfo introspection ignores overriden methods
Content from issues.apache.org is not included.CAMEL-8498CamelContextFactoryBean missing setEndpoints method
Content from issues.apache.org is not included.CAMEL-8500ClassCastException when something other than PropertiesComponent is bound to "properties" JNDI name
Content from issues.apache.org is not included.CAMEL-8504Failed to process Schematron XSLT templates and/or rules on windows
Content from issues.apache.org is not included.CAMEL-8505Missed CamelSchematronValidationStatus header
Content from issues.apache.org is not included.CAMEL-8510NPE will be thrown from doAppend() of PaxLoggingConsumer during load testing
Content from issues.apache.org is not included.CAMEL-8515Camel marshal/unmarshal - Should catch throwable in case dataformat causes an java.lang.Error
Content from issues.apache.org is not included.CAMEL-8519Salesforce component security listener does not replace old auth header
Content from issues.apache.org is not included.CAMEL-8520Camel XMPP doesn't use a DNS resolver to look at SRV records
Content from issues.apache.org is not included.CAMEL-8521camel-script - Should try all classloaders before throwing IAE
Content from issues.apache.org is not included.CAMEL-8530can't install camel-github feature in karaf
Content from issues.apache.org is not included.CAMEL-8540S3Consumer uses maxMessagesPerPoll incorrectly
Content from issues.apache.org is not included.CAMEL-8546No LanguageResolver found for language=js
Content from issues.apache.org is not included.CAMEL-8547Usage of camel-xmlbeans depends on TCCL
Content from issues.apache.org is not included.CAMEL-8556AnnotationTypeConverterLoader treats package as class
Content from issues.apache.org is not included.CAMEL-8566Feature camel-cxf doesn't install all required dependencies
Content from issues.apache.org is not included.CAMEL-8568Feature camel-swagger doesn't install all required dependencies
Content from issues.apache.org is not included.CAMEL-8573Feature camel-hbase doesn't install all required dependencies
Content from issues.apache.org is not included.CAMEL-8574Feature camel-hdfs doesn't install all required dependencies
Content from issues.apache.org is not included.CAMEL-8575Salesforce component doesn't properly retries the request when doing re-login
Content from issues.apache.org is not included.CAMEL-8578camel-http - May double encode uri when using HTTP_URI or HTTP_QUERY headers
Content from issues.apache.org is not included.CAMEL-8584Circuit breaker does not honour halfOpenAfter period
Content from issues.apache.org is not included.CAMEL-8585The lazy load option doesn't unlock the file
Content from issues.apache.org is not included.CAMEL-8587Exceptions from multicast aggregators are not propagated to the global exception handler
Content from issues.apache.org is not included.CAMEL-8589url.getPort returning -1, needs additional check
Content from issues.apache.org is not included.CAMEL-8592NPE in AbstractListAggregationStrategy if empty list
Content from issues.apache.org is not included.CAMEL-8597Elasticsearch component ignores indexType header set from endpoint URL
Content from issues.apache.org is not included.CAMEL-8607Camel endpoint RAW password unsafe characters
Content from issues.apache.org is not included.CAMEL-8609Remove open-jpa bundle from camel-jpa feature
Content from issues.apache.org is not included.CAMEL-8624Bean component - Potential NPE in BeanInfo
Content from issues.apache.org is not included.CAMEL-8626Leaking exchangesInFlightKeys in ManagedRoute
Content from issues.apache.org is not included.CAMEL-8628camel-dozer component fails when multiple expressions are used in a mapping
Content from issues.apache.org is not included.CAMEL-8636camel-kafka need to commit the last batch of messages when the auto commit is false
Content from issues.apache.org is not included.CAMEL-8639Camel FTP component cannot recover after network failure
Content from issues.apache.org is not included.CAMEL-8643Http Post from a streaming client sometimes fails to parse
Content from issues.apache.org is not included.CAMEL-8646Camel doesn't allow intercept and advice on the same route
Content from issues.apache.org is not included.CAMEL-8649Camel RAW() cannot handle String of %2050
Content from issues.apache.org is not included.CAMEL-8660camel-ftp - Disconnect when no messages dont call disconnect
Content from issues.apache.org is not included.CAMEL-8663Namespaces defined on the SOAP envelope get lost in PAYLOAD mode
Content from issues.apache.org is not included.CAMEL-8665Throttler EIP - Using method call for message per sec exp fails in spring
Content from issues.apache.org is not included.CAMEL-8672Restlet Rest Component properties are ignored
Content from issues.apache.org is not included.CAMEL-8673ConcurrentModificationException when creating dynamic routes
Content from issues.apache.org is not included.CAMEL-8674Camel-Netty4 does not set remote UDP address in headers
Content from issues.apache.org is not included.CAMEL-8678Infinite recursion in TransactionErrorHandler toString method
Content from issues.apache.org is not included.CAMEL-8682Context scoped OnException should not be stopped if a route is stopped
Content from issues.apache.org is not included.CAMEL-8683Using load balancer in onException adds duplicate outputs for each route defined
Content from issues.apache.org is not included.CAMEL-8687SyslogConverter doesn't handle the structured data rightly
Content from issues.apache.org is not included.CAMEL-8688Removed StreamCache when doing a Wiretap
Content from issues.apache.org is not included.CAMEL-8689camel-dozer: Multiple contexts / bundles - Does not use the correct classloader
Content from issues.apache.org is not included.CAMEL-8690Camel HDFS2 - ShutdownHookManager class not found when shutting down OSGi framework
Content from issues.apache.org is not included.CAMEL-8694java.lang.NullPointerException in at org.apache.camel.component.netty4.http.NettyHttpProducer$NettyHttpProducerCallback.done
Content from issues.apache.org is not included.CAMEL-8702when occurs "Connection reset by peer",netty4 client's EventLoopGroup select thread won't shut down
Content from issues.apache.org is not included.CAMEL-8707camel-smpp: smpps doesn't work over proxy
Content from issues.apache.org is not included.CAMEL-8708SOAP unmarshalling shouldn't fail for Faults that lack an optional Detail element
Content from issues.apache.org is not included.CAMEL-8713ParallelAggregate option when using parallel mode does not run in parallel
Content from issues.apache.org is not included.CAMEL-8715camel-sql - Should close ResultSet
Content from issues.apache.org is not included.CAMEL-8717camel-kafka feature miss kafka-clients bundle
Content from issues.apache.org is not included.CAMEL-8718Connection leak with ftp consumer and invalid credentials
Content from issues.apache.org is not included.CAMEL-8737camel-salesforce - Unable to generate DTOs for Filtered Lookup fields
Content from issues.apache.org is not included.CAMEL-8738Referring to constants using type
Content from issues.apache.org is not included.CAMEL-8742RabbitMqConsumer did not retry if connection failed
Content from issues.apache.org is not included.CAMEL-8745Swagger requires context name with quotes
Content from issues.apache.org is not included.CAMEL-8746Jasypt with BridgePropertyPlaceholderConfigurer is not handling spring property injection with defaults anymore
Content from issues.apache.org is not included.CAMEL-8747camel-rx - Should leverage UoW when subscribe or observe
Content from issues.apache.org is not included.CAMEL-8748DozerBeanMapper cannot instantiate DozerThreadContextClassLoader
Content from issues.apache.org is not included.CAMEL-8756KafkaConsumer doesn't stop consuming when suspended, preventing graceful route shutdown
Content from issues.apache.org is not included.CAMEL-8757SO_TIMEOUT not really set on SFTP connections
Content from issues.apache.org is not included.CAMEL-8758NPE for CacheComponent
Content from issues.apache.org is not included.CAMEL-8764Camel-Spring-Redis: Jedis bundle require commons-pool2
Content from issues.apache.org is not included.CAMEL-8765JpaConsumer - May poll too soon before JPA stuff is initialized
Content from issues.apache.org is not included.CAMEL-8768hdfs2 component overwrite option is also being applied to directory filesystem path
Content from issues.apache.org is not included.CAMEL-8770Camel Blueprint - depends-on does not work
Content from issues.apache.org is not included.CAMEL-8771Add MaxChannelMemorySize and MaxTotalMemorySize for OrderedMemoryAwareThreadPoolExecutor
Content from issues.apache.org is not included.CAMEL-8774DefaultJettyHttpBinding preserves CONTEXT_ENCODING from the request even HTTP response doesn't contain the header
Content from issues.apache.org is not included.CAMEL-8780Camel exec component have trouble to load arguments list from message header
Content from issues.apache.org is not included.CAMEL-8782Configuring endpoints using reference lookup may fail with matching primitive types with their Object counterpart types
Content from issues.apache.org is not included.CAMEL-8783Transacted not working correctly in scala
Content from issues.apache.org is not included.CAMEL-8784Policy, Validate, Wiretap Scala DSL don't work out of box
Content from issues.apache.org is not included.CAMEL-8785StackOverFlowError using Custom InterceptStrategy
Content from issues.apache.org is not included.CAMEL-8786The ServletContext init parameters check is not right in CamelServletContextListener
Content from issues.apache.org is not included.CAMEL-8798weaveAddLast throwing UnsupportedOperation when route have a ChoiceDefinition
Content from issues.apache.org is not included.CAMEL-8803Conflicting classes in camel-jetty9 Maven artifact dependencies
Content from issues.apache.org is not included.CAMEL-8804NullPointerException in RestSwaggerReader
Content from issues.apache.org is not included.CAMEL-8805NullPointerException on RestletComponent.disconnect
Content from issues.apache.org is not included.CAMEL-8810Camel CXF may propagate wrong Content-Length headers
Content from issues.apache.org is not included.CAMEL-8812Memory leak in HL7MLLPNettyDecoder
Content from issues.apache.org is not included.CAMEL-8816Elasticsearch component fails in an OSGi environment due to missing names.txt
Content from issues.apache.org is not included.CAMEL-8829ConcurrentModificationException while logging
Content from issues.apache.org is not included.CAMEL-8841camel:context-inflight returns 'Object name cannot be null'
Content from issues.apache.org is not included.CAMEL-8858Camel-Hazelcast: HazelcastComponentHelper miss some operations in mapping
Content from issues.apache.org is not included.CAMEL-8864Camel-Aggregator JDBC repository always overwrites old exchange
Content from issues.apache.org is not included.CAMEL-8871null body after exception from transform method
Content from issues.apache.org is not included.CAMEL-8874camel-blueprint-archetypes should have test dependency of camel-test-blueprint
Content from issues.apache.org is not included.CAMEL-8884camel:run with CDI has been reported to not work
Content from issues.apache.org is not included.CAMEL-8885ConsumeLockEntity without ConsumeDelete
Content from issues.apache.org is not included.CAMEL-8887Exceptions on routes SFTP and SEDA or DISRUPTOR (probably others)
Content from issues.apache.org is not included.CAMEL-8888Camel-Aws EC2: Add getMessageForResponse to the producer as the other components already do
Content from issues.apache.org is not included.CAMEL-8895camel-swagger component throws exception, when multiple different camel-contexts in jmx
Content from issues.apache.org is not included.CAMEL-8898ElementNotFoundException on LinkedIn authentication
Content from issues.apache.org is not included.CAMEL-8900Javadoc parser in API Component Framework misses first method with void return type in JDK7
Content from issues.apache.org is not included.CAMEL-8901NBSP characters in camel-kafka:KafkaConfiguration parameter
Content from issues.apache.org is not included.CAMEL-8902Camel Facebook - Endpoint URI must contain a parameter
Content from issues.apache.org is not included.CAMEL-8904Breadcrumb ID changes when using netty4-http as a producer
Content from issues.apache.org is not included.CAMEL-8905encoding problems in jsonpath
Content from issues.apache.org is not included.CAMEL-8909Jasypt CLI outputs help twice
Content from issues.apache.org is not included.CAMEL-8914Unable to shutdown endpoint when intercepted with interceptSendToEndpoint
Content from issues.apache.org is not included.CAMEL-8916Support autoCreate=true in ftp/ftps/sftp consumers
Content from issues.apache.org is not included.CAMEL-8923Kafka: Topic name lookup from message headers in the producer causes infinite loop
Content from issues.apache.org is not included.CAMEL-8927camel-ahc-ws - Do not swallow exception when connecting
Content from issues.apache.org is not included.CAMEL-8933mail consumer (imap) polls continuously (not using the default polling interval)
Content from issues.apache.org is not included.CAMEL-8945Loop - Should break out looping if exception happened during routing
Content from issues.apache.org is not included.CAMEL-8949Netty 3 component spins on receiving TCP RST
Content from issues.apache.org is not included.CAMEL-8950Injected Quartz2 scheduler doesn't have access to CamelContext in jobs
Content from issues.apache.org is not included.CAMEL-8951RecipientList with RAW parameter do not work
Content from issues.apache.org is not included.CAMEL-8954Lock information is not handovered together with Exchange on-completion synchronizations
Content from issues.apache.org is not included.CAMEL-8955Processor for .pollEnrich incorrectly handles provided AggregationStrategy
Content from issues.apache.org is not included.CAMEL-8957adviceWith() doesn't work with loadBalance().failover()
Content from issues.apache.org is not included.CAMEL-8963camel:route-suspend karaf command doesn't work as expected
Content from issues.apache.org is not included.CAMEL-8964CamelContext - API for control routes may cause Route not to update it state
Content from issues.apache.org is not included.CAMEL-8967Karaf Camel command for route profile has karaf rbac problem
Content from issues.apache.org is not included.CAMEL-8978Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" not working for CXF data format "PAYLOAD"
Content from issues.apache.org is not included.CAMEL-8984BlueprintCamelContext OSGi service is not unregistered when context is stopped
Content from issues.apache.org is not included.CAMEL-8988Can't manually trigger quartz2 jobs
Content from issues.apache.org is not included.CAMEL-8989SJMS drops messages with null body even if allowNullBody is true
Content from issues.apache.org is not included.CAMEL-9005Yammer - Endpoint "received" does not work
Content from issues.apache.org is not included.CAMEL-9012Olingo2's batch process generates the invalid request
Content from issues.apache.org is not included.CAMEL-9013Camel HTTP no longer supporting chunked transfer encoding with Tomcat
Content from issues.apache.org is not included.CAMEL-9017Camel-Hazelcast: HazelcastAggregationRepository::confirm should check useRecovery before using persistedCache
Content from issues.apache.org is not included.CAMEL-9019ManagedRuntimeEndpointRegistry was not enlisted in JMX
Content from issues.apache.org is not included.CAMEL-9022JacksonTypeConverter breaks CSV marshalling
Content from issues.apache.org is not included.CAMEL-9026ClassNotFoundException: kafka.serializer.StringEncoder
Content from issues.apache.org is not included.CAMEL-9027camel-sjms - Parse destinationName from endpointUri having colon in the name
Content from issues.apache.org is not included.CAMEL-9029JGroups managed routes can be started too early
Content from issues.apache.org is not included.CAMEL-9030The instructions for camel-example-box-osgi are incorrect
Content from issues.apache.org is not included.CAMEL-9031Dependency missing in camel-kafka feature
Content from issues.apache.org is not included.CAMEL-9032Bean component - Should filter out abstract methods
Content from issues.apache.org is not included.CAMEL-9035unbind smpp connection bug
Content from issues.apache.org is not included.CAMEL-9037DefaultJmsMessageListenerContainer leaks threads
Content from issues.apache.org is not included.CAMEL-9043Fix camel-example-cxf-osgi/blueprint examples
Content from issues.apache.org is not included.CAMEL-9048camel-core causes restart of karaf console if it is refreshed
Content from issues.apache.org is not included.CAMEL-9049Websocket Component not shutting down embedded jetty server on component shutdown
Content from issues.apache.org is not included.CAMEL-9057Camel Example Servlet REST generates java.lang.NoClassDefFoundError: scala/xml/PrettyPrinter
Content from issues.apache.org is not included.CAMEL-9059Jetty exposes its endpoint without component name
Content from issues.apache.org is not included.CAMEL-9065Exchange created needs to be aware of its FROM endpoint.
Content from issues.apache.org is not included.CAMEL-9079XPathBuilder - Evaluate without exchange inconsistent response
Content from issues.apache.org is not included.CAMEL-9087camel-pgevent payload always null
Content from issues.apache.org is not included.CAMEL-9089Ambiguous URI in Rest API
Content from issues.apache.org is not included.CAMEL-9090camel-cxf - test dependency not in test scope?
Content from issues.apache.org is not included.CAMEL-9092MQTT consumer receives duplicate messages after broker restart
Content from issues.apache.org is not included.CAMEL-9094Can't use custom FTPParser on OSGI
Content from issues.apache.org is not included.CAMEL-9099[camel-script] wrong detection of script engine factories
Content from issues.apache.org is not included.CAMEL-9101RabbitMQ specific message properties are forwarded as message headers
Content from issues.apache.org is not included.CAMEL-9104HttpHelper concats fixed endpoint URI query parameters with CamelHttpPath header in wrong order
Content from issues.apache.org is not included.CAMEL-9106URI option mapMailMessage doesn't obey peek=true option
Content from issues.apache.org is not included.CAMEL-9112Problem upgrading to Camel 2.14.3 in Karaf 3.0.4
Content from issues.apache.org is not included.CAMEL-9121activemq-camel pulls in outdated version of commons-pool2
Content from issues.apache.org is not included.CAMEL-9122Ruby script cannot access request object
Content from issues.apache.org is not included.CAMEL-9124RedeliveryPattern should support property placeholders
Content from issues.apache.org is not included.CAMEL-9126camel-swagger may see unrelated type=context mbeans
Content from issues.apache.org is not included.CAMEL-9127SmppConsumer throws IllegalArgumentException if the delivery receipt contains vendor specific optional parameters
Content from issues.apache.org is not included.CAMEL-9130"need to add the dependency of jedis as redis client lib"
Content from issues.apache.org is not included.CAMEL-9139Reading parameter not configurable via header in camel-facebook
Content from issues.apache.org is not included.CAMEL-9140Missing configuration properties in camel-facebook
Content from issues.apache.org is not included.CAMEL-9142dropped support for multiple blueprint descriptors in unit tests
Content from issues.apache.org is not included.CAMEL-9143Producers that implement the ServicePoolAware interface cause memory leak due to JMX references
Content from issues.apache.org is not included.CAMEL-9144Regression with camel-jackson 2.15.3
Content from issues.apache.org is not included.CAMEL-9150Seda suspend/resume should not trigger start/stop logic
Content from issues.apache.org is not included.CAMEL-9151Wrong statistics for subroutes
Content from issues.apache.org is not included.CAMEL-9159wireTap("log: ...") leads to script engine error
Content from issues.apache.org is not included.CAMEL-9161Camel spring-boot not finding routes when using spring-cloud
Content from issues.apache.org is not included.CAMEL-9164errorHandlerRef causes NoSuchBeanException on uninstall
Content from issues.apache.org is not included.CAMEL-9166Some functionality broken in Camel-8857
Content from issues.apache.org is not included.CAMEL-9171camel-xmpp processes no messages when running in Karaf
Content from issues.apache.org is not included.CAMEL-9177combination of JPA-Component, loop and wiretap throws entitymanger cloesd exception
Content from issues.apache.org is not included.CAMEL-9183java.lang.IllegalArgumentException: Unsupported namespaces: [http://camel.apache.org/schema/blueprint]
Content from issues.apache.org is not included.CAMEL-9191camel-example-spring-jms ServerRoutes contains invalid URI parameter methodName
Content from issues.apache.org is not included.CAMEL-9195Memory leak in UndertowProducer
Content from issues.apache.org is not included.CAMEL-9196CLONE - DefaultShutdownStrategy shutdown timeout of 0 will never timeout and go in negative time
Content from issues.apache.org is not included.CAMEL-9199RabbitMQ Consumer threads crash when sending partially serializable objects
Content from issues.apache.org is not included.CAMEL-9200Context component conflates endpoints with the same local id from different CamelContexts
Content from issues.apache.org is not included.CAMEL-9202Flatpack: Body reader never closed
Content from issues.apache.org is not included.CAMEL-9205REST endpoint with CORS sends invalid header value for Access-Control-Allow-Origin
Content from issues.apache.org is not included.CAMEL-9208camel-netty4-http does not resolve nettyHttpBinding option
Content from issues.apache.org is not included.CAMEL-9215Missing .handled(true) in Camel 2.16.0 when using wiretap and newExchangeBody
Content from issues.apache.org is not included.CAMEL-9217URI validation verifies usage of & char incorrectly
Content from issues.apache.org is not included.CAMEL-9220swagger - Model schema not including nested objects
Content from issues.apache.org is not included.CAMEL-9223IllegalArgumentException when reverting fields using property placeholders
Content from issues.apache.org is not included.CAMEL-9227No type converter available to convert from Bean to List
Content from issues.apache.org is not included.CAMEL-9230CXFRS NPE when response code not in Response.Status
Content from issues.apache.org is not included.CAMEL-9231camel-example-spring-ws - Does not work
Content from issues.apache.org is not included.CAMEL-9233ZipFileDataFormat doesn't take exchange's charset into account
Content from issues.apache.org is not included.CAMEL-9235No type converter available when destination is super type
Content from issues.apache.org is not included.CAMEL-9238NPE while GenericFile.changeFileName
Content from issues.apache.org is not included.CAMEL-9243Invocation of Bean fails when Bean extends and abstract which implements the actual method
Content from issues.apache.org is not included.CAMEL-9245camel-paho - Endpoint should allow a flexible naming.
Content from issues.apache.org is not included.CAMEL-9246camel-cxf proxy with MTOM does not get attachment back when RPC/literal style WSDL used
Content from issues.apache.org is not included.CAMEL-9247rest-dsl with api-doc should allow multiple rest's
Content from issues.apache.org is not included.CAMEL-9248Exception is thrown when receiving a message where JMSDestination is null
Content from issues.apache.org is not included.CAMEL-9255documentType not used for XPath predicates in XML DSL
Content from issues.apache.org is not included.CAMEL-9257route stop/start doesn't work for camel-websocket producer
Content from issues.apache.org is not included.CAMEL-9259enableTrace of the Main class doesn't work
Content from issues.apache.org is not included.CAMEL-9269NotifyBuilder.fromRoute() does not work for some endpoint types
Content from issues.apache.org is not included.CAMEL-9270rest-dsl - CORS support doesn't work with Restlet 2.3
Content from issues.apache.org is not included.CAMEL-9272openweathermap.org requires an APPID id since 09/10/2015
Content from issues.apache.org is not included.CAMEL-9276Netty4 component allows multiple consumers to bind to the same {host}:{port}
Content from issues.apache.org is not included.CAMEL-9277FTP shutdown whole context on startup if throwExceptionOnConnectFailed true
Content from issues.apache.org is not included.CAMEL-9281Http4 component removes trailing slashes from http requests (producer)
Content from issues.apache.org is not included.CAMEL-9282IndexOutOfBoundsException if SoapAction parameter is empty
Content from issues.apache.org is not included.CAMEL-9290netty4 consumer in clientMode only reconnects once
Content from issues.apache.org is not included.CAMEL-9311Concurrency issue with the dynamic router
Content from issues.apache.org is not included.CAMEL-9313CamelBlueprintTestSupport - can't initialize ConfigAdmin configurations
Content from issues.apache.org is not included.CAMEL-9316LevelDBAggregationRepository is logging warnings when exchange is already complete on first aggregation
Content from issues.apache.org is not included.CAMEL-9318org.apache.camel.component.twitter.TwitterEndpointEvent cannot be cast to org.apache.camel.component.direct.DirectEndpoint
Content from issues.apache.org is not included.CAMEL-9319SshClient resource leak when used from ProducerTemplate
Content from issues.apache.org is not included.CAMEL-9321Blueprint example and archetype does not work when executed with camel:run
Content from issues.apache.org is not included.CAMEL-9331Thread leak in Http4Endpoint, doStop() does not close() the httpClient
Content from issues.apache.org is not included.CAMEL-9340FileIdempotentRepository fails to create fileStore when no path is specified
Content from issues.apache.org is not included.CAMEL-9347camel-blueprint - Fix auto lookup of transaction policy
Content from issues.apache.org is not included.CAMEL-9362Camel CDI component should not require the PAX CDI Camel capability
Content from issues.apache.org is not included.CAMEL-9366CXFRS "skipFaultLogging" attribute doesn't work in Spring
Content from issues.apache.org is not included.CAMEL-9368Netty4 producer hangs when connection is prematurely closed
Content from issues.apache.org is not included.CAMEL-9374camel-mail - The dummyTrustManager do not work
Content from issues.apache.org is not included.CAMEL-9375camel-tarfile - TarSplitter includes one extra empty entry at the end
Content from issues.apache.org is not included.CAMEL-9381Upgrade camel-amqp to the latest qpid-jms-client
Content from issues.apache.org is not included.CAMEL-9384Host HTTP header should contain a port number if it differs form 80
Content from issues.apache.org is not included.CAMEL-9386Camel-git: Support credentials in clone operation
Content from issues.apache.org is not included.CAMEL-9391Set parameter enableEventsResending should be before Atmosphere wrap request
Content from issues.apache.org is not included.CAMEL-9398NullPointerException when connectionKey is not valid
Content from issues.apache.org is not included.CAMEL-9405Amazon SQS message deletion behaviour change on exception
Content from issues.apache.org is not included.CAMEL-9406Request Reply via RabbitMQ not handling reply correctly
Content from issues.apache.org is not included.CAMEL-9411Remove old stuff
Content from issues.apache.org is not included.CAMEL-9417SOAP 1.2 Fault processing should use value of Reasontext to build exception message
Content from issues.apache.org is not included.CAMEL-9423dependency on restlet in camel-rx module does have default scope
Content from issues.apache.org is not included.CAMEL-9424CronScheduledRoutePolicy regression introduced with 2.16, setting both start and stop route times fails with duplicate trigger
Content from issues.apache.org is not included.CAMEL-9425base.path, host, and schemes are all ignored for generating the swagger definitions
Content from issues.apache.org is not included.CAMEL-9426spring-boot with rest-dsl with api-doc registers multiple instances with multiple RouteBuilders
Content from issues.apache.org is not included.CAMEL-9431camel-spring-boot - TypeConverter autoconfiguration leads to invalid shutdown sequence
Content from issues.apache.org is not included.CAMEL-9432Bindy CSV separator not treated as regex but fixed character in all cases
Content from issues.apache.org is not included.CAMEL-9438Unable to use camel-example-cxf
Content from issues.apache.org is not included.CAMEL-9439Cannot use camel-geocoder in Karaf
Content from issues.apache.org is not included.CAMEL-9442Query string gets decoded when bridging from netty-http to http4
Content from issues.apache.org is not included.CAMEL-9444Incorrect exceptions handling from Splitter
Content from issues.apache.org is not included.CAMEL-9459Cannot install camel-kubernetes in karaf
Content from issues.apache.org is not included.CAMEL-9462HTTP 1.1 Host header be dealt wrongly in proxy & load balancer
Content from issues.apache.org is not included.CAMEL-9468Bindy fails to marshal objects in Spring Boot
Content from issues.apache.org is not included.CAMEL-9480IdempotentConsumer - If exception from repo it should be able to handle by onException
Content from issues.apache.org is not included.CAMEL-9483Deploying bundle with Camel routes packaged in KAR fails randomly
Content from issues.apache.org is not included.CAMEL-9491statement.maxRows not working as expected camel jdbc
Content from issues.apache.org is not included.CAMEL-9503OnCompletion - restores the rollback only last in the wrong key
Content from issues.apache.org is not included.CAMEL-9505RabbitMQConsumer don't use Camel ExceptionHandler BEFORE requeing message
Content from issues.apache.org is not included.CAMEL-9506STOMP component does not handle stream objects
Content from issues.apache.org is not included.CAMEL-9509camel-cometd is not working with camel 2.15.2
Content from issues.apache.org is not included.CAMEL-9522Groovy does not work with spring boot
Content from issues.apache.org is not included.CAMEL-9526Blueprint depends-on can no longer contain multiple bean ids
Content from issues.apache.org is not included.CAMEL-9527camel-netty4 - Should not log stacktrace when client has received reply
Content from issues.apache.org is not included.CAMEL-9528Camel loadbalancing example is broken
Content from issues.apache.org is not included.CAMEL-9532Default value given in RestOperationParamDefinition not output in swagger api
Content from issues.apache.org is not included.CAMEL-9543Discovering new type converters in OSGi wipes out those manually added
Content from issues.apache.org is not included.CAMEL-9545Dozer classloading may fail with spring based context
Content from issues.apache.org is not included.CAMEL-9553Twitter consumer doesn't respect the delay parameter
Content from issues.apache.org is not included.CAMEL-9555Setting deadLetterHandleNewException to false breaks DeadLetterChannel default exception handling
Content from issues.apache.org is not included.CAMEL-9557Facebook consumer throws IllegalArgumentException with reading parameters
Content from issues.apache.org is not included.CAMEL-9558DefaultErrorHandler logs despite "handled true"
Content from issues.apache.org is not included.CAMEL-9560RabbitMQ InOut Producer generates a null body response when a correlationId is used
Content from issues.apache.org is not included.CAMEL-9566camel-asf-ws component does not reconnect to the web socket
Content from issues.apache.org is not included.CAMEL-9569Idempotent Consumer EIP - Memory leak when add/remove routes
Content from issues.apache.org is not included.CAMEL-9576ClassLoadingAwareObjectInputStream cannot handle deserializing proxies with mixed JDK & non-JDK interfaces
Content from issues.apache.org is not included.CAMEL-9582swagger-api docs not working in only using xml without any java route
Content from issues.apache.org is not included.CAMEL-9593camel-example-swagger-cdi is not producing valid swagger definition
Content from issues.apache.org is not included.CAMEL-9599camel-cxfrs - When responding then do not use content-length from input
Content from issues.apache.org is not included.CAMEL-9607chmod does not work for the File producer whitout setting a charset
Content from issues.apache.org is not included.CAMEL-9608camel-jpa consumer fails to poll after transaction timeout
Content from issues.apache.org is not included.CAMEL-9611Restlet GET request should not trying to stringify the exchange body
Content from issues.apache.org is not included.CAMEL-9613camel-spark-rest - Adds duplicate content-type
Content from issues.apache.org is not included.CAMEL-9614xsd schemalocation for osgi blueprint is using http instead of https
Content from issues.apache.org is not included.CAMEL-9636CamelBlueprintTestSupport - initialization error in case of empty cm:property-placeholder
Content from issues.apache.org is not included.CAMEL-9640Query string gets decoded when bridging from netty*-http to netty*-http
Content from issues.apache.org is not included.CAMEL-9641Simple backwards parser bug if using file
Content from issues.apache.org is not included.CAMEL-9656Using SpringBoot HealthEndpoint bean throws AmbiguousMethodCallException
Content from issues.apache.org is not included.CAMEL-9658Path gets decoded when bridging HTTP endpoints
Content from issues.apache.org is not included.CAMEL-9660HTTP producers crash when Exchange.HTTP_URI header contains unencoded unsafe characters
Content from issues.apache.org is not included.CAMEL-9664DefaultRestletBinding.populateRestletRequestFromExchange uses wrong mediaType comparison
Content from issues.apache.org is not included.CAMEL-9665camel-ahc-ws Consumer does not connect
Content from issues.apache.org is not included.CAMEL-9666Safe copy of DefaultExchange does not propagate 'fault' property
Content from issues.apache.org is not included.CAMEL-9667Resequencer does not work with asynchronous producers
Content from issues.apache.org is not included.CAMEL-9668Add lzf to DataFormatsDefinition
Content from issues.apache.org is not included.CAMEL-9670Camel-ftp: No error message on invalid credentials
Content from issues.apache.org is not included.CAMEL-9672ClassCastException with interceptFrom
Content from issues.apache.org is not included.CAMEL-9673doTry .. doFinally should run the finally block for fault messages also
Content from issues.apache.org is not included.CAMEL-9680Stream caching is broken under Spring Boot
Content from issues.apache.org is not included.CAMEL-9686camel-aws - Using cron scheduler on aws-s3 do not work
Content from issues.apache.org is not included.CAMEL-9687camel-swagger - Should use resolved placeholders in output
Content from issues.apache.org is not included.CAMEL-9698camel-servlet karaf feature misses dependency on camel-core
Content from issues.apache.org is not included.CAMEL-9700seda - discardIfNoConsumers=true do not call on completions
Content from issues.apache.org is not included.CAMEL-9703Infinispan endpoint requires infinispan-query-dsl
Content from issues.apache.org is not included.CAMEL-9710Camel Dozer Component - Fails to load custom function due to NPE
Content from issues.apache.org is not included.CAMEL-9713Can not set custom Jetty HttpClient to producer endpoint
Content from issues.apache.org is not included.CAMEL-9714camel-boon - Unmarshal to Map does not work
Content from issues.apache.org is not included.CAMEL-9728change Reader to InputStream if the camel-cxf endpoint use RAW|MESSAGE DataFormat
Content from issues.apache.org is not included.CAMEL-9730NPE in camel-jaxb when using in OSGi running from CamelTestBlueprint
Content from issues.apache.org is not included.CAMEL-9731Camel-josql: the sql script language does not work
Content from issues.apache.org is not included.CAMEL-9732camel-swagger-java - Issue in appendModels in the reader
Content from issues.apache.org is not included.CAMEL-9738Thread leak for camel-mina2 consumers
Content from issues.apache.org is not included.CAMEL-9739Mina2Consumer exception handler do close session also for IOException
Content from issues.apache.org is not included.CAMEL-9767CDI deployment problem in JBoss EAP 6.3
Content from issues.apache.org is not included.CAMEL-9774CXFPayload may lose CDATA sections under stream caching
Content from issues.apache.org is not included.CAMEL-9777camel-zipfile - Using zip iterator with dataformat may fail
Content from issues.apache.org is not included.CAMEL-9779camel-netty4-http - Using no port number issue
Content from issues.apache.org is not included.CAMEL-9780Cannot install camel-hazelcast in Karaf 3.x
Content from issues.apache.org is not included.CAMEL-9784Camel polling the files from S3 only once if deleteAfterRead is false
Content from issues.apache.org is not included.CAMEL-9793PropertyPlaceHolder not loading Property, thinks it is a Parameter
Content from issues.apache.org is not included.CAMEL-9794camel-http4 - The producer should check the response header in the reply for content-type
Content from issues.apache.org is not included.CAMEL-9805camel-sql - body not copied from in to out when useing outputHeader and outputType=SelectOne when sql doesn't return a result
Content from issues.apache.org is not included.CAMEL-9807Blocking of CXF consumer endpoint by http GET request
Content from issues.apache.org is not included.CAMEL-9812Camel leaves Kafka consumers running after shutdown
Content from issues.apache.org is not included.CAMEL-9819camel-jetty8 test missing dependency
Content from issues.apache.org is not included.CAMEL-9820SFTP readLock=changed does not work with readLockMinAge option
Content from issues.apache.org is not included.CAMEL-9821camel-cxf should be able to handle InOnly MEP for the RAW|MESSAGE dataFormat
Content from issues.apache.org is not included.CAMEL-9834WatchConsumer does not properly set watchIndex
Content from issues.apache.org is not included.CAMEL-9841NPE in MIME-Multipart Data Format if no file name is defined on attachment
Content from issues.apache.org is not included.CAMEL-9851Zookeeper RoutePolicy failing to create znode
Content from issues.apache.org is not included.CAMEL-9852Camel-weather: freegeoip.net is no longer available. Need switch to something else.
Content from issues.apache.org is not included.CAMEL-9853Camel-CXF: Possible NPE in DefaultCXFBinding
Content from issues.apache.org is not included.CAMEL-9854CXF Stream Cache contains duplicate namespace definition
Content from issues.apache.org is not included.CAMEL-9862Potential NPE in UndertowComponent.unregisterConsumer
Content from issues.apache.org is not included.CAMEL-9866@PropertyInject doesn't work with Spring-Boot
Content from issues.apache.org is not included.CAMEL-9874Camel Jetty consumer endpoint incorrectly handles multipart/form-data
Content from issues.apache.org is not included.CAMEL-9876Error handling in splitter is broken with version 2.17.0
Content from issues.apache.org is not included.CAMEL-9881Aggregator completionPredicate unusable with scala DSL
Content from issues.apache.org is not included.CAMEL-9887onCompletion not called on Splitter configured with CompletionAwareAggregationStrategy and shareUnitOfWork=true
Content from issues.apache.org is not included.CAMEL-9890Migrate Camel-websocket to Jetty9
Content from issues.apache.org is not included.CAMEL-9891ApplicationReadyEvent not dispatched if camel.springboot.main-run-controller = true
Content from issues.apache.org is not included.CAMEL-9896Deadletter Failure processor is invoked even if error handling strategy defines to continue routing
Content from issues.apache.org is not included.CAMEL-9903DumpRouteStatsAsXml do not work when jmx domain is customized
Content from issues.apache.org is not included.CAMEL-9906camel-sql - Should allow null values as a valid value
Content from issues.apache.org is not included.CAMEL-9911RestBindingMode auto not honored
Content from issues.apache.org is not included.CAMEL-9920Handle SocketTimeoutException on accept
Content from issues.apache.org is not included.CAMEL-9921Dozer variable mapping doesn't work on karaf
Content from issues.apache.org is not included.CAMEL-9926HTTP Proxy support in Salesforce component is broken with upgrade to Jetty9
Content from issues.apache.org is not included.CAMEL-9929camel-restlet - Using synchronous=false with no error handler leak inflight exchange
Content from issues.apache.org is not included.CAMEL-9933Camel-CSV marshalling breaks characters not in default charset
Content from issues.apache.org is not included.CAMEL-9941Blueprint bug ARIES-1544 causes issues in Olingo2 configuration
Content from issues.apache.org is not included.CAMEL-9950Camel-Websocket: NPE in case minThreads, maxThreads and getThreadPool equals to null
Content from issues.apache.org is not included.CAMEL-9951Setup default values for thread-connected properties in WebSocket component
Content from issues.apache.org is not included.CAMEL-9953Camel-ssh: Review logic in doStart and doStop in the SshConsumer and SshProducer
Content from issues.apache.org is not included.CAMEL-9960create ReaderInputStream align encoding with Exchange
Content from issues.apache.org is not included.CAMEL-9968camel restlet not populating body form parameters correctly for x-www-form-urlencoded
Content from issues.apache.org is not included.CAMEL-9972Explicitly add Connection Close HTTP header with a parameter in URI
Content from issues.apache.org is not included.CAMEL-9973CdiCamelExtension.shouldDeployDefaultCamelContext throws NPE with primitive injection points
Content from issues.apache.org is not included.CAMEL-9978Camel-Kafka: configuration type mismatch for parameter acks
Content from issues.apache.org is not included.CAMEL-9981CamelSpringJUnit4ClassRunner registers listeners twice
Content from issues.apache.org is not included.CAMEL-9984RabbitConsumer.stop() doesn't stop underlying AutorecoveringConnection obtained from supplied ConnectionFactory
Content from issues.apache.org is not included.CAMEL-9986MIME-Multipart Data Format is inconsistent if trying to unmarshal non-MIME data
Content from issues.apache.org is not included.CAMEL-9995Camel-JMS: includeAllJMSXProperties parameter doesn't work
Content from issues.jboss.org is not included.ENTESB-2799Improper Handling of Spring NullPointerException
Content from issues.jboss.org is not included.ENTESB-4223Feature camel-spring security does not install spring-security-config bundle
Content from issues.jboss.org is not included.ENTESB-4811Camel 2.17.x.redhat-6-3-x-checkin has multiple test failures
Content from issues.jboss.org is not included.ENTESB-4957missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat
Content from issues.jboss.org is not included.ENTESB-5007Unable to install camel-websocket and camel-cometd feature
Content from issues.jboss.org is not included.ENTESB-5134Fuse on EAP: Hawtio findComponentNames lookup fails
Content from issues.jboss.org is not included.ENTESB-5180can't install camel-cdi - incorrect dependency in features.xml
Content from issues.jboss.org is not included.ENTESB-5181can't install feature camel-hdfs
Content from issues.jboss.org is not included.ENTESB-5187can't install feature camel-hbase
Content from issues.jboss.org is not included.ENTESB-5211NullPointerException in camel-cxf consumer with dataFormat=MESSAGE and JMS transport at the end of Camel route
Content from issues.jboss.org is not included.ENTESB-5237Can't pass a large, form-encoded POST body through camel-jetty
Content from issues.jboss.org is not included.ENTESB-5406can't install feature camel-ignite
Content from issues.jboss.org is not included.ENTESB-5407gson two dependency chains jclouds, camel-ironmq
Content from issues.jboss.org is not included.ENTESB-5440camel-cassandraql component does not preserve headers
Content from issues.jboss.org is not included.ENTESB-5457Camel WebSocket consumer cannot create server (NullPointerException)
Content from issues.jboss.org is not included.ENTESB-5509jms failing on osgi.wiring.package=javax.jms)(version>=1.1.0)(!(version>=2.0.0)
Content from issues.jboss.org is not included.ENTESB-5516Null Pointer On Deployment When Jetty Bean is used in Blueprint with REST DSL
Content from issues.jboss.org is not included.ENTESB-5543fix camel-jetty* features
Content from issues.jboss.org is not included.ENTESB-5570Upgrade jgroups version (TCCL issue)
Content from issues.jboss.org is not included.ENTESB-5575HDFS2 component - ClassNotFoundException - org.apache.htrace.SamplerBuilder
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5666woodstox-core-asl : Jar is not a bundle
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-5935intermittent ServerModel LinkageError when connecting to ssh container
Content from issues.jboss.org is not included.ENTESB-5950can't install feature camel-olingo2
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
Content from issues.jboss.org is not included.ENTESB-4715support for camel-sap in Fabric mode
Content from issues.jboss.org is not included.ENTESB-5616Fix SAP Component build of SAP Data Layer update site
Content from issues.jboss.org is not included.ENTESB-5801Can't build camel-sap-repository in brew

5.5. Camel on JBoss EAP

Table 5.5, “Camel on JBoss EAP Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.5. Camel on JBoss EAP Issues Resolved in 6.3.0

IssueDescription
Content from issues.jboss.org is not included.ENTESB-5838camel-restlet throws NCDFE for URLEncodedUtils
Content from issues.jboss.org is not included.ENTESB-5867Use of '${body.replaceAll()}' leads to logger warning
Content from issues.jboss.org is not included.ENTESB-5780Add support for camel-ldap
Content from issues.jboss.org is not included.ENTESB-5675Add support for camel-smpp
Content from issues.jboss.org is not included.ENTESB-5724Cannot build wildfly-camel / missing slf4j-log4j12 artefact
Content from issues.jboss.org is not included.ENTESB-5667Braintree module.xml dependency problem
Content from issues.jboss.org is not included.ENTESB-56363rd party alignments to Red Hat versions
Content from issues.jboss.org is not included.ENTESB-5647add MRRC EA repo to support alpha releases
Content from issues.jboss.org is not included.ENTESB-5578jython-2.5.3.jar contains natives and needs investigation
Content from issues.jboss.org is not included.ENTESB-5511Ensure that jackson annotations are visible to deployment ClassLoader
Content from issues.jboss.org is not included.ENTESB-5503Update to fuse-patch-2.4.0
Content from issues.jboss.org is not included.ENTESB-5505Fix bug where camel subsystem config could be added multiple times
Content from issues.jboss.org is not included.ENTESB-5485Remove hard coded namespace from camel-servergroup XML
Content from issues.jboss.org is not included.ENTESB-5282Add REST DSL test coverage for Jackson annotated classes
Content from issues.jboss.org is not included.ENTESB-5380Align with Camel bsh dependency version
Content from issues.jboss.org is not included.ENTESB-5255Upgrade to fuse patch 2.3.0
Content from issues.jboss.org is not included.ENTESB-5314Upgrade to jboss-eap-6.4.7.GA (7.5.7.Final-redhat-3)
Content from issues.jboss.org is not included.ENTESB-5282Add JacksonDataFormat marshalling test coverage for Jackson annotated classes
Content from issues.jboss.org is not included.ENTESB-5141Update to camel 2.17
Content from issues.jboss.org is not included.ENTESB-5137Increase timeout values for camel-braintree integration tests
Content from issues.jboss.org is not included.ENTESB-5205Need to add org.slf4j dependency to org.apache.camel.xml module
Content from issues.jboss.org is not included.ENTESB-5134Hawtio findComponentNames lookup fails
Content from issues.jboss.org is not included.ENTESB-5028Add spring-context-support module to Fuse on EAP
Content from issues.jboss.org is not included.ENTESB-3335Reinstate hawtio tests
Content from issues.jboss.org is not included.ENTESB-4995Fix potential classloader leaks in ContextCreateHandlerRegistryService
Content from issues.jboss.org is not included.ENTESB-4664Add camel-braintree component
Content from issues.jboss.org is not included.ENTESB-5072Update to fuse-patch-2.1.0
Content from issues.jboss.org is not included.ENTESB-4281Remove references to community documentation from README files
Content from issues.jboss.org is not included.ENTESB-5006Expose HttpOperationFailedException from org.apache.camel.component.http4
Content from issues.jboss.org is not included.ENTESB-4769Rework example to not use unsupported embedded ActiveMQ broker
Content from issues.jboss.org is not included.ENTESB-4389Add hawtio fuse branding plugin to the ditro
Content from issues.jboss.org is not included.ENTESB-4618Dozer classloading may fail with spring based context
Content from issues.jboss.org is not included.ENTESB-4900Dozer cannot find org.apache.el.ExpressionFactory
Content from issues.jboss.org is not included.ENTESB-4606Port camel-swagger-java to Fuse EAP
Content from issues.jboss.org is not included.ENTESB-4828elasticsearch may incorrectly wire to the default lucene slot
Content from issues.jboss.org is not included.ENTESB-4607Port camel-elasticsearch to Fuse-EAP
Content from issues.jboss.org is not included.ENTESB-4790Examples fail with camel-2.16-redhat
Content from issues.jboss.org is not included.ENTESB-4780Update to camel-2.16
Content from issues.jboss.org is not included.ENTESB-4615Remove references to obsolete configuration files
Content from issues.jboss.org is not included.ENTESB-4520Fix bug with email form field
Content from issues.jboss.org is not included.ENTESB-4227Add module dependncies to support JPA idempotent consumers
Content from issues.jboss.org is not included.ENTESB-4214Unable to configure JDBC idempotent consumers

5.6. Web Services

Table 5.6, “Web Services Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.6. Web Services Issues Resolved in 6.3.0

IssueDescription
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.CXF-1194Schema Validation & MTOM fails
Content from issues.apache.org is not included.CXF-4109UriInfo getHost caches first request's host and always returns that on subsequent calls
Content from issues.apache.org is not included.CXF-4817JAX-RS AsyncResponse implementation needs to call AsyncContext.complete after the request is done
Content from issues.apache.org is not included.CXF-5348Exception mappers implementing ExceptionMapper through an abstract class are not mapped to the declared exception
Content from issues.apache.org is not included.CXF-5640CXF bundle is not compatible with new spring features from Karaf
Content from issues.apache.org is not included.CXF-5688Problem Parsing FIQL Involving Enums
Content from issues.apache.org is not included.CXF-5744@XmlTransient behavior change in WSDL fault content
Content from issues.apache.org is not included.CXF-5788JMS replyToDestination doesn't work
Content from issues.apache.org is not included.CXF-5795Reading the entity from a Response with 202 - Accepted causes NullPointerException
Content from issues.apache.org is not included.CXF-5844Annotations inherited from interface not merged with annotations from implementing method
Content from issues.apache.org is not included.CXF-5846ClassCastException in org.apache.cxf.jaxrs.provider.BinaryDataProvider & SourceProvider
Content from issues.apache.org is not included.CXF-5862NullPointerException in class CustomizationParser
Content from issues.apache.org is not included.CXF-5878Disabling policy engine causes NPE
Content from issues.apache.org is not included.CXF-5897Relax setter method name restriction for @context injection
Content from issues.apache.org is not included.CXF-5898Feature wss4j should be updated after saaj-impl version change
Content from issues.apache.org is not included.CXF-5899JAX-RS 2.0 Configuration injection is not supported if DynamicFeature is not registered
Content from issues.apache.org is not included.CXF-5900websocket destination in osgi fails to start after being stopped
Content from issues.apache.org is not included.CXF-5904wadl2java -inheritResourceParams don't generate parent parameter
Content from issues.apache.org is not included.CXF-5906Claim Manager only parses first claim value
Content from issues.apache.org is not included.CXF-5910Filters registered by DynamicFeatures match on overloaded resource methods.
Content from issues.apache.org is not included.CXF-5911SoapFault's lang property is not set in case of SOAP 1.1 faults
Content from issues.apache.org is not included.CXF-5913logStacktrace Property Not Implemented in MapEventLogger
Content from issues.apache.org is not included.CXF-5916WADL contains wrong parameter name for parameter beans
Content from issues.apache.org is not included.CXF-5917SAMLP Response Validator does not decrypt if EncryptedKey is the assertion element child
Content from issues.apache.org is not included.CXF-5920JAX-RS Link implementation (LinkBuilder) looses context path
Content from issues.apache.org is not included.CXF-5938LuceneQueryVisitor is not reusable / not thread-safe
Content from issues.apache.org is not included.CXF-5943Throw error in exceptionmapper
Content from issues.apache.org is not included.CXF-5946ensure unregister cxf http transport Servlet OSGi service before we re-register it
Content from issues.apache.org is not included.CXF-5949LogBrowser not working
Content from issues.apache.org is not included.CXF-5952wadl2java: process representation params
Content from issues.apache.org is not included.CXF-5953wadl2java: generate full class name for representation parameter
Content from issues.apache.org is not included.CXF-5958incorrect OSGi header in cxf-core bundle
Content from issues.apache.org is not included.CXF-5961wadl2java: 'required = false' don't generated for @Multipart argument
Content from issues.apache.org is not included.CXF-5963LuceneQueryVisitor should use analyzer to create query properly
Content from issues.apache.org is not included.CXF-5964JAX-RS Contexts are injected into Application class too late
Content from issues.apache.org is not included.CXF-5966NPE in MessageContextImpl when setting ResponseBuilder entity in an ExceptionMapper
Content from issues.apache.org is not included.CXF-5968Setting use.async.http.conduit property causes IllegalArgumentException
Content from issues.apache.org is not included.CXF-5969CXF does not pass a generic type to ParamConverterProvider
Content from issues.apache.org is not included.CXF-5970review org.apache.cxf.jaxrs.provider.ProviderFactory.Message*ReaderComparator
Content from issues.apache.org is not included.CXF-5972Fix all karaf features definitions
Content from issues.apache.org is not included.CXF-5974WADLGenerator sets representation media type to application/octet-stream by default
Content from issues.apache.org is not included.CXF-5976incompatible with javax.xml.bind.JAXBElement error when using List<JAXBElement<Book>> as resource method param
Content from issues.apache.org is not included.CXF-5978Incomplete dependencies in archetype cxf-jaxrs-service
Content from issues.apache.org is not included.CXF-5980JAX-RS 2.0 client: response.readEntity(new GenericType<...>{}) fails with "unexpected element" UnmarshalException
Content from issues.apache.org is not included.CXF-5988Provide support for a pluggable parameter conversion mechanism for JAX-RS client side proxies
Content from issues.apache.org is not included.CXF-5989Query Params not showing up in WADL when declared using @BeanParam
Content from issues.apache.org is not included.CXF-5992Cannot set org.apache.cxf.stax.maxAttributeCount
Content from issues.apache.org is not included.CXF-5995ClientProxyImpl problem with handling @BeanParams with null headers/cookies.
Content from issues.apache.org is not included.CXF-5999Moving JiBX related systests into its own module.
Content from issues.apache.org is not included.CXF-6000Wrong default algorithm is used for TrustManagerFactory instantiation
Content from issues.apache.org is not included.CXF-6003jaxrs:server "basePackages" attribute doesn't initialize REST services properly
Content from issues.apache.org is not included.CXF-6007WebClient does not resend request in Digest authentication for HTTP methods GET, HEAD, DELETE, OPTIONS (with no body).
Content from issues.apache.org is not included.CXF-6010NPE in MessageModeOutInterceptor.validateFaultDetail for faults with no <detail>
Content from issues.apache.org is not included.CXF-6015Path parameters containing semicolon are truncated due to missing encoding
Content from issues.apache.org is not included.CXF-6020UrilInfo.getAbsolutePath() missing path separator between servlet url and relative url
Content from issues.apache.org is not included.CXF-6021WebClient has Accept defaulted to application/xml
Content from issues.apache.org is not included.CXF-6027oauth2 client redirect uris are never valid
Content from issues.apache.org is not included.CXF-6030javax.xml.ws.soap.SOAPFaultException: Fault string, and possibly fault code, not set for cxf.
Content from issues.apache.org is not included.CXF-6032NullPointerException while validating cert for SAML HOK
Content from issues.apache.org is not included.CXF-6034Wrong schemaLocation if jax-ws-catalog is used
Content from issues.apache.org is not included.CXF-6037in JAX-RS search there is no support for java.sql.Time in fiql
Content from issues.apache.org is not included.CXF-6038Repeatedly invoking setHandlerChain() can cause a build up of handler interceptors on the chain
Content from issues.apache.org is not included.CXF-6040need use servicemix wrapped opensaml 2.6.1_2
Content from issues.apache.org is not included.CXF-6041Corba Binding is throwing a ObjectNotActive Corba exception being thrown back to application code on endpoint/bus shutdown
Content from issues.apache.org is not included.CXF-6045Setting an entity from ClientRequestFilter has no effect if no entity is already set
Content from issues.apache.org is not included.CXF-6057WADL to Java code generator does not support the documented "encoding" flag
Content from issues.apache.org is not included.CXF-6058NPE in cxf-rt-transports-http org.apache.cxf.transport.http.Headers line 280
Content from issues.apache.org is not included.CXF-6059wsdl:fault wsdl2java fails with IllegalArgumentException
Content from issues.apache.org is not included.CXF-6060Calling readEntity() on Response created by Response.build() causes NullPointerException
Content from issues.apache.org is not included.CXF-6061The publish attribute on jaxws:endpoint doesn't support placeholder in spring configuration
Content from issues.apache.org is not included.CXF-6062Interceptors added in Spring Bus configuration are ignored
Content from issues.apache.org is not included.CXF-6066JAX-RS 2.0 Client implementation is OOM prone due to its strongly referencing WebTargets
Content from issues.apache.org is not included.CXF-6067ProviderFactory fails to analyze generic types correctly with some class hierachies
Content from issues.apache.org is not included.CXF-6071CXF's WSDL2Java tool can generate impl classes that jdk compiler will refuse to compile
Content from issues.apache.org is not included.CXF-6072jaxrs securityContext.getUserPrincipal is broken if login is done during the request
Content from issues.apache.org is not included.CXF-6073cxf-wsn installation in Karaf fails
Content from issues.apache.org is not included.CXF-6075NPE may occur at websocket destination under high load
Content from issues.apache.org is not included.CXF-6076MediaType parameter not parsed correctly
Content from issues.apache.org is not included.CXF-6077In OSGi, the wsdl extensor loaders may not be able to generate their special ExtensibilityELements
Content from issues.apache.org is not included.CXF-6078AnnotationUtils.getAnnotatedMethod for abstract classes not inherit from interface
Content from issues.apache.org is not included.CXF-6089XmlAccessorOrder.ALPHABETICAL, Exception.getMessage() duplicate WSDL elements generated
Content from issues.apache.org is not included.CXF-6090java.lang.NullPointerException when running wsdl2java
Content from issues.apache.org is not included.CXF-6091Server is not properly stopped with MultipleEndpointObserver
Content from issues.apache.org is not included.CXF-6092When there is bad connection/timeout, ClientImpl throws NullPointerException
Content from issues.apache.org is not included.CXF-6094wsdl2java - Default key managers cannot be initialized
Content from issues.apache.org is not included.CXF-6096http components transport is missing a dependency on commons-logging
Content from issues.apache.org is not included.CXF-6101Accept Header not Respected with Response from Custom MessageReader
Content from issues.apache.org is not included.CXF-6103Nillable field, in a json payload, was sent as "@nil":"true" instead of an empty string
Content from issues.apache.org is not included.CXF-6105CXF 3.x does not use the older WS-SecurityPolicy 1.1 namespace
Content from issues.apache.org is not included.CXF-6106ClientResponseFilterInterceptor wraps client response exchange message into ClientRequestContextImpl - as a result code can't access client request context
Content from issues.apache.org is not included.CXF-6109Incorrect TrustException constructor in AbstractSTSClient
Content from issues.apache.org is not included.CXF-6111JavascriptGetInterceptor.isRecognizedQuery is always false
Content from issues.apache.org is not included.CXF-6112org.apache.cxf.jaxrs.impl.ResourceContextImpl#getResource should support a custom ResourceProvider
Content from issues.apache.org is not included.CXF-6115Transferable.transferTo can cause infinite loop or stack overflow
Content from issues.apache.org is not included.CXF-6118Schema Validation refinements
Content from issues.apache.org is not included.CXF-6122JAX-RS proxy client with @QueryParam is not encoding the parameter value
Content from issues.apache.org is not included.CXF-6127Check thrown Exception's cause for SOAPFaultException
Content from issues.apache.org is not included.CXF-6137WADL generation does not correctly support query parameters
Content from issues.apache.org is not included.CXF-6138JAXB unmarshaller Properties can't be configured
Content from issues.apache.org is not included.CXF-6139WADLGenerator may produce a schema invalid resource id
Content from issues.apache.org is not included.CXF-6143SSL/TLS hostname verification does not strictly follow HTTPS RFC2818
Content from issues.apache.org is not included.CXF-6145WS-RM demo server throws exception
Content from issues.apache.org is not included.CXF-6146Demo wsdl_first_xmlbeans fails to build
Content from issues.apache.org is not included.CXF-6147Part of demo wsdl_first_soap12 doesnt work
Content from issues.apache.org is not included.CXF-6149ContainerRequestContextImpl hasEntity() always returns true for non-GET requests. Similar for ClientResponseContextImpl
Content from issues.apache.org is not included.CXF-6151Apache-cxf wsdlvalidator returns error in mime:part
Content from issues.apache.org is not included.CXF-6152WSDLValidator may throw ClassCastException under verbose mode
Content from issues.apache.org is not included.CXF-6153OAuthRequestFilter throws NullPointerException when "Authorization" header is missing
Content from issues.apache.org is not included.CXF-6155Exceptions thrown from ParamConverter generate 500 response
Content from issues.apache.org is not included.CXF-6160AsyncResponse infinite loops
Content from issues.apache.org is not included.CXF-6163WSDL Javascript generator for xsd:any elements is not correct when any is optional
Content from issues.apache.org is not included.CXF-6166Parsing Bug in org.apache.cxf.jaxrs.provider.json.JsonMapObjectReaderWriter
Content from issues.apache.org is not included.CXF-6172WS-Discovery should work also in IPv6 only environment
Content from issues.apache.org is not included.CXF-6176org.apache.cxf.jaxrs.bus.providers property is not taken in account in cxf bus
Content from issues.apache.org is not included.CXF-6178Missing io.netty.util.Version
Content from issues.apache.org is not included.CXF-6184HTTPConduit "transport.retransmit.url" property may have side-effects in case of non-redirect retransmits
Content from issues.apache.org is not included.CXF-6187JMS sample fails "connectionFactory may not be null"
Content from issues.apache.org is not included.CXF-6188Authorization loop using "CurrentWindowsCredentials"
Content from issues.apache.org is not included.CXF-6189Improve memory usage of UrlUtils
Content from issues.apache.org is not included.CXF-6192Cxf Clustering Blueprint handler doesn't create the distribute feature rightly
Content from issues.apache.org is not included.CXF-6194[multipart] Server handle Collection argument as single element
Content from issues.apache.org is not included.CXF-6198No SOAPFault for HTTP error code 400
Content from issues.apache.org is not included.CXF-6204JAX-RS Set-Cookie parser uses case-sensitive keys
Content from issues.apache.org is not included.CXF-6209Bug in processing Signed/Encrypted Elements policies with multiple XPaths
Content from issues.apache.org is not included.CXF-6210XPath evaluation failure on the client side causes all subsequent evaluations to fail
Content from issues.apache.org is not included.CXF-6211JAX-RS client runtime ignores Content-Type set directly from MessageBodyWriter
Content from issues.apache.org is not included.CXF-6217JmsPullPoint does not protect against external entities
Content from issues.apache.org is not included.CXF-6221CDI integration extension does not detect annotations on Karaf
Content from issues.apache.org is not included.CXF-6222Password can end up in log file
Content from issues.apache.org is not included.CXF-6228Using XSLTFeature with large messages creates unremovable temporary files
Content from issues.apache.org is not included.CXF-6229EndpointReferenceUtils.getSchema does NOT cache negative schema parsing
Content from issues.apache.org is not included.CXF-6233STS client only sends AppliesTo on first RST call
Content from issues.apache.org is not included.CXF-6234Invalid ?wsdl response with relative imports/includes when using jaxws-catalog.xml
Content from issues.apache.org is not included.CXF-6235wsdl2java behaves differently from cxf-codegen-plugin
Content from issues.apache.org is not included.CXF-6236proxyAuthSupplier not used in HTTPConduit.setHeadersByAuthorizationPolicy
Content from issues.apache.org is not included.CXF-6241WS-RM doesn't work with WS-Security configured with @EndpointProperties
Content from issues.apache.org is not included.CXF-6245Loading non-existent class org.apache.cxf.xmlbeans.XmlBeansWrapperHelper in WrapperClassOutInterceptor is causing performance issues
Content from issues.apache.org is not included.CXF-6246missing osgi import of javax.jws
Content from issues.apache.org is not included.CXF-6250WebSocket conduit fails to process String based responses and throws NPE
Content from issues.apache.org is not included.CXF-6252JAXRS Async Client hangs in case of Connection errors
Content from issues.apache.org is not included.CXF-6256Unexpected response code
Content from issues.apache.org is not included.CXF-6257Creating and Endpoint using JAX-WS API, getting the binding and then publishing causes a NullPointerException
Content from issues.apache.org is not included.CXF-6260JAXRS Async Client can not handle InvocationCallback TypeVariable
Content from issues.apache.org is not included.CXF-6272SCT Renew in Secure Conversation
Content from issues.apache.org is not included.CXF-6274NullPointerException in DestinationSequence because of RMCaptureInInterceptor not in interceptor chain
Content from issues.apache.org is not included.CXF-6284JAX-RS servlet run-time leaks additional strong references
Content from issues.apache.org is not included.CXF-6285NPE in SwaggerFeature.calculateDefaultResourcePackage
Content from issues.apache.org is not included.CXF-6294Cannot activate TLSv1.2 cipher suites on client on Java7
Content from issues.apache.org is not included.CXF-6295String cannot be cast to org.apache.ws.security.validate.Validator
Content from issues.apache.org is not included.CXF-6297JAX-RS BeanValidation feature fails with NPE in JAXRSBeanValidationOutInterceptor on sub-resource call
Content from issues.apache.org is not included.CXF-6300cipherSuite configuration does not work with HTTPJ servers
Content from issues.apache.org is not included.CXF-6302JAXRS endpoints with URL encoded addresses can not be located
Content from issues.apache.org is not included.CXF-6304AuthorizationCodeGrantHandler sets the approved scopes as the requested ones
Content from issues.apache.org is not included.CXF-6306AuthorizationCodeGrantService does not record a single pre-registered redirect uri in a session if current request has no redirect uri set
Content from issues.apache.org is not included.CXF-6307Wrong select the message body reader
Content from issues.apache.org is not included.CXF-6309Client processing exception has its cause set to the original exception wrapped in Fault
Content from issues.apache.org is not included.CXF-6313SamlHeaderOutInterceptor does not set headers on the message if it had none
Content from issues.apache.org is not included.CXF-6314WebSocket transport should not require dependency to jetty
Content from issues.apache.org is not included.CXF-6315Optional WS-Addressing policy doesn't return required soap headers
Content from issues.apache.org is not included.CXF-6317Authorization not possible with multiple service beans
Content from issues.apache.org is not included.CXF-6319Regression: failing namespace resolution after CXF-5891
Content from issues.apache.org is not included.CXF-6320Zero-length entity should throw 400 on pre-packaged provider
Content from issues.apache.org is not included.CXF-6321Make sure global JAX-RS filters are applied once per request even if made to sub-resource
Content from issues.apache.org is not included.CXF-6322AbstractSearchConditionParser not working with UUID fields
Content from issues.apache.org is not included.CXF-6327Invalid Policy exception for EndorsingSupportingTokens with more than one token assertions
Content from issues.apache.org is not included.CXF-6331Wrap exceptions in JAXRSBeanValidationInvoker into Fault so that these exceptions are exposed to ExceptionMapper-s
Content from issues.apache.org is not included.CXF-6332Wadl Genertion: @Description cannot be bound to field
Content from issues.apache.org is not included.CXF-6336Client ParamConverterProvider may be lost if Client runs in the server scope
Content from issues.apache.org is not included.CXF-6338Reversed logic in AbstractJwtHandler#validateSignature
Content from issues.apache.org is not included.CXF-6340Return value of AsyncResponseImpl.cancel() not follow JAXRS 2.0 javadoc
Content from issues.apache.org is not included.CXF-6343EncryptedHeader not properly processed or generated
Content from issues.apache.org is not included.CXF-6347CXF bundle activators not called in Eclipse/Equinox
Content from issues.apache.org is not included.CXF-6352ContainerResponseContext.getLinks() loses links if they have no 'rel' parameter
Content from issues.apache.org is not included.CXF-6356NPE when calling ServiceUnavailableException.getRetryTime()
Content from issues.apache.org is not included.CXF-6359NullPointerException when certAlias specified but no keyManagers are configured
Content from issues.apache.org is not included.CXF-6361HttpCondiut is not detecting the redirect loop properly
Content from issues.apache.org is not included.CXF-6366JAX-RS Client runtime does not encode forward slashes in Matrix parameters
Content from issues.apache.org is not included.CXF-6367JAX-RS Client runtime does not check BeanParam bean fields
Content from issues.apache.org is not included.CXF-6368Unexpected response code
Content from issues.apache.org is not included.CXF-6369org.apache.cxf.jaxrs.impl.ConfigurationImpl does not comply with SPEC
Content from issues.apache.org is not included.CXF-6370wrong usages for System.arraycopy in org.apache.cxf.jaxrs.impl.AsyncResponseImpl
Content from issues.apache.org is not included.CXF-6371WADL Generator does not always correctly deal with generic types
Content from issues.apache.org is not included.CXF-6373CompletionCallback can not get the Throwable if error occurs in other interceptor (no serviceinvokerInterceptor)
Content from issues.apache.org is not included.CXF-6375Providers.getMessageBodyReader throws NPE
Content from issues.apache.org is not included.CXF-6377Wrong media type of response
Content from issues.apache.org is not included.CXF-6378LinkBuilderImpl does not resolve relative links against baseUri
Content from issues.apache.org is not included.CXF-6379Separate HTTP headers for multiple header values not possible - bug in CXF-3714 fix
Content from issues.apache.org is not included.CXF-6380Context provider not working
Content from issues.apache.org is not included.CXF-6388NPE has been swallowed in org.apache.cxf.jaxrs.impl.AsyncResponseImpl
Content from issues.apache.org is not included.CXF-6389set initialSuspend=true incorrectly when resume the asyncresponse
Content from issues.apache.org is not included.CXF-6390JAXRS Async Client does not always wrap the client side exceptions into ProcessingException
Content from issues.apache.org is not included.CXF-6392Schema imports are not handled correctly in generated WSDL and XSD files
Content from issues.apache.org is not included.CXF-6393JAXRS Async Client unwraps a parameterized type given to InvocationCallback
Content from issues.apache.org is not included.CXF-6395Call setTimeout() in a second request cause illegalStateException from web container.
Content from issues.apache.org is not included.CXF-6398AlgorithmSuitePolicyValidator rejects enveloped-signature Transform
Content from issues.apache.org is not included.CXF-6402JettyHTTPServerEngine cannot set a provided Jetty Server
Content from issues.apache.org is not included.CXF-6403Potential memory leak in PolicyBasedWSS4JInInterceptor and AbstractWSS4JStaxInterceptor
Content from issues.apache.org is not included.CXF-6406WS-RM persistence with RMTxStore does not work with JNDI Lookup
Content from issues.apache.org is not included.CXF-6408HTTP Conduit throws NPE exception for "invalid" 401 HTTP response
Content from issues.apache.org is not included.CXF-6415WS-RM client persistent tests are failing
Content from issues.apache.org is not included.CXF-6429Provider matching when nested generic type
Content from issues.apache.org is not included.CXF-6431Attachment serialization does not conform to the relevant specs
Content from issues.apache.org is not included.CXF-6434SOAPAction value may not be extracted correctly for SOAP 1.2 with Attachments
Content from issues.apache.org is not included.CXF-6435Support base64 for attachment encoding in CXF
Content from issues.apache.org is not included.CXF-6436NPE in DefaultLogEventMapper when running on cameltransport
Content from issues.apache.org is not included.CXF-6442Possible uses contraint violation because of different servlet API versions
Content from issues.apache.org is not included.CXF-6444CrossOriginResourceSharingFilter.java should not set Origin=* when Credentials=true
Content from issues.apache.org is not included.CXF-6446WADL JavaDocProvider misses operation markers for the docs built with Java 8
Content from issues.apache.org is not included.CXF-6450Bad handling of JAX-RS generic interfaces
Content from issues.apache.org is not included.CXF-6451Set-Cookie Header incorrectly parsed
Content from issues.apache.org is not included.CXF-6458CXF 3.1.0 memory leak (Tomcat)
Content from issues.apache.org is not included.CXF-6464The derived key versions of sign/encrypt in SymmetricBindingHandler don't support attachments
Content from issues.apache.org is not included.CXF-6466Closing JAX-RS clients from finalize affects clients sharing the same conduit
Content from issues.apache.org is not included.CXF-6467Jaxrs client handles array type property in a form object as a single element
Content from issues.apache.org is not included.CXF-6468Secure Conversation Renew is missing Instance creation
Content from issues.apache.org is not included.CXF-6469schemaLocation in xsd import is not rewritten correctly in Java 8
Content from issues.apache.org is not included.CXF-6472Cannot create ContextResolver for class extending HttpServletRequest, HttpServletResponse, etc.
Content from issues.apache.org is not included.CXF-6473Double signatures while using AsymmetricBindingHandler
Content from issues.apache.org is not included.CXF-6474UriTemplate should not always ignore an empty/null group value
Content from issues.apache.org is not included.CXF-6475problems using CXF as a JAX-RS 2.0 client
Content from issues.apache.org is not included.CXF-6479Denial of Service: Regular Expression in StringUtils
Content from issues.apache.org is not included.CXF-6480InjectionUtils createThreadLocalServletApiContext better error message for invalid @Context classes
Content from issues.apache.org is not included.CXF-6481Jetty HTTPJ session manager Blueprint configuration is not effective
Content from issues.apache.org is not included.CXF-6484Regression in Content-id format
Content from issues.apache.org is not included.CXF-6488Binding style vs part type R2203 And R2204 problems in wsdl document
Content from issues.apache.org is not included.CXF-6489Cannot set ClientSecretVerifier in AbstractTokenService
Content from issues.apache.org is not included.CXF-6491wadl2java produces incorrect Consumes annotation for multiple representations on POST methods
Content from issues.apache.org is not included.CXF-6492AbstractHTTPDestination class incorrectly assume only one empty space after "Basic" in Authorization header value.
Content from issues.apache.org is not included.CXF-6493cxf-rt-transports-http-3.1.1.jar contains OSGi interface classes
Content from issues.apache.org is not included.CXF-6495Inconsistent RMAsserion may be built for 3.0.x
Content from issues.apache.org is not included.CXF-6502JAXRSInInterceptor throw java.lang.IndexOutOfBoundsException if content-type header is empty
Content from issues.apache.org is not included.CXF-6506Client-side message context value HTTP_REQUEST_HEADERS is not shared between SOAP handlers
Content from issues.apache.org is not included.CXF-6507WSRM 3.0 may store corrupted message
Content from issues.apache.org is not included.CXF-6512The host property is missing in Swagger2 feature's configuration properties
Content from issues.apache.org is not included.CXF-6513CXF Using async WebClient with load distribution failover strategy leads to memory leak
Content from issues.apache.org is not included.CXF-6515provider sorting not right
Content from issues.apache.org is not included.CXF-6517Regression in 3.1.2 attachment handling
Content from issues.apache.org is not included.CXF-6519WS-RM - Invalid response for CloseSequence
Content from issues.apache.org is not included.CXF-6522ThreadLocalInvocationHandler doesn't handle InvocationTargetException
Content from issues.apache.org is not included.CXF-6527WSDLRefValidator reject valid target reference URI/IRI
Content from issues.apache.org is not included.CXF-6528JAX-RS "lastModified" generates timestamp with non-standard format
Content from issues.apache.org is not included.CXF-6534Kerberos delegation not possible if Authorization given
Content from issues.apache.org is not included.CXF-6535Swagger2Feature's properties cannot be set when using Blueprint
Content from issues.apache.org is not included.CXF-6536XML pretty printing produces double line spacing if incoming XML contains linefeeds
Content from issues.apache.org is not included.CXF-6542Setting the signature digest algorithm on the SAMLCallback does not work for WS-Security
Content from issues.apache.org is not included.CXF-6543It's not possible to specify the signature + digest algorithms for self-signed SAML Assertions with JAX-RS
Content from issues.apache.org is not included.CXF-6547HTTPTransportActivator Does Not Propagate Servlet Init Parameters
Content from issues.apache.org is not included.CXF-6548LoggingOutInterceptor logs the wrong Content-Type for some scenarios
Content from issues.apache.org is not included.CXF-6550AsyncConduitHTTPFactory will throw NPE if passed properties are null
Content from issues.apache.org is not included.CXF-6551Digest authentication to intermediate HTTP proxy fails with 407 without retry
Content from issues.apache.org is not included.CXF-6552Multiple chained schema imports not handled correctly
Content from issues.apache.org is not included.CXF-6553Unable to override Content-Type on GET requests
Content from issues.apache.org is not included.CXF-6558DefaultEncryptingOAuthDataProvider.getAccessToken throws SecurityException on invalid accessToken format
Content from issues.apache.org is not included.CXF-6559AbstractOAuthDataProvider.refreshAccessToken method can't handle an invalid refresh token
Content from issues.apache.org is not included.CXF-6561ResourceOwnerGrantHandler: ResourceOwnerLoginHandler can't return null or throw exception
Content from issues.apache.org is not included.CXF-6570FormattedServiceListWriter - meta http-equiv value not quoted
Content from issues.apache.org is not included.CXF-6574Issue with Digest Authentication
Content from issues.apache.org is not included.CXF-6575WS-A Action generation defect
Content from issues.apache.org is not included.CXF-6577MessageContextImpl needs to get a property from a current message first
Content from issues.apache.org is not included.CXF-6579Inflated tokens can be corrupted if compression ratio is greater than 2:1
Content from issues.apache.org is not included.CXF-6580wsdl2java - Issue with import to default namespace
Content from issues.apache.org is not included.CXF-6582Support newer symmetric signature algorithms with WS-SecurityPolicy
Content from issues.apache.org is not included.CXF-6583MessageListenerTest#testLocalTransaction fails intermittently
Content from issues.apache.org is not included.CXF-6584EncryptSignature is ignored
Content from issues.apache.org is not included.CXF-6585Possible to send invalid Soap 1.2 faults
Content from issues.apache.org is not included.CXF-6588NPE in providers.getMessageBodyReader
Content from issues.apache.org is not included.CXF-6590MAPCodec: memory leak with sync client when soapfaults returned from endpoint
Content from issues.apache.org is not included.CXF-6591Aegis DataSourceType.getBytes fails to close the InputStream fetched from DataSource, which prevents the underlying file to be deleted on Windows
Content from issues.apache.org is not included.CXF-6592Maven[cxf-java2wadl-plugin] when stylesheetReference are set,package ended with Nullpoint Error
Content from issues.apache.org is not included.CXF-6593Some thread-local contexts may get lost on the client side after a refresh
Content from issues.apache.org is not included.CXF-6595CXF Karaf feature file: set dependency = true in the jta bundle for CXF
Content from issues.apache.org is not included.CXF-6599CXF ProxyHelper might cause OOM like conditions
Content from issues.apache.org is not included.CXF-6600Sudden repeating NPE on token request by STSClient
Content from issues.apache.org is not included.CXF-6601Swagger2Feature can hit a NPE when running in localtransport
Content from issues.apache.org is not included.CXF-6602Digest algorithms are not set properly when derived keys are used
Content from issues.apache.org is not included.CXF-6606Encoded characters in URI are decoded multiple times during preprocess
Content from issues.apache.org is not included.CXF-6607Cached STS-issued tokens are not renewed on expiry in delegation scenario
Content from issues.apache.org is not included.CXF-6609Data Race in org/apache/cxf/transport/http/HTTPConduit.prepare
Content from issues.apache.org is not included.CXF-6614"Comparison method violates its general contract" in DestinationRegistryImpl.getSortedDestinations
Content from issues.apache.org is not included.CXF-6615the order of attributes in SubjectDN of certificate shouldn't be significant
Content from issues.apache.org is not included.CXF-6616need always close the CipherOutputStream when the encryption is done to get the complete content
Content from issues.apache.org is not included.CXF-6621Schema imports are not handled correctly in generated WSDL and XSD files when using catalog rewrites
Content from issues.apache.org is not included.CXF-6629ConcurrentModificationException at AbstractResourceInfo.clearProxies()
Content from issues.apache.org is not included.CXF-6630Cannot call setAttribute with a null name
Content from issues.apache.org is not included.CXF-6632Memory leak due to literal keys in WSDLDefinition map
Content from issues.apache.org is not included.CXF-6637@GZIP and similar CXF annotations are not recognized if set on super classes
Content from issues.apache.org is not included.CXF-6638AsyncHTTPConduit does not allow body payloads with "PATCH" method
Content from issues.apache.org is not included.CXF-6640[Locale Issue] HTTP header Issue for IOS 9 + Chinese Language user
Content from issues.apache.org is not included.CXF-6641JWE elliptic curve error
Content from issues.apache.org is not included.CXF-6642Memory Leak in ResponseImpl.readEntity()
Content from issues.apache.org is not included.CXF-6648Wildcard Content-Type is set for GET
Content from issues.apache.org is not included.CXF-6653NPE may result while generating a SequenceFault in WS-RM 1.1
Content from issues.apache.org is not included.CXF-6655Error Invalid address. Endpoint address cannot be null
Content from issues.apache.org is not included.CXF-6657CXF Failover using JAXRS prevents header retrieval from ResponseExceptionMappers
Content from issues.apache.org is not included.CXF-6664NullpointerException in LinkBuilderImpl#getResolvedUri when linkheader url has a matrix parameter
Content from issues.apache.org is not included.CXF-6667Closing a source sequence in WS-RM may lead to inconsistent sequence status
Content from issues.apache.org is not included.CXF-6668[wadl2java] @Multipart annotation generated, @QueryParam expected
Content from issues.apache.org is not included.CXF-6670Problem with casting ParamConverter responses to primitive types
Content from issues.apache.org is not included.CXF-6671Ambiguous JAXRSServerFactoryBean.setApplication() breaks Spring injection
Content from issues.apache.org is not included.CXF-6673StaticService setEndpoints(List<String>) doesn't work correctly
Content from issues.apache.org is not included.CXF-6675Update commons-collections from 3.2.1 to 3.2.2
Content from issues.apache.org is not included.CXF-6676Incorrect Interface Method Name Generation
Content from issues.apache.org is not included.CXF-6677Content-Type is empty on POST request with empty body
Content from issues.apache.org is not included.CXF-6679@Context HttpServletRequest request.getParameterMap() can't contain post parameters by application/x-www-form-urlencoded
Content from issues.apache.org is not included.CXF-6682NullpointerException in LinkBuilderImpl#getResolvedUri when only baseUri is set
Content from issues.apache.org is not included.CXF-6688ClientProxyImpl does not populate class-level path params if BeanParam holds the values
Content from issues.apache.org is not included.CXF-6693CXF fails to parse Cookie header when it contains $ character
Content from issues.apache.org is not included.CXF-6694SpringResourceFactory does not work with constructor-autowired beans
Content from issues.apache.org is not included.CXF-6699DefaultAddress not set in HTTPConduit class
Content from issues.apache.org is not included.CXF-6701JAXRS Proxy impl does not check field JAXRS annotations on BeanParam super classes
Content from issues.apache.org is not included.CXF-6705Incorrect version in Import-Package for javax.validation for CXF Core
Content from issues.apache.org is not included.CXF-6706Bean validation seems to not be working in OSGi
Content from issues.apache.org is not included.CXF-6709HttpServletRequest.getInputStream is empty
Content from issues.apache.org is not included.CXF-6711Aegis Databinding Deserialization Vulnerability
Content from issues.apache.org is not included.CXF-6720AbstractHTTPDestination#WrappedOutputStream.close() calls flush after close
Content from issues.apache.org is not included.CXF-6721NullPointerException for some responses containing SoapFault.
Content from issues.apache.org is not included.CXF-6729Version 1 NewCookie is not compliant with RFC 2109
Content from issues.apache.org is not included.CXF-6730ClassCastException TransportBinding cannot be cast to AbstractSymmetricAsymmetricBinding in AbstractBindingBuilder
Content from issues.apache.org is not included.CXF-6743Inconsistent versions of jax-rs specs can lead to OSGi pain
Content from issues.apache.org is not included.CXF-6744Exceptions thrown from methods annotated with @Suspended result in no response at all
Content from issues.apache.org is not included.CXF-6748the qop,nc,algorithm parameter in http auth header must not be enclosed between doble quotation
Content from issues.apache.org is not included.CXF-6749Classloader leak on FileUtils.createTmpDir()
Content from issues.apache.org is not included.CXF-6753OAuth2 audience support is incomplete
Content from issues.apache.org is not included.CXF-6754Determin Media Type in Response
Content from issues.apache.org is not included.CXF-6759WADL2JAVA Tools Generated Source has Duplicate Method Name
Content from issues.apache.org is not included.CXF-6761JAX-RS ClientImpl does not set TLSClientParameters on HTTPConduit when only HostnameVerifier is configured
Content from issues.apache.org is not included.CXF-6763STS requires ClaimHandler even in ClaimMapping only scenarios
Content from issues.apache.org is not included.CXF-6764Should add RI JAXB Namespacemapper support
Content from issues.apache.org is not included.CXF-6768WS-Discovery missing schema when internet connection not present
Content from issues.apache.org is not included.CXF-6769Underscores in values of FIQL search expressions are incorrectly escaped
Content from issues.apache.org is not included.CXF-6770PrettyLoggingFilter not working well when using camel-cxf-transport
Content from issues.apache.org is not included.CXF-6772HttpClientPolicy browserType is reported as BrowserType header
Content from issues.apache.org is not included.CXF-6783ReflectionServiceFactoryBean generates invalid WSDL if anonymousWrapperTypes==true
Content from issues.apache.org is not included.CXF-6785AbstractHTTPDestination should handle the case when pathInfo of HttpServletRequest is null
Content from issues.apache.org is not included.CXF-6787not sufficient WadlGenerator presence detection
Content from issues.apache.org is not included.CXF-6793InvocationCallback doesn't try to get response class type
Content from issues.apache.org is not included.CXF-6795WS-Discovery add support for discovery on localhost
Content from issues.apache.org is not included.CXF-6799java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl cannot be cast to java.lang.reflect.TypeVariable
Content from issues.apache.org is not included.CXF-6805cxf-rt-transports-http adds Content-Type header to GET request
Content from issues.apache.org is not included.CXF-6806don't mark the optional "encoding" parameter as required for cxf-java2wadl-plugin
Content from issues.apache.org is not included.CXF-6809SAMLRequest ID must not start with a Number
Content from issues.apache.org is not included.CXF-6810JAX-RS Client one way requests do not work with jms-transport
Content from issues.apache.org is not included.CXF-6812WebTargetImpl should always check if client is closed first
Content from issues.apache.org is not included.CXF-6813MediaTypeHeaderProvider doesn't check the illegal media type string like "s//tt;type=text/plain"
Content from issues.apache.org is not included.CXF-6814ClientRequestFilter should be added with descending order of priority
Content from issues.apache.org is not included.CXF-6819ConfigurationImp returns wrong value for isRegistered(Object obj)
Content from issues.apache.org is not included.CXF-6820LinkBuilderImpl#link() doesn't throw exception for invalid input
Content from issues.apache.org is not included.CXF-6823Duplicate injectedProviders in ProviderFactory impacting throughput by ~30%
Content from issues.apache.org is not included.CXF-6828[OAuth] AbstractGrant set wrong value(scope) for audience
Content from issues.apache.org is not included.CXF-6832Attachment content-disposition modification-date not parsed correctly
Content from issues.apache.org is not included.CXF-6836Swagger2 tests need to be updated to do a more robust JSON or YAML comparison
Content from issues.apache.org is not included.CXF-6838AsyncResponse doesn't use 204 when body is empty
Content from issues.apache.org is not included.CXF-6842Unwrap exception nested with WebApplicationException
Content from issues.apache.org is not included.CXF-6845Some methods in MessageUtils prone to NPE
Content from issues.apache.org is not included.CXF-6849Form parameter names including '%' are not decoded properly
Content from issues.apache.org is not included.CXF-6850javax.ws.rs.core.Request implementation doesn't match Accept-Encoding: * for any encoding value
Content from issues.apache.org is not included.CXF-6867Envelope and Body element prefixes changed when processing messages without headers
Content from issues.apache.org is not included.CXF-6887http-hc: NPE and incorrept assumption that there is only one bus
Content from issues.apache.org is not included.CXF-6939can't install cxf-http-async feature
Content from issues.apache.org is not included.CXF-7008Regression: CXF-5788 - JMS replyToDestination doesn't work
Content from issues.apache.org is not included.CXF-7026o.a.c.transport.http.osgi.HttpServiceTrackerCust service leak
Content from issues.apache.org is not included.CXF-7034should close HttpServiceTracker in HTTPTransportActivator
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4933When cxf service is deployed to child container SwaggerFeature uses root container port instead
Content from issues.jboss.org is not included.ENTESB-4942missing requirements for features:install cxf-jaxrs-cdi
Content from issues.jboss.org is not included.ENTESB-4957missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat
Content from issues.jboss.org is not included.ENTESB-5008quiet a few test failure on cxf 3.1.x.redhat-6-3-x-patch branch with JAVA8
Content from issues.jboss.org is not included.ENTESB-5410please fix duplicate javax.mail in fuse
Content from issues.jboss.org is not included.ENTESB-5442Swagger2Feature throws an exception
Content from issues.jboss.org is not included.ENTESB-5460CXF and Camel need olingo version alignment in Fuse
Content from issues.jboss.org is not included.ENTESB-5589NCDFE when using JAX-WS schema validation on IBM java
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
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-5777can't install cxf-databinding-jibx
Content from issues.jboss.org is not included.ENTESB-5907CXF's JMSConfiguration replyToDestination does not have any effect
Content from issues.jboss.org is not included.ENTESB-5935intermittent ServerModel LinkageError when connecting to ssh container
Content from issues.jboss.org is not included.ENTESB-5938After Multiple Profile Deployments Fabric Container Runs Out of PermGen Space
Content from issues.apache.org is not included.FEDIZ-156SAMLRequest ID must not start with a Number
Content from issues.apache.org is not included.WSS-549Don't write out a ReferenceList if there are no elements to encrypt

5.7. Fuse on JBoss EAP

Table 5.7, “Fuse on EAP Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.7. Fuse on EAP Issues Resolved in 6.3.0

IssueDescription
Content from issues.jboss.org is not included.ENTESB-4160BPEL - Domain mode - Deployment throws MySQLIntegrityConstraintViolationException
Content from issues.jboss.org is not included.ENTESB-4513Exclude itests directory from Camel quickstarts distribution
Content from issues.jboss.org is not included.ENTESB-4747No SwitchYard schema is included in Fuse 6.2.1
Content from issues.jboss.org is not included.ENTESB-5112Fuse on EAP Quickstarts fail to build on Fuse 6.3
Content from issues.jboss.org is not included.ENTESB-5255Failed installation of fuse-eap-installer into the newest jboss-eap
Content from issues.jboss.org is not included.ENTESB-5328Fuse EAP installer does not work on Windows
Content from issues.jboss.org is not included.ENTESB-5485Fuse on EAP can't start in domain mode
Content from issues.jboss.org is not included.ENTESB-5503Fuse EAP installer cannot upgrade from Fuse 6.2.1 to Fuse 6.3 on Windows
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo

5.8. Container - 6.3.0

Table 5.8, “Container Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.8. Container Issues Resolved in 6.3.0

Issue NumberDescription
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-1609Can not install fuse as system service on AIX7.1
Content from issues.jboss.org is not included.ENTESB-3997admin:create && admin:start doesn't work after 6.2 P2 patch
Content from issues.jboss.org is not included.ENTESB-4055Improve Hawt.io Performance
Content from issues.jboss.org is not included.ENTESB-4156On Windows offline patching causes "javax.management.InstanceAlreadyExistsException: org.fusesource.insight:type=Log Query"
Content from issues.jboss.org is not included.ENTESB-4223Feature camel-spring security does not install spring-security-config bundle
Content from issues.jboss.org is not included.ENTESB-4231Unable to unzip RC4 prepatched zip on windows 2012 RC4
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4443null log msg causes org.apache.felix.eventadmin.impl.adapter.LogEventAdapter to be removed
Content from issues.jboss.org is not included.ENTESB-4447Incompatible TypedQuery exception is thrown when application(Using JPA-Hibernate) bundle is refreshed/re-installed
Content from issues.jboss.org is not included.ENTESB-4450admin:connect default username is not the sme as admin:create
Content from issues.jboss.org is not included.ENTESB-4458bin\client.bat doesn't work on windows
Content from issues.jboss.org is not included.ENTESB-4495Hibernate and Bundle ClassLoaders out of sync on Bundle Refresh
Content from issues.jboss.org is not included.ENTESB-4616Space in path results in bin/karaf: line 417: [: /home/fuse/te: binary operator expected
Content from issues.jboss.org is not included.ENTESB-4742Default "org.osgi.framework.system.packages.extra" configuration should be empty
Content from issues.jboss.org is not included.ENTESB-4838Camel on EAP bundles Spring version other than Karaf
Content from issues.jboss.org is not included.ENTESB-48866.2.1 Patching mechanism should support applying rollup patch to non-fabric child containers
Content from issues.jboss.org is not included.ENTESB-4889Xslt Transformation seems to be broken in Fuse 6.2.1
Content from issues.jboss.org is not included.ENTESB-4902Fuse 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-4921problem with installing / uninstalling features in fuse 6.3
Content from issues.jboss.org is not included.ENTESB-4935admin script report wrong pid and wrong status
Content from issues.jboss.org is not included.ENTESB-4954can't install feature camel-spring-redis
Content from issues.jboss.org is not included.ENTESB-4955deltaspike-* features can't be installed (versions 1.3.0 or 1.5.1)
Content from issues.jboss.org is not included.ENTESB-4957missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat
Content from issues.jboss.org is not included.ENTESB-4960ssh:sshd command lists default values twice
Content from issues.jboss.org is not included.ENTESB-4967Karaf 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-4997redirect parent and child instance std out to a karaf.out file
Content from issues.jboss.org is not included.ENTESB-4999Apply 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-5015Aries 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-50586.3.0 DR2 doesn't start on Windows
Content from issues.jboss.org is not included.ENTESB-5065localhost: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-5104In 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-5118Invalid 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-5157Not able to login when user belongs to jaas PublickeyLoginModule.
Content from issues.jboss.org is not included.ENTESB-5179Maven proxy behavior broken
Content from issues.jboss.org is not included.ENTESB-5191Apparent mismatch between command count with tab completion
Content from issues.jboss.org is not included.ENTESB-5217Feature Installation - no Refresh of Fragment-Host bundle upon installation of fragment bundle
Content from issues.jboss.org is not included.ENTESB-5323javax.management.openmbean.KeyAlreadyExistsException thrown by hawtio-osgi-jmx
Content from issues.jboss.org is not included.ENTESB-5332Fuse doesn't start after unexpected termination
Content from issues.jboss.org is not included.ENTESB-5366Fuse client fails with java.security.InvalidAlgorithmParameterException
Content from issues.jboss.org is not included.ENTESB-5370Aries transaction manager fails with background connection validation
Content from issues.jboss.org is not included.ENTESB-5395Wildcard in NCName for Camel CXF Transport in Blueprint
Content from issues.jboss.org is not included.ENTESB-5399Fuse on windows does not start without data directory
Content from issues.jboss.org is not included.ENTESB-5401fix pax-http-tomcat jaxp-api dependencies
Content from issues.jboss.org is not included.ENTESB-5410please fix duplicate javax.mail in fuse
Content from issues.jboss.org is not included.ENTESB-5540Exceptions in log after *:help - Service cannot be cast: org.apache.felix.scr.impl.ScrGogoCommand
Content from issues.jboss.org is not included.ENTESB-5550Bundle "spring-security-config" from servicemix does not contain spring metadata
Content from issues.jboss.org is not included.ENTESB-5588Switchyard reference throws ClassCastException with IBM java
Content from issues.jboss.org is not included.ENTESB-5608Revert hard coded v1.7 jdk for darwin in karaf launch script introduced via KARAF-2921
Content from issues.jboss.org is not included.ENTESB-5620wrapper:install on solaris11 lacks instructions to symlink scripts
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5683get 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-5716Can't create child on 111, 115
Content from issues.jboss.org is not included.ENTESB-5760Can't create child on ssh container
Content from issues.jboss.org is not included.ENTESB-5762Can't resolve any of the quickstarts in build #125
Content from issues.jboss.org is not included.ENTESB-5792We 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-5795ldap connection pool not created when using ssl (ldaps)
Content from issues.jboss.org is not included.ENTESB-5850javax.management.openmbean.KeyAlreadyExistsException thrown at JMX org.apache.karaf - services
Content from issues.jboss.org is not included.ENTESB-5860Camel-amq quickstart is not processing files
Content from issues.jboss.org is not included.ENTESB-5869Exception when Encrypting with PGPDataFormat
Content from issues.jboss.org is not included.ENTESB-59176.2.1 R3 prevents base DN lookup in Tivoli LDAP Server
Content from issues.jboss.org is not included.ENTESB-5935intermittent ServerModel LinkageError when connecting to ssh container
Content from issues.jboss.org is not included.ENTESB-5942karaf jaas modules test failing on IBM JDK
Content from issues.jboss.org is not included.ENTESB-5961hawtio not showing activemq tab
Content from issues.jboss.org is not included.ENTESB-6101Fuse 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-3240BundleWatcher should not depend to pax-url-mvn
Content from issues.apache.org is not included.KARAF-3327Incorrect LC_CTYPE parsing
Content from issues.apache.org is not included.KARAF-4005Different locations for KARAF_HOME and KARAF_BASE
Content from issues.apache.org is not included.KARAF-4024role.policy "group" ceased to function
Content from issues.apache.org is not included.KARAF-4123Provide a more dynamic default for serviceUrl configuration
Content from issues.apache.org is not included.KARAF-4150bin/status fails if KARAF_DEBUG is set
Content from issues.apache.org is not included.KARAF-4247Issues with LDAP caching
Content from issues.apache.org is not included.KARAF-4330Instance 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-4373Karaf.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-4499Can't start a crashed server on Windows
Content from issues.apache.org is not included.KARAF-4607ldap connection pool not created when using ssl (ldaps)
Content from issues.apache.org is not included.KARAF-4659Ability to disable ldap listeners
Content from issues.apache.org is not included.KARAF-4686ClassLoader leak with RmiRegistryFactory and sun.rmi.transport.tcp.TCPEndpoint
Content from issues.apache.org is not included.KARAF-4687ClassLoader leak with java.lang.Exception and karaf.exception library

5.9. Fuse Fabric - 6.3.0

Table 5.9, “Fuse Fabric Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.9. Fuse Fabric Issues Resolved in 6.3.0

Issue NumberDescription
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-126IllegalStateException 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-2699EnsembleRemove.applyEnsembleConfiguration() Throws StringIndexOutOfBoundsException
Content from issues.jboss.org is not included.ENTESB-3449Profile-rename Error executing command: versionId when not specifying version
Content from issues.jboss.org is not included.ENTESB-3945Profile import in fabric results in Container 'root' does not exist
Content from issues.jboss.org is not included.ENTESB-4012profile-import and profile-refresh don't download the latest snapshot
Content from issues.jboss.org is not included.ENTESB-4073Creating fabric with profile fabric leads to duplicated profile
Content from issues.jboss.org is not included.ENTESB-4138JMX mbean operation `setProfileProperty` is not working as expected.
Content from issues.jboss.org is not included.ENTESB-4167fabric-git-server defaults to admin role and may only be associated with one role
Content from issues.jboss.org is not included.ENTESB-4225Unable to scale down using fabric:profile-scale command
Content from issues.jboss.org is not included.ENTESB-4362jgit errors affecting patch management
Content from issues.jboss.org is not included.ENTESB-4367General patching problems on Windows
Content from issues.jboss.org is not included.ENTESB-4369Standby Fuse container in active/standby configuration does not expose an SSH service since 6.2
Content from issues.jboss.org is not included.ENTESB-4374Fabric - 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-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4399Insight: quickly and periodically refreshes Hawtio and throws errors on remote Fabric containers
Content from issues.jboss.org is not included.ENTESB-4415Multiple 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-4437zk group - deal with partial creation of sequential node
Content from issues.jboss.org is not included.ENTESB-4443null 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-4469NullPointerException during patch:install
Content from issues.jboss.org is not included.ENTESB-4470Invalid 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-4474patch 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-4485Provisioning containers fails with a java.lang.NullPointerException for Maven-URL
Content from issues.jboss.org is not included.ENTESB-4489Prevent 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-4494Fix Maven worrisome message about repos without ids
Content from issues.jboss.org is not included.ENTESB-4496NoNode 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-4508HTTP proxy does not work for osgi:install and profile artifact resolution at the same time
Content from issues.jboss.org is not included.ENTESB-4574HTTP Gateway and URL parameters
Content from issues.jboss.org is not included.ENTESB-4610Fabric gateway fails because of incorrect use of ShutdownTracker
Content from issues.jboss.org is not included.ENTESB-4622Please 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-4742Default "org.osgi.framework.system.packages.extra" configuration should be empty
Content from issues.jboss.org is not included.ENTESB-4761Transitive Dependency on org.osgi.core 4.1.0 Breaks Unit Tests
Content from issues.jboss.org is not included.ENTESB-4770fix swagger dependencies in Fuse BOM
Content from issues.jboss.org is not included.ENTESB-4781fabric8 6.3 build fails with missing pom for quickstarts
Content from issues.jboss.org is not included.ENTESB-4796Setting 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-4820mvn 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-4841Fabric8 - NullPointerException from GitDataStore when having hostname with underscore
Content from issues.jboss.org is not included.ENTESB-4845java.lang.ClassNotFoundException: net.sf.ehcache.distribution.RMICachePeer_Stub (no security manager: RMI class loader disabled)
Content from issues.jboss.org is not included.ENTESB-4862Hawtio-Viewing history on profile files throws exception
Content from issues.jboss.org is not included.ENTESB-48866.2.1 Patching mechanism should support applying rollup patch to non-fabric child containers
Content from issues.jboss.org is not included.ENTESB-4888OSGi configurations to the feature does not work in fabric mode if config name contains "-" character.
Content from issues.jboss.org is not included.ENTESB-4894fabric:create command terminates a script
Content from issues.jboss.org is not included.ENTESB-4902Fuse 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-4918The fabric:profile-export Command Does Not Export Sub-folders or Specific Profiles
Content from issues.jboss.org is not included.ENTESB-4939When Creating a A Fabric with External Repo Configuration is Lost Unless Manually Edited in Files
Content from issues.jboss.org is not included.ENTESB-4946wiring chain issue with package javax.servlet.http
Content from issues.jboss.org is not included.ENTESB-4956Fabric8 HTTP gateway does not respond to container version changes without a restart
Content from issues.jboss.org is not included.ENTESB-4957missing package org.apache.geronimo.osgi.locator for features:install pax-*-tomcat
Content from issues.jboss.org is not included.ENTESB-4970Http gateway logs "listening at port 9000" before being unable to bind to that port.
Content from issues.jboss.org is not included.ENTESB-4971admin permission is added to first user in users.propertie automatically by fabric:create command
Content from issues.jboss.org is not included.ENTESB-4992patch:add allows to add empty folder
Content from issues.jboss.org is not included.ENTESB-4994repeated 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-5012Unnecessary 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-5022Authentication Error when Adding Containers to Ensemble
Content from issues.jboss.org is not included.ENTESB-5029A 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-5034container-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-5060fabric:create causes java.lang.NullPointerException
Content from issues.jboss.org is not included.ENTESB-5065localhost:8181/hawtio/index.html not available (404)
Content from issues.jboss.org is not included.ENTESB-5075Fabric - issue with external git repo and provisioning
Content from issues.jboss.org is not included.ENTESB-5085Patch commands are only available with Fabric container provisioned with the jboss-fuse-full profile
Content from issues.jboss.org is not included.ENTESB-5105Some 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-5107Cannot create fabric with user as member as Administrator group via bin/client script
Content from issues.jboss.org is not included.ENTESB-5109fabric:join command should display a message if container is already connected to fabric
Content from issues.jboss.org is not included.ENTESB-5119Problem 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-5124cxf/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-5172Unable to install cxf-secure-rest quickstart
Content from issues.jboss.org is not included.ENTESB-5174WARN from jetty happens very regular
Content from issues.jboss.org is not included.ENTESB-5175All containers have to run while executing fabric:wait-for-provisioning
Content from issues.jboss.org is not included.ENTESB-5179Maven proxy behavior broken
Content from issues.jboss.org is not included.ENTESB-5186container-stop operation may report wrong outcome
Content from issues.jboss.org is not included.ENTESB-5191Apparent 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-5213Bump licence headers to 2016
Content from issues.jboss.org is not included.ENTESB-5225fabric: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-5242Patch:show command throws NPE in case of inexistent patch
Content from issues.jboss.org is not included.ENTESB-5253Profile update via git results in CheckoutConflictException
Content from issues.jboss.org is not included.ENTESB-5254Container-create-ssh does not respect --new-user and --new-user-password
Content from issues.jboss.org is not included.ENTESB-5257jsr311-api bundle not included in the distro
Content from issues.jboss.org is not included.ENTESB-5298profile-export does not export profiles
Content from issues.jboss.org is not included.ENTESB-5361Container-delete does not fail when the credentials are invalid
Content from issues.jboss.org is not included.ENTESB-5395Wildcard 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-5400ChildContainers don't have correct RBAC configuration.
Content from issues.jboss.org is not included.ENTESB-5402SSHContainers don't have correct RBAC configuration.
Content from issues.jboss.org is not included.ENTESB-5424Pushing invalid branch name to fabric git breaks version-list
Content from issues.jboss.org is not included.ENTESB-5433Fabric8 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-5437Fabric HTTP GW does not recognize query params
Content from issues.jboss.org is not included.ENTESB-5443fabric8 jboss-fuse-full profile is missing some ACL entries for fabric:* commands
Content from issues.jboss.org is not included.ENTESB-5448camel-cxf-contract-first building fails with ibm1.8 java
Content from issues.jboss.org is not included.ENTESB-5453beginner/camel-log example uses invalid timer value
Content from issues.jboss.org is not included.ENTESB-5456java.lang.NullPointerException at io.fabric8.insight.elasticsearch.plugin.InsightIndicesHousekeeperService
Content from issues.jboss.org is not included.ENTESB-5461profile-refresh command does not update the content of added features.xml
Content from issues.jboss.org is not included.ENTESB-5463Creating version with invalid name responds with Profile name is invalid
Content from issues.jboss.org is not included.ENTESB-5475Missing javax.mail jar with the correct version
Content from issues.jboss.org is not included.ENTESB-5478Downloading of artifacts is frozen due to some file locks in local repository
Content from issues.jboss.org is not included.ENTESB-5488SSH container cannot resolve SNAPSHOT artifacts uploaded to fabric
Content from issues.jboss.org is not included.ENTESB-5490fabric: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-5513Fabric 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-5562fabric:create should validate the value passed to "resolver" param
Content from issues.jboss.org is not included.ENTESB-5591Fabric 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-5635fabric 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-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5682Status of installed 6.2.1 R2 and R3 patch on standalone container is false
Content from issues.jboss.org is not included.ENTESB-5691Remove 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-5714JVM options for Fabric managed containers are not aligned
Content from issues.jboss.org is not included.ENTESB-5716Can't create child on 111, 115
Content from issues.jboss.org is not included.ENTESB-5728Hawtio 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-5759A lot of connection refused in log when creating ssh in offline mode
Content from issues.jboss.org is not included.ENTESB-5760Can't create child on ssh container
Content from issues.jboss.org is not included.ENTESB-5761Ssh container in offline mode contains PatchException: can't find baseline
Content from issues.jboss.org is not included.ENTESB-5762Can't resolve any of the quickstarts in build #125
Content from issues.jboss.org is not included.ENTESB-5816Changing ZooKeeper settings invalidates ZK client session
Content from issues.jboss.org is not included.ENTESB-5820HTTP gateway does not show CXF endpoints after container restart
Content from issues.jboss.org is not included.ENTESB-5832Fabric - Wiki: Void profiles version "container-history" appeared
Content from issues.jboss.org is not included.ENTESB-5836PatchException during AMQ container fabric:join
Content from issues.jboss.org is not included.ENTESB-5854etc/org.apache.karaf.features.cfg overwritten with default values on first start
Content from issues.jboss.org is not included.ENTESB-5898instance.properties not updated after ensemble-add
Content from issues.jboss.org is not included.ENTESB-5904jmx.acl.whitelist.properties across profiles
Content from issues.jboss.org is not included.ENTESB-5914patch:add allows to add incorrect file
Content from issues.jboss.org is not included.ENTESB-5926rest and secure-rest quickstarts do not work on fabric
Content from issues.jboss.org is not included.ENTESB-5935intermittent ServerModel LinkageError when connecting to ssh container
Content from issues.jboss.org is not included.ENTESB-5938After Multiple Profile Deployments Fabric Container Runs Out of PermGen Space
Content from issues.jboss.org is not included.ENTESB-5947Increase default ZooKeeper Retry and Retry Interval
Content from issues.jboss.org is not included.ENTESB-5951Shell SCR bundle redeploy loop with camel-amq quickstart
Content from issues.jboss.org is not included.ENTESB-5957Many fabric8 patching tests are failing on windows with UnsupportedOperationException
Content from issues.jboss.org is not included.ENTESB-5958Fabric - 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-5986REST Endpoints are registered under /fabric/registry/clusters/apis/ws/ instead of ..apis/rest
Content from issues.jboss.org is not included.ENTESB-6003handle PID file delete during patching
Content from issues.jboss.org is not included.ENTESB-6011Unable to patch fabric root container, when registered as system service on windows
Content from issues.jboss.org is not included.ENTESB-6032Unable to rollback standalone child container
Content from issues.jboss.org is not included.ENTMQ-1314PatchException: Invalid baseline-root-amq-6.2.1.redhat-071 specified
Content from issues.jboss.org is not included.ENTMQ-1517The jboss-a-mq-6.3.0.redhat-012.zip does not startup properly
Content from issues.jboss.org is not included.ENTMQ-1724Broker 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-3092Remove ${services-${karaf.framework}} variables from org.osgi.framework.system.capabilities
Content from issues.apache.org is not included.KARAF-4155Fall 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

5.10. Management Console - 6.3.0

Table 5.10, “Issues Resolved in 6.3.0:” lists the issues resolved between Fuse MQ Enterprise 7.1 and 6.3.0.

Table 5.10. Issues Resolved in 6.3.0:

Issue NumberDescription
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-3387RH Access - Links in RHA main menu vanish when mouse over
Content from issues.jboss.org is not included.ENTESB-3504The labels for the Actions submenu on the Wiki page disappear on mouse over
Content from issues.jboss.org is not included.ENTESB-3515Hawtio provides delete button for root container but it cannot be delete
Content from issues.jboss.org is not included.ENTESB-3956OSGi: fast switching OSGi tabs causes exception
Content from issues.jboss.org is not included.ENTESB-3957OSGi - 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-4021Camel: Route diagram isn't displayed in IE
Content from issues.jboss.org is not included.ENTESB-4055Improve Hawt.io Performance
Content from issues.jboss.org is not included.ENTESB-4080Can't delete queue created in Hawtio when name contains ":"
Content from issues.jboss.org is not included.ENTESB-4165ActiveMQ - Chart: PersistenceAdapter tree item has "View chart' under Chart tab and no data
Content from issues.jboss.org is not included.ENTESB-4166ActiveMQ - Browse: Checkboxes at message rows works badly after messages list is manually refreshed
Content from issues.jboss.org is not included.ENTESB-4176Camel - Camel Contexts - Attributes: Wrong ordering of some columns with text
Content from issues.jboss.org is not included.ENTESB-4177Camel - Camel Contexts - Attributes: Contexts table isn't refreshed after any context deleted
Content from issues.jboss.org is not included.ENTESB-4183Filtering is case sensitive
Content from issues.jboss.org is not included.ENTESB-4185OSGi - Bundles - Table view: Ordering of Version column content is wrong
Content from issues.jboss.org is not included.ENTESB-4186OSGi - Features: Filtering is case sensitive
Content from issues.jboss.org is not included.ENTESB-4193OSGi - Services: Bundle (number value) colomn ordering is lexicographical
Content from issues.jboss.org is not included.ENTESB-4194OSGi - Declarative Services: Activate button is enabled when Activated service is selected, Deactivate as well
Content from issues.jboss.org is not included.ENTESB-4209Preferences - Core - Host identification: All colors in color palette are white (IE10)
Content from issues.jboss.org is not included.ENTESB-4219About page contains unneccessarily 2 same links
Content from issues.jboss.org is not included.ENTESB-4232Containers - Profiles: Stop, Start, Delete buttons shouldn't be there
Content from issues.jboss.org is not included.ENTESB-4234Container detail - Provision list: Filtering is case sensitive
Content from issues.jboss.org is not included.ENTESB-4246Fabric - Wiki: Deleting default version causes exception and disables Wiki page
Content from issues.jboss.org is not included.ENTESB-4253Fabric - Services - APIs: "APIs, Container, Version" table columns allow only one direction of ordering
Content from issues.jboss.org is not included.ENTESB-4256Fabric - Services - EIPs: Diagram filtering is case sensitive
Content from issues.jboss.org is not included.ENTESB-4331Cross Site Scripting Vulnerabilities
Content from issues.jboss.org is not included.ENTESB-4350Camel on EAP - filtering is not working
Content from issues.jboss.org is not included.ENTESB-4352Camel on EAP - Route Diagram - ns_error_failure
Content from issues.jboss.org is not included.ENTESB-4365Unnecessary down arrow
Content from issues.jboss.org is not included.ENTESB-4366Camel on EAP - Routes - Clear messages should delete message
Content from issues.jboss.org is not included.ENTESB-4370Camel Debug - Create breakpoint button is not intuitive
Content from issues.jboss.org is not included.ENTESB-4372Cross in filter field is not unified
Content from issues.jboss.org is not included.ENTESB-4375Fabric - Services - APIs: Quickstarts link points to a blank page
Content from issues.jboss.org is not included.ENTESB-4379Camel on EAP - Creating endpoint without choosing component
Content from issues.jboss.org is not included.ENTESB-4380Camel on EAP - checkboxes are not editable
Content from issues.jboss.org is not included.ENTESB-4381Camel on EAP - Type converters - Enable/Disable statistics
Content from issues.jboss.org is not included.ENTESB-4385ContextCreateHandler executed on non camel enabled deployments
Content from issues.jboss.org is not included.ENTESB-4391Null user on EAP
Content from issues.jboss.org is not included.ENTESB-4404No automatic reload after Camel Preferences change
Content from issues.jboss.org is not included.ENTESB-4405Preferences - ID label does not work
Content from issues.jboss.org is not included.ENTESB-4407Camel on EAP - Showing / Hiding Inflight counter does not work
Content from issues.jboss.org is not included.ENTESB-4417Preferences - Server Logs: Log batch size setting doesn't work
Content from issues.jboss.org is not included.ENTESB-4418Camel - two Create Endpoint buttons do different things
Content from issues.jboss.org is not included.ENTESB-4516Location of containers is displayed differently under Containers and Services tabs
Content from issues.jboss.org is not included.ENTESB-4575OSGi - getElementsByTagName error
Content from issues.jboss.org is not included.ENTESB-4766Authorization not working for Hawtio on EAP
Content from issues.jboss.org is not included.ENTESB-4862Hawtio-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-4919Child container does not inherit the location from its parent
Content from issues.jboss.org is not included.ENTESB-4928Missing convertBodyTo icon
Content from issues.jboss.org is not included.ENTESB-4933When cxf service is deployed to child container SwaggerFeature uses root container port instead
Content from issues.jboss.org is not included.ENTESB-4934Possible to Create Duplicate Container Processes in Hawtio
Content from issues.jboss.org is not included.ENTESB-4937Hawtio fails to show custom bundles in OSGi default view
Content from issues.jboss.org is not included.ENTESB-4996Viewer role able to create/delete queues and messages via Hawtio
Content from issues.jboss.org is not included.ENTESB-5013hawtio jetty threadpools tab shows no data
Content from issues.jboss.org is not included.ENTESB-5037Hawtio - clicking on Services/EIPs results in java.lang.SecurityException: Authentication Failed
Content from issues.jboss.org is not included.ENTESB-5059Fabric - Wiki: Several icons missing in the left navigation with checkboxes
Content from issues.jboss.org is not included.ENTESB-5062Fabric: missing all tabs except "Containers"
Content from issues.jboss.org is not included.ENTESB-5088Hawtio JavaScript error when accessing Quartz tab
Content from issues.jboss.org is not included.ENTESB-5191Apparent mismatch between command count with tab completion
Content from issues.jboss.org is not included.ENTESB-5196Vanishing items at various menus
Content from issues.jboss.org is not included.ENTESB-5198Logs: Often Parse error when loading logs
Content from issues.jboss.org is not included.ENTESB-5199Fabric - Containers - Profiles: Clicking profile's tags causes exception
Content from issues.jboss.org is not included.ENTESB-5200Fabric - Containers,Services: Remove Stop button when Root container selected
Content from issues.jboss.org is not included.ENTESB-5209Deleting topics doesn't have a confirmation dialog
Content from issues.jboss.org is not included.ENTESB-5213Bump licence headers to 2016
Content from issues.jboss.org is not included.ENTESB-5226Hawtio change behavior of Activate/Deactivate buttons in OSGi/Declarative Services
Content from issues.jboss.org is not included.ENTESB-5244Fabric - Wiki - Delete version dialog: Change warning for default version
Content from issues.jboss.org is not included.ENTESB-5252Clicking on Jetty tab shows "Are you sure?" screen for a moment
Content from issues.jboss.org is not included.ENTESB-5324Health tab in Hawtio not being displayed for fabric containers
Content from issues.jboss.org is not included.ENTESB-5441Scaling Save and Cancel buttons are not disabled after cancel
Content from issues.jboss.org is not included.ENTESB-5525Fabric - Containers - Location: Filtering field filters containers instead of locations
Content from issues.jboss.org is not included.ENTESB-5566Multiple roles defined in hawtio.roles property not working in EAP
Content from issues.jboss.org is not included.ENTESB-5596OSGi - Declarative Services - {{row.id}} shows up
Content from issues.jboss.org is not included.ENTESB-5622User with Read-only privilege can delete/move messages through hawtio
Content from issues.jboss.org is not included.ENTESB-5629Authenticator.checkIfSubjectHasRequiredRoleOnWebsphere method is missing logic to handle multiple roles
Content from issues.jboss.org is not included.ENTESB-5647Need to add MRRC earlyaccess repo
Content from issues.jboss.org is not included.ENTESB-5657Fabric - Profiles - Deploy: Creating a new container with profiles version other than default fails
Content from issues.jboss.org is not included.ENTESB-5768Fabric - Wiki - profile detail: typing in add artifact field is mirrored to another text field
Content from issues.jboss.org is not included.ENTESB-5818Upgrade httpclient version to latest, at a minimum > 4.3.4
Content from issues.jboss.org is not included.ENTESB-5921There is not Delete button in Hawtio for SSH container
Content from issues.jboss.org is not included.ENTESB-5935intermittent ServerModel LinkageError when connecting to ssh container
Content from issues.jboss.org is not included.ENTESB-5958Fabric - 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-5976Hawtio on EAP shows wrong Context Root
Content from issues.jboss.org is not included.ENTMQ-1078Some characters in the name of queue should not be allowed
Content from issues.jboss.org is not included.ENTMQ-1850ActiveMQ - Browse: Un/checking all messages doesn't work properly after any message deleted

5.11. JON Plug-Ins

Table 5.11, “JON Plug-In Issues Resolved in 6.3.0” lists the issues resolved in version 6.3.0.

Table 5.11. JON Plug-In Issues Resolved in 6.3.0

IssueDescription
Content from issues.jboss.org is not included.ENTESB-5213Bump licence headers to 2016
Content from issues.jboss.org is not included.FUSEJON-128StorePercentUsage measurement value is returned by the plug-in as an integer rather then decimal

Chapter 6. Enhancements

6.1. General - 6.3.0

Table 6.1, “General Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.1. General Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-4221Please tidy up jetty port references in our configuration files
Content from issues.jboss.org is not included.ENTESB-4479Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option
Content from issues.jboss.org is not included.ENTESB-4685Package javadocs with distro
Content from issues.jboss.org is not included.ENTESB-5246Security Enhancements To Address Vulnerabilities
Content from issues.jboss.org is not included.ENTMQ-1473[A-MQ, Kahadb] change default config/behaviour to shutdown broker when "java.io.IOException: No space left on device"
Content from issues.jboss.org is not included.ENTESB-4386Use system specific init scripts
Content from issues.jboss.org is not included.ENTESB-5050Package Javadoc for Karaf
Content from issues.jboss.org is not included.ENTESB-4296Patch management needs a productised build
Content from issues.jboss.org is not included.ENTESB-5451Remove legacy patch artifacts from Fuse 6.3
Content from issues.jboss.org is not included.ENTESB-5803[patching] split patch-core to impl and api bundles

6.2. Messaging - 6.3.0

Table 6.2, “Messaging Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.2. Messaging Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-3176Set OriginalDestination AMQ message property before sending it to DLQ
Content from issues.jboss.org is not included.ENTESB-4135Update to the JMS 2.0 API
Content from issues.jboss.org is not included.ENTMQ-1432[A-MQ,kahadb] add configuration so broker will not start if storeUsage limit is not available on the disk
Content from issues.jboss.org is not included.ENTMQ-1498Work with JMS 2.0 osgi dependency
Content from issues.jboss.org is not included.ENTMQ-1525[A-MQ, RuntimeConfigurationBroker] allowing policy that applies to multiple destination to be updated.
Content from issues.jboss.org is not included.ENTMQ-1528JDBC Concurrency
Content from issues.jboss.org is not included.ENTMQ-1628Stand-alone A-MQ has DBCP2, whilst OSGi version has DBCP1.4
Content from issues.jboss.org is not included.ENTMQ-1836Temporary store index/log files splitting
Content from issues.jboss.org is not included.ENTMQ-1885configurable hostname for published address strategy
Content from issues.apache.org is not included.AMQ-5289Track forwards across a network in destination statistics
Content from issues.apache.org is not included.AMQ-5578preallocate journal files
Content from issues.apache.org is not included.AMQ-5603Consider preallocation of journal files in batch increments
Content from issues.apache.org is not included.AMQ-5621Unit tests cleanup
Content from issues.apache.org is not included.AMQ-5636Upgrade the bundled DBCP component. The current one is very old and buggy.
Content from issues.apache.org is not included.AMQ-5845AMQP: Include broker version information in the Connection properties
Content from issues.apache.org is not included.AMQ-6001AMQP: Refill sender credit faster to avoid throttling fast producers
Content from issues.apache.org is not included.AMQ-6015AMQP: Report more meaningful error conditions when an incoming send fails
Content from issues.apache.org is not included.AMQ-6077Better configuration of restricted classes for clients
Content from issues.apache.org is not included.AMQ-6100Virtual topic message destination should be the target queue
Content from issues.apache.org is not included.AMQ-6116Improve security context authorization cache
Content from issues.apache.org is not included.AMQ-6126The corePoolSize value of the TaskRunnerFactory created Executor should be configurable
Content from issues.apache.org is not included.AMQ-6147AMQP: Update Proton-J to 0.12.1
Content from issues.apache.org is not included.AMQ-6149Pre-configure jolokia
Content from issues.apache.org is not included.AMQ-6164queue sendLock prevents concurrent journal updates
Content from issues.apache.org is not included.AMQ-6167examples/other/perfharness misses readme and uses broken link.
Content from issues.apache.org is not included.AMQ-6184Improve nio transport scalability
Content from issues.apache.org is not included.AMQ-6203KahaDB: Allow rewrite of message acks in older logs which prevent cleanup
Content from issues.apache.org is not included.AMQ-6228Max Frame Size Error exception shows incorrect values at times
Content from issues.apache.org is not included.AMQ-6239Performance issue in PrioritizedPendingListIterator
Content from issues.apache.org is not included.AMQ-6259Enable configuration for mqtt-over-ws transport
Content from issues.apache.org is not included.AMQ-6276Remove fileserver webapp
Content from issues.apache.org is not included.AMQ-6277KahaDB does journal recovery for last append in error in normal restart case
Content from issues.apache.org is not included.AMQ-6278Revisit the log level in LeaseDatabaseLocker
Content from issues.apache.org is not included.AMQ-6292ACK rewrite task does unnecessary syncs
Content from issues.apache.org is not included.AMQ-6304Container-id field blank on sending an AMQP 1.0 open frame to the client
Content from issues.apache.org is not included.AMQ-6336QueueBrowser delivers expired messages
Content from issues.apache.org is not included.AMQ-6403Allow splitting the temporary message store
Content from issues.apache.org is not included.CAMEL-8522Set OriginalDestination AMQ message property before sending it to DLQ
Content from issues.apache.org is not included.AMQ-3519Allow getJMSRedelivered flag to survive a restart
Content from issues.apache.org is not included.AMQ-5847AMQP: Support transactions that span multiple session for a single TXN
Content from issues.apache.org is not included.AMQ-6037AMQP: Add support for sending scheduled message using message annotations
Content from issues.apache.org is not included.AMQ-6362Add an option to time out connection attempts when blocked in ensureConnectionInfoSent
Content from issues.jboss.org is not included.ENTMQ-1659Consider preallocation of journal files in batch increments
Content from issues.apache.org is not included.AMQ-5962Update HTTP Client and Core versions
Content from issues.apache.org is not included.AMQ-5980Update to the latest Jetty version
Content from issues.apache.org is not included.AMQ-6084Have an option to error out if a limit is exceeded
Content from issues.apache.org is not included.AMQ-5957Update outdated dependencies used by broker.
Content from issues.apache.org is not included.AMQ-6044AMQP: Add support for testing transactions with the test client.
Content from issues.apache.org is not included.AMQ-6093Remove deprecated getXURL methods from the BrokerServiceMBean
Content from issues.apache.org is not included.AMQ-6107AMQP: Remove deprecated prefetch size configuration option from the transport
Content from issues.apache.org is not included.AMQ-6178AMQP: Update Qpid JMS to 0.9.0
Content from issues.apache.org is not included.AMQ-6181Upgrade to Joda-time 2.9
Content from issues.apache.org is not included.AMQ-6309AMQP: Static code analysis of activemq-amqp
Content from issues.jboss.org is not included.ENTESB-56363rd party alignments - built from source strict alignments
Content from issues.jboss.org is not included.ENTMQ-1565The Readme File For The Stomp Extras Example Needs More Details

6.3. SwitchYard

Table 6.3, “SwitchYard Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.3. SwitchYard Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-4135Update to the JMS 2.0 API
Content from issues.jboss.org is not included.ENTESB-4479Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option
Content from issues.jboss.org is not included.ENTESB-4587SY: Support property replacement in 'from' and 'to' camel definitions
Content from issues.jboss.org is not included.ENTESB-4596SY: Property expansion for soap binding
Content from issues.jboss.org is not included.ENTESB-5100Transform message to String automatically in HttpMessageComposer#decompose method
Content from issues.jboss.org is not included.ENTESB-5162SOAP - Externalize binary content in the payload as an attachment automatically
Content from issues.jboss.org is not included.ENTESB-5239Upgrade Xalan bundle to 2.7.2_3
Content from issues.jboss.org is not included.ENTESB-5597Change endpoint in camel-bindy camel context
Content from issues.jboss.org is not included.ENTESB-4944Can't install switchyard-http
Content from issues.jboss.org is not included.ENTESB-5150Fuse 6.3 SwitchYard version alignment
Content from issues.jboss.org is not included.ENTESB-4196Align versions of JBoss Logging distributed in Fuse to 3.3.0.Final
Content from issues.jboss.org is not included.ENTESB-4448Upgrade SwitchYard to OverlordCommons 2.0.18.Final-redhat-2
Content from issues.jboss.org is not included.ENTESB-4824Resolve issues with CamelAMQPBindingQuickstartTest.java
Content from issues.jboss.org is not included.ENTESB-5021camel-dozer quickstart needs a Fuse section of instructions
Content from issues.jboss.org is not included.ENTESB-5412Re-enable tests in jboss-as7/standalone/dist/pom.xml
Content from issues.jboss.org is not included.ENTESB-56363rd party alignments - built from source strict alignments

6.4. Routing

Table 6.4, “Routing Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.4. Routing Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-4135Update to the JMS 2.0 API
Content from issues.jboss.org is not included.ENTESB-4597Review examples shipped in extras directory for camel & cxf
Content from issues.jboss.org is not included.ENTESB-5375Avoid creating an empty default Camel context in Camel CDI
Content from issues.jboss.org is not included.ENTESB-5877Support cassandra-core 3.x in camel-cassandraql feature and bundle
Content from issues.jboss.org is not included.ENTESB-5184Create camel component for ServiceNow
Content from issues.apache.org is not included.CAMEL-1002Quartz support should allow stateful jobs
Content from issues.apache.org is not included.CAMEL-1005should we have an annotation - maybe @Handler or something which can mark a method as being the default method invoked by the Bean Binding if no other Camel annotations are used to bind parameters
Content from issues.apache.org is not included.CAMEL-1011improve the Bean Ref usage on DOT files generated
Content from issues.apache.org is not included.CAMEL-1024[IDEA] could we refactor the expression implementations (invoking JavaScript / Groovy / Ruby / XPath / XQuery et al) so they are easy to invoke from any library - not just from an Exchange?
Content from issues.apache.org is not included.CAMEL-3907Component camel-sql needs the abiliity to process sql from the body of the exchange
Content from issues.apache.org is not included.CAMEL-4576Make exception throwing as flexible in XML as in Java DSL
Content from issues.apache.org is not included.CAMEL-4917To avoid to confuse end users, a different name should be used for output position of CSV and not position as now (pos vs postion)
Content from issues.apache.org is not included.CAMEL-5398Optimize String.replaceAll() to cache Patterns where suitable
Content from issues.apache.org is not included.CAMEL-5402Parameter Binding Annotations used for Camel Proxy
Content from issues.apache.org is not included.CAMEL-5452DoCatch doesn't notify ExchangeFailureHandledEvent
Content from issues.apache.org is not included.CAMEL-5561allow camel:run to auto detect OSGI-INF/*.xml for blueprint XML files or META-INF/beans.xml for CDI to avoid users having to customize camel-maven-plugin configuration on a per project basis
Content from issues.apache.org is not included.CAMEL-5857Add server side encryption to header options when constructing an ObjectMetadata for a PUT in the S3Producer
Content from issues.apache.org is not included.CAMEL-5958Bindy ignores bean class type
Content from issues.apache.org is not included.CAMEL-6062Placeholder cannot be determined in camel property definition
Content from issues.apache.org is not included.CAMEL-6094Cannot specify which converter to use when several can do the same conversion
Content from issues.apache.org is not included.CAMEL-6269MainSupport in camel-core should make it easier to have callbacks when starting / stopping etc
Content from issues.apache.org is not included.CAMEL-6338camel-cdi shouldn't use deltapsike bean manager provider in the CamelExtension
Content from issues.apache.org is not included.CAMEL-6406Add support to ObjectHelper.getException() for Java 1.7 Throwable.getSuppressed()
Content from issues.apache.org is not included.CAMEL-6439camel-jms - Add thread pool for handling timeout when doing request/reply and allow to configure this thread pool
Content from issues.apache.org is not included.CAMEL-6469Add StatusLine object to exchange in populateResponse
Content from issues.apache.org is not included.CAMEL-6646Support static method calls on OGNL expressions
Content from issues.apache.org is not included.CAMEL-6858Delayer EIP - Add JMX attribute to know if any messages are delayed
Content from issues.apache.org is not included.CAMEL-6913Add dynamic unmarshalling capability to JiBX data format
Content from issues.apache.org is not included.CAMEL-6934Create new Address for every openConnection call
Content from issues.apache.org is not included.CAMEL-6944Add exchangeId in the toString() method of the DefaultExchange
Content from issues.apache.org is not included.CAMEL-6955Migrate camel-hl7 and camel-syslog from mina to netty
Content from issues.apache.org is not included.CAMEL-7054CamelNetty - No way to get ChannelGroup
Content from issues.apache.org is not included.CAMEL-7193Assertions are applied an extra, unnecessary time after an assertion period
Content from issues.apache.org is not included.CAMEL-7247No way to 'abort' the onCompletion action of the MailConsumer
Content from issues.apache.org is not included.CAMEL-7454Camel-Quartz2 Scheduler Name Difference
Content from issues.apache.org is not included.CAMEL-7463Why tokenize (and some others) does not support properties substitution?
Content from issues.apache.org is not included.CAMEL-7474Error blocks mail-consumer
Content from issues.apache.org is not included.CAMEL-7528Aggregate - Allow aggregation repository to report back in-flight exchanges for in-memory repos
Content from issues.apache.org is not included.CAMEL-7638Use response input stream directly in http producer
Content from issues.apache.org is not included.CAMEL-7683Upgrade camel-hbase component to hbase 0.98.0-hadoop2
Content from issues.apache.org is not included.CAMEL-7753xslt component - Store warning/errors etc as exchange properties so end users can get hold of those
Content from issues.apache.org is not included.CAMEL-7800camel-swagger - Upgrade to swagger that is pure Java based
Content from issues.apache.org is not included.CAMEL-7813Make camel-jms more robust for replyTo
Content from issues.apache.org is not included.CAMEL-7905New option to ignore missing consumers on direct endpoints
Content from issues.apache.org is not included.CAMEL-7907Add support for JMSCorrelationIDAsBytes to jms component
Content from issues.apache.org is not included.CAMEL-7974Provide CircuitBreaker state in an exchange property
Content from issues.apache.org is not included.CAMEL-7985camel-test-blueprint - Upgrading to newer felix fails with NPE in fileinstall
Content from issues.apache.org is not included.CAMEL-8027Add ByteArrayCodec implementation for udp to camel-netty4
Content from issues.apache.org is not included.CAMEL-8075Camel sftp should send a command to check if the connection is broken
Content from issues.apache.org is not included.CAMEL-8147Using @ManagedResource on an Endpoint removes all the default JMX properties
Content from issues.apache.org is not included.CAMEL-8175camel-swagger - Add support for multiple CamelContexts
Content from issues.apache.org is not included.CAMEL-8243Enhance the Infinispan module to add support for HotRod events
Content from issues.apache.org is not included.CAMEL-8258camel-twitter - Support Streaming from User Endpoint including Direct Messages
Content from issues.apache.org is not included.CAMEL-8323Provide ability to specify node type
Content from issues.apache.org is not included.CAMEL-8381XML XSD enriched documentation should maybe word wrap for easier read in raw format
Content from issues.apache.org is not included.CAMEL-8392Upgrade Camel-Gora to Gora 0.6
Content from issues.apache.org is not included.CAMEL-8397Support Salesforce Analytics
Content from issues.apache.org is not included.CAMEL-8410Add stream caching for CxfPayload
Content from issues.apache.org is not included.CAMEL-8415DefaultExchangeHolder - Only transfer primitive headers/properties
Content from issues.apache.org is not included.CAMEL-8438[Aggregation] [Optimistic Locking] [Hazelcast] Binary representation of same exchanges are different
Content from issues.apache.org is not included.CAMEL-8446Camel Toolbox - Add support for @UriParam / @UriParams on component level
Content from issues.apache.org is not included.CAMEL-8452Camel route model - Preserve {{ }} placeholders in model
Content from issues.apache.org is not included.CAMEL-8459Java DSL - Align beanRef as bean to be similar to xml dsl
Content from issues.apache.org is not included.CAMEL-8468Usage of camel-xstream depends on TCCL
Content from issues.apache.org is not included.CAMEL-8473DeadLetterChannel - Add onPrepare
Content from issues.apache.org is not included.CAMEL-8478IdempotentRepository - Add clear operation
Content from issues.apache.org is not included.CAMEL-8483MongoDB Endpoints: Allow ReadPreference to be set on consumers
Content from issues.apache.org is not included.CAMEL-8488Java DSL - Improved CBR to detect if endChoice vs end was invalid used
Content from issues.apache.org is not included.CAMEL-8489camel-sjms - Allow to create empty message for null body
Content from issues.apache.org is not included.CAMEL-8491Camel POJO producer/consumer should defer starting until CamelContext is starting
Content from issues.apache.org is not included.CAMEL-8497Add extra capabilities to the github component
Content from issues.apache.org is not included.CAMEL-8503camel-jms - Have replyTo options for concurrent consumers
Content from issues.apache.org is not included.CAMEL-8506Add SEARCH operation to Elasticsearch component
Content from issues.apache.org is not included.CAMEL-8509camel-catalog - Add api to parse endpoint uri and reverse
Content from issues.apache.org is not included.CAMEL-8511Properties component - Add encoding option to use when reading the properties files
Content from issues.apache.org is not included.CAMEL-8512Simple - Add exchange as function to access the exchange easily
Content from issues.apache.org is not included.CAMEL-8513FTP consumer - Add option to use a larger buffer size so download is faster
Content from issues.apache.org is not included.CAMEL-8514camel-castor should depend on castor-xml
Content from issues.apache.org is not included.CAMEL-8516Salesforce component does not return the list of matching records for HTTP status code 300
Content from issues.apache.org is not included.CAMEL-8517Salesforce session handling must declare shared fields volatile
Content from issues.apache.org is not included.CAMEL-8522Set OriginalDestination AMQ message property before sending it to DLQ
Content from issues.apache.org is not included.CAMEL-8523Spring Boot should automagically load XML routes definitions from classpath
Content from issues.apache.org is not included.CAMEL-8525Aggregate - Expose statistics about completed exchanges
Content from issues.apache.org is not included.CAMEL-8526EIPs - Expose more statistics for the different EIPs in Java and JMX
Content from issues.apache.org is not included.CAMEL-8527Processor in routes should be IdAware so we can easily map from/to its model definition
Content from issues.apache.org is not included.CAMEL-8528rest-dsl - Allow producers to control what content-type header to return
Content from issues.apache.org is not included.CAMEL-8532Spring Boot applications should block the main thread of the execution
Content from issues.apache.org is not included.CAMEL-8541Camel main TestSupport class is incompatible with the CDI specification
Content from issues.apache.org is not included.CAMEL-8543Support easy configuration of HTTP proxy parameters for Camel salesforce component and maven plugin
Content from issues.apache.org is not included.CAMEL-8544Camel - Dynamic router - unsupported cacheSize attribute
Content from issues.apache.org is not included.CAMEL-8545Allow camel-swagger component to run in an internal container
Content from issues.apache.org is not included.CAMEL-8552camel-jackson should provide Map => Object converter
Content from issues.apache.org is not included.CAMEL-8554camel-jackson should provide Map => Object converter
Content from issues.apache.org is not included.CAMEL-8558Camel Catalog - Add humanize component name
Content from issues.apache.org is not included.CAMEL-8560camel-mail - Make it easier to configure sort term in XML DSL
Content from issues.apache.org is not included.CAMEL-8561Camel Catalog - Add better description of components and others
Content from issues.apache.org is not included.CAMEL-8562Removing a route - Should check if the route input endpoint is static and used by other routes
Content from issues.apache.org is not included.CAMEL-8564Add support for dataformat ref parameter
Content from issues.apache.org is not included.CAMEL-8569Ability to easily extract email attachments
Content from issues.apache.org is not included.CAMEL-8571Split EIP - Should use new message id per splitted message
Content from issues.apache.org is not included.CAMEL-8572Upgrade aws sdk java version and add support for DynamoDB v2
Content from issues.apache.org is not included.CAMEL-8576Added a option to let camel netty take the message body as byte buffer
Content from issues.apache.org is not included.CAMEL-8579Upgrade to jclouds 1.9.x
Content from issues.apache.org is not included.CAMEL-8586File component optimization required for file response body
Content from issues.apache.org is not included.CAMEL-8593JmsEndpoint.configureListenerContainer() some debug logs miss {}
Content from issues.apache.org is not included.CAMEL-8598Set default timeouts on workflows registered by the camel-aws / aws-swf component
Content from issues.apache.org is not included.CAMEL-8600Change the ftp default separator to be Unix style
Content from issues.apache.org is not included.CAMEL-8601Add Support for SFDC-specific Field Types To The Camel SFDC Component
Content from issues.apache.org is not included.CAMEL-8615Update Dropbox-core-sdk from 1.7.6 to 1.7.7
Content from issues.apache.org is not included.CAMEL-8616Update Twitter4j to latest version
Content from issues.apache.org is not included.CAMEL-8617camel-vertx - Add timeout during startup to wait for EventBus to be ready
Content from issues.apache.org is not included.CAMEL-8618Camel Catalog - Remove the label commands
Content from issues.apache.org is not included.CAMEL-8620Update LightCouch version from 0.1.3 to 0.1.6
Content from issues.apache.org is not included.CAMEL-8621Update Apache Kafka version from 0.8.1.1 to 0.8.2.0
Content from issues.apache.org is not included.CAMEL-8622Update Apache PdfBox from version 1.6.0 to version 1.8.9
Content from issues.apache.org is not included.CAMEL-8623Update Dropwizard Metrics from version 3.1.0 to 3.1.1
Content from issues.apache.org is not included.CAMEL-8632httpBindingRef & httpBinding for the servlet component documentation
Content from issues.apache.org is not included.CAMEL-8634Wire tap - Should emit event notification about sending to tapped endpoint
Content from issues.apache.org is not included.CAMEL-8635XStream no longer supports dynamic CL updates
Content from issues.apache.org is not included.CAMEL-8640BacklogTracer allocates 100k elements for an array even it is not enabled
Content from issues.apache.org is not included.CAMEL-8642Support to use custom classloader when deserializeJavaObjectFromStream in HttpHelper
Content from issues.apache.org is not included.CAMEL-8645Camel Netty component should not intercept consumers with httpMethodRestrict=OPTIONS
Content from issues.apache.org is not included.CAMEL-8647Make Camel OSGI Extender Subsystem-Aware
Content from issues.apache.org is not included.CAMEL-8653camel-kafka need to commit the last batch offset when shutdown the consumer
Content from issues.apache.org is not included.CAMEL-8666Infinispan add other operations to the available
Content from issues.apache.org is not included.CAMEL-8670Add spring-ws:uripath endpoint mapping
Content from issues.apache.org is not included.CAMEL-8681Camel-Infinispan: use Lifespan and Max Idle Time in the implementation
Content from issues.apache.org is not included.CAMEL-8684Load balancer model should not implement processor
Content from issues.apache.org is not included.CAMEL-8685Netty should resolve OPTIONS prefix matches earlier
Content from issues.apache.org is not included.CAMEL-8686Camel-Infinispan Replace operation can use options Lifespan and Max Idle Time
Content from issues.apache.org is not included.CAMEL-8691Camel-docker: Add FollowRedirects and LoggingFilter options to client configuration
Content from issues.apache.org is not included.CAMEL-8692Improve the PredicateBuilder with the missing vargs and list or helper method
Content from issues.apache.org is not included.CAMEL-8693java.net.URISyntaxException: Invalid uri syntax: Trailing & marker found error should be configurable or skipped
Content from issues.apache.org is not included.CAMEL-8695Update apns library to 1.0.0.Beta6
Content from issues.apache.org is not included.CAMEL-8698Camel-Infinispan: Add size operation
Content from issues.apache.org is not included.CAMEL-8700Camel-OpenShift: Add new operations to available set
Content from issues.apache.org is not included.CAMEL-8703Camel-Openshift: Scaling management operations and gitUrl feature
Content from issues.apache.org is not included.CAMEL-8706Increase set of parameters for elasticsearch component
Content from issues.apache.org is not included.CAMEL-8709Camel-Infinispan: Add Async operations to available set
Content from issues.apache.org is not included.CAMEL-8710Make auth configurable for Google app components
Content from issues.apache.org is not included.CAMEL-8711JMS Session not exposed to Camel route
Content from issues.apache.org is not included.CAMEL-8712User the Netty Timer per Component
Content from issues.apache.org is not included.CAMEL-8714Camel-Openshift: Add Environment Variables management
Content from issues.apache.org is not included.CAMEL-8716camel-http - Make it easier to extend DefaultHttpBinding and have default no-arg ctr
Content from issues.apache.org is not included.CAMEL-8725explainEndpointJson should order the options according to the given order from the endpoint
Content from issues.apache.org is not included.CAMEL-8726Camel-Openshift: Add multiple environment variables to application
Content from issues.apache.org is not included.CAMEL-8728Hazelcast idempotent repository - Should use locks
Content from issues.apache.org is not included.CAMEL-8729Add query all capabilities in hazelcast map producers
Content from issues.apache.org is not included.CAMEL-8730Camel-Hazelcast: Add replace operation to map producer
Content from issues.apache.org is not included.CAMEL-8731Camel-Hazelcast: Add clear operation to map and multimap producers
Content from issues.apache.org is not included.CAMEL-8732File consumer - Allow to sort by random
Content from issues.apache.org is not included.CAMEL-8733Camel-Hazelcast: Add the possibility to specify a ttl related to a specific key
Content from issues.apache.org is not included.CAMEL-8734camel-netty-http - Should ignore case of context-path
Content from issues.apache.org is not included.CAMEL-8735Camel-Hazelcast: Add putIfAbsent operation to map producer
Content from issues.apache.org is not included.CAMEL-8736Create new component using Hazelcast JCache implementation
Content from issues.apache.org is not included.CAMEL-8739Camel-Hazelcast: Add Replicated Map support
Content from issues.apache.org is not included.CAMEL-8750Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value
Content from issues.apache.org is not included.CAMEL-8752camel-fop - Allow to set output format easier
Content from issues.apache.org is not included.CAMEL-8753camel-twitter - Allow to configure http proxy on component level
Content from issues.apache.org is not included.CAMEL-8755No Message History on deadLetterChannel
Content from issues.apache.org is not included.CAMEL-8761Idempotent Consumer EIP - Allow to commit when EIP scope ends
Content from issues.apache.org is not included.CAMEL-8763Default error handler should use default redelivery delay of 1 sec
Content from issues.apache.org is not included.CAMEL-8766camel-cache - CacheConfiguration - parseURI not needed
Content from issues.apache.org is not included.CAMEL-8767camel-elasticsearch - ElasticsearchConfiguration should be a plain pojo
Content from issues.apache.org is not included.CAMEL-8779camel-mail - Message copy can be optimized if mapMessage=false
Content from issues.apache.org is not included.CAMEL-8790Kafka producer hard coded to use Strings
Content from issues.apache.org is not included.CAMEL-8795camel-kafka - Support for Scala 2.11
Content from issues.apache.org is not included.CAMEL-8799Make it possible for JsonPath to suppress PathNotFoundException
Content from issues.apache.org is not included.CAMEL-8801CamelContext auto-configuration should be conditional
Content from issues.apache.org is not included.CAMEL-8807camel-ftp - Add option to turn off sendNoop as alive check
Content from issues.apache.org is not included.CAMEL-8811No data coding headers in deliverSM
Content from issues.apache.org is not included.CAMEL-8818Set default for SO_TIMEOUT in camel-ftp
Content from issues.apache.org is not included.CAMEL-8820Allow to do post logic when creating expression/predicate from routes
Content from issues.apache.org is not included.CAMEL-8821Support to disable the stream caching in camel-servlet from the camel context
Content from issues.apache.org is not included.CAMEL-8824Add startTimestamp to JMX attributes
Content from issues.apache.org is not included.CAMEL-8826Add timezone parameter to Cron Scheduler Route Policy
Content from issues.apache.org is not included.CAMEL-8835Replace PojoSR with felix-connect
Content from issues.apache.org is not included.CAMEL-8836Remove the joda-time bundle camel-elasticsearch
Content from issues.apache.org is not included.CAMEL-8842Camel-Hazelcast: Add addAll and removeAll operation to list
Content from issues.apache.org is not included.CAMEL-8843Camel-AWS EC2: Add DescribeInstancesStatus operation to available set
Content from issues.apache.org is not included.CAMEL-8844Treat absolute FTP directories as invalid and convert to relative
Content from issues.apache.org is not included.CAMEL-8845Property placeholder - service lookup should use underscore instead of dash
Content from issues.apache.org is not included.CAMEL-8846camel-archetype-web - Should use servlet as example
Content from issues.apache.org is not included.CAMEL-8849Camel-Hazelcast: Add retainAll operation to list
Content from issues.apache.org is not included.CAMEL-8850Camel-AWS EC2: Add rebootInstances operation
Content from issues.apache.org is not included.CAMEL-8851Camel-AWS EC2: Enabling/Disabling monitoring on instances
Content from issues.apache.org is not included.CAMEL-8852Camel JCR doesnt include Connection to a repository workspace except the default one
Content from issues.apache.org is not included.CAMEL-8856Camel-Hazelcast: Add evict and evictAll operation to hazelcast map
Content from issues.apache.org is not included.CAMEL-8857Camel SCR should create OSGi service for CamelContext
Content from issues.apache.org is not included.CAMEL-8863Camel-Hazelcast: Add valueCount operation to multimap
Content from issues.apache.org is not included.CAMEL-8865Remove version from URL in Camel web examples
Content from issues.apache.org is not included.CAMEL-8868Camel-Hazelcast: Add remainingCapacity operation to queue
Content from issues.apache.org is not included.CAMEL-8870Remove version from URL in Maven web archetype
Content from issues.apache.org is not included.CAMEL-8872Camel-Hazelcast: Add new operations to HazelcastAtomicNumber producer
Content from issues.apache.org is not included.CAMEL-8876Add an option for HttpProducer to ignore response body avoiding stream caching
Content from issues.apache.org is not included.CAMEL-8877Camel-Hazelcast: Add containsKey and containsValue operation to map Producer
Content from issues.apache.org is not included.CAMEL-8879Camel-sjms doesn't treat InOnly and InOut equally
Content from issues.apache.org is not included.CAMEL-8882Camel-AWS EC2: Add options to Run Instance command
Content from issues.apache.org is not included.CAMEL-8883Camel-Hazelcast: Add containsKey and containsValue operation to ReplicatedMap and MultiMap Producer
Content from issues.apache.org is not included.CAMEL-8893Upgrade to CXF 3.1.x
Content from issues.apache.org is not included.CAMEL-8894Support to reconnect the server in ClientMode.
Content from issues.apache.org is not included.CAMEL-8897camel-example-servlet-rest-tomcat should include rest-dsl query params docs
Content from issues.apache.org is not included.CAMEL-8903Camel-Infinispan: Add ClearAsync operation to producer
Content from issues.apache.org is not included.CAMEL-8910Camel-JClouds: Add new operations to JClouds Compute Service Producer
Content from issues.apache.org is not included.CAMEL-8918Camel-Jclouds: Add countBlobs and removeBlob operation to Blobstore component
Content from issues.apache.org is not included.CAMEL-8920Camel-JClouds: Add new operations to Blobstore component
Content from issues.apache.org is not included.CAMEL-8921Cleanup a bit on the example-cdi and archetype
Content from issues.apache.org is not included.CAMEL-8922Camel-Jclouds: Use ObjectHelper to check if headers exists
Content from issues.apache.org is not included.CAMEL-8924camel-maven-plugin - The goal that generates the list of components etc
Content from issues.apache.org is not included.CAMEL-8925camel-vertx - Upgrade to vertx 3
Content from issues.apache.org is not included.CAMEL-8926camel-spring - contextScan should allow to exclude non-singletons
Content from issues.apache.org is not included.CAMEL-8930Add removeHeader and family to route DSL
Content from issues.apache.org is not included.CAMEL-8935camel-spring-ws - Expose more options
Content from issues.apache.org is not included.CAMEL-8941Restlet supports binary files only with media type application/octet-stream
Content from issues.apache.org is not included.CAMEL-8942aws-sqs - Make it easier to configure http proxy
Content from issues.apache.org is not included.CAMEL-8943camel-jetty should use jetty9 as default
Content from issues.apache.org is not included.CAMEL-8944Routing engine - When UoW done let the route context be present so MDC logging is possible
Content from issues.apache.org is not included.CAMEL-8946Original SSLHandshakeException was overridden by Camel Netty Http producer
Content from issues.apache.org is not included.CAMEL-8948CamelBlueprintTestSupport tests have issues with namespace handlers
Content from issues.apache.org is not included.CAMEL-8956camel-cxf - The namespace parser should use FactoryBean
Content from issues.apache.org is not included.CAMEL-8960direct component - Should defer failing if no active consumer until camel context is started
Content from issues.apache.org is not included.CAMEL-8961Update Camel-Docker to support docker-java 1.4.0
Content from issues.apache.org is not included.CAMEL-8965Wire Tap EIP - Support dynamic uris
Content from issues.apache.org is not included.CAMEL-8966Add a dynamic to that is simpler to use than recipient list
Content from issues.apache.org is not included.CAMEL-8970File consumer - Add option to turn on/off whether to delete orphaned marker lock files
Content from issues.apache.org is not included.CAMEL-8972Classloader leak reported in Apache tomcat
Content from issues.apache.org is not included.CAMEL-8974DefaultPropertiesParser does not support the system properties mode
Content from issues.apache.org is not included.CAMEL-8976netty-http - Allow to configure max size of headers
Content from issues.apache.org is not included.CAMEL-8977Enrich and PollEnrich - Add option ignoreInvalidEndpoint
Content from issues.apache.org is not included.CAMEL-8980Add Camel-git feature
Content from issues.apache.org is not included.CAMEL-8981camel-test-spring - Allow to use UseOverridePropertiesWithPropertiesComponent
Content from issues.apache.org is not included.CAMEL-8983Add random function to simple
Content from issues.apache.org is not included.CAMEL-8986Add specialized mbean for enrich and pollEnrich
Content from issues.apache.org is not included.CAMEL-8987Vert.x endpoints should support mutliple consumers
Content from issues.apache.org is not included.CAMEL-8990camel-guice - Upgrade to v4
Content from issues.apache.org is not included.CAMEL-8991rest-dsl - Add support for toD
Content from issues.apache.org is not included.CAMEL-8992EIPs with Expression - Allow to detail those in jmx friendly information
Content from issues.apache.org is not included.CAMEL-8994Large memory use on Large core count(512) servers
Content from issues.apache.org is not included.CAMEL-8995camel-restlet - Should defer UoW done until after writing response
Content from issues.apache.org is not included.CAMEL-9003Allow multiple producers with differing request timeouts
Content from issues.apache.org is not included.CAMEL-9010camel-stream - When using scanStream it should be able to deal if the file is deleted or not present
Content from issues.apache.org is not included.CAMEL-9011Circuit Breaker LB - Only supports 1 processor so validate it has only 1
Content from issues.apache.org is not included.CAMEL-9015JMX agent - JVM system properties should always take precedence
Content from issues.apache.org is not included.CAMEL-9016<jmxAgent> in XML DSL should not output default values when dumped
Content from issues.apache.org is not included.CAMEL-9020Splunk component should use TLS instead of SSLv3
Content from issues.apache.org is not included.CAMEL-9023Use Redis String instead of Set as datatype for idempotent consumer
Content from issues.apache.org is not included.CAMEL-9033Abstract undertow HttpHandler creation
Content from issues.apache.org is not included.CAMEL-9036Camel-Hazelcast: Add support for set Data Structure
Content from issues.apache.org is not included.CAMEL-9039Feature camel-core contains bundles, which should be made optional for micro-services deployment
Content from issues.apache.org is not included.CAMEL-9044aws-sns - Make it easier to configure http proxy
Content from issues.apache.org is not included.CAMEL-9045Camel-aws: Make it easier to configure http proxy
Content from issues.apache.org is not included.CAMEL-9050Camel-cassandraql: Add loadbalancingpolicy as uri option
Content from issues.apache.org is not included.CAMEL-9052HttpHeaderFilterStrategy should filter any Camel header on consumer side as well
Content from issues.apache.org is not included.CAMEL-9054sftp - Reduce logging noise from JSCH
Content from issues.apache.org is not included.CAMEL-9055camel-aws - SQS should not allow handover the delete task
Content from issues.apache.org is not included.CAMEL-9056Aggregator - Allow to clear closed correlation key cache
Content from issues.apache.org is not included.CAMEL-9061Java DSL - Allow to configure parallel processing and similar using a string configuration type
Content from issues.apache.org is not included.CAMEL-9062Java DSL - ValueBuilder should build expressions as languages so they model can be dumped
Content from issues.apache.org is not included.CAMEL-9063Add useGetBytesForBlob option in camel-jdbc
Content from issues.apache.org is not included.CAMEL-9064File language - Add functions to get extension in single mode
Content from issues.apache.org is not included.CAMEL-9066Include any headers unmarshalled by SoapJaxbDataFormat in content marshalled by the same.
Content from issues.apache.org is not included.CAMEL-9068Log output to show which route is shutdown and has a pending message
Content from issues.apache.org is not included.CAMEL-9069Add processor to immediately handle exception while in retry loop
Content from issues.apache.org is not included.CAMEL-9078camel-http - Allow to configure the success range for http status codes
Content from issues.apache.org is not included.CAMEL-9086Add support for relative path requests in netty http
Content from issues.apache.org is not included.CAMEL-9088camel-pgevent - Use prepared statement and close resources
Content from issues.apache.org is not included.CAMEL-9093Provide an unparsed read mode for olingo2
Content from issues.apache.org is not included.CAMEL-9096rest-dsl - Reuse logic for matching best rest path to use
Content from issues.apache.org is not included.CAMEL-9102CxfEndpoint could use loggingSizeLimit = -1 for no size limit
Content from issues.apache.org is not included.CAMEL-9105Camel DefaultHttpBinding should convert response Date headers to HTTP-friendly format
Content from issues.apache.org is not included.CAMEL-9115camel-restlet - Should doneUoW using restlet callback
Content from issues.apache.org is not included.CAMEL-9116camel-sjms - Should use same binding to/from JMS messages as camel-jms
Content from issues.apache.org is not included.CAMEL-9118camel-pgevent, use pg_notify for sending notifications with postgres verion 9 and above
Content from issues.apache.org is not included.CAMEL-9119XSLT errors should not be ignored
Content from issues.apache.org is not included.CAMEL-9131Camel components - Add more labels to group the options
Content from issues.apache.org is not included.CAMEL-9145Upgrade camel-hbase component to hbase 1.1.1 on Hadoop 2.7.1
Content from issues.apache.org is not included.CAMEL-9153ThreadPoolRejectedPolicy does not implement Abort as expected
Content from issues.apache.org is not included.CAMEL-9158camel-univocity-parsers should initize in doStart and not use reset flag
Content from issues.apache.org is not included.CAMEL-9160Dynamic to - Should use language: as prefix when using other languages
Content from issues.apache.org is not included.CAMEL-9163PGP Data Format: Support PGP Messages without Compressed Data packet
Content from issues.apache.org is not included.CAMEL-9173camel-artchetype-scr - Should be a simple route example
Content from issues.apache.org is not included.CAMEL-9174Main - Make it easier to configure CamelContext before its started
Content from issues.apache.org is not included.CAMEL-9175Simple random function - Should trim the min/max values
Content from issues.apache.org is not included.CAMEL-9178Apache Camel is not able to read map-id in Dozer mapping xml but does not throw any error
Content from issues.apache.org is not included.CAMEL-9179Add uptime to route so we can easily see per route how long time they have been running
Content from issues.apache.org is not included.CAMEL-9184Throttler: Rejected message whe rejectExecution=true
Content from issues.apache.org is not included.CAMEL-9192camel-elsql - Allow using simple language as named parameters
Content from issues.apache.org is not included.CAMEL-9193Aggregator in preCompletion mode should also timeout if the new group does not receive further messages
Content from issues.apache.org is not included.CAMEL-9194camel-elasticsearch search request only supports map object
Content from issues.apache.org is not included.CAMEL-9201Improved Camel CDI component
Content from issues.apache.org is not included.CAMEL-9203camel-amqp should provide qpid dependencies
Content from issues.apache.org is not included.CAMEL-9204Provide AMQP component factory method for AMQP 1.0
Content from issues.apache.org is not included.CAMEL-9207Make it easy to collate/group N items from a message body with the splitter
Content from issues.apache.org is not included.CAMEL-9213CamelContext - explainEndpointJson should not include component properties
Content from issues.apache.org is not included.CAMEL-9219Base64 Spring XML tests and documentation
Content from issues.apache.org is not included.CAMEL-9225camel-exec - Enrich exception with stdout/stderr
Content from issues.apache.org is not included.CAMEL-9232camel-paho - Create exchange correct
Content from issues.apache.org is not included.CAMEL-9239camel-sjms - Add completionInterval to batch jms
Content from issues.apache.org is not included.CAMEL-9240Abstract CXF endpoint creation for WildFly integration
Content from issues.apache.org is not included.CAMEL-9244camel-paho - Endpoint must implement publishing of retained messages option
Content from issues.apache.org is not included.CAMEL-9249timer - Allow to specify a delay of -1 or something to indicate loop asap forever
Content from issues.apache.org is not included.CAMEL-9251rest-dsl - Allow to configure api-doc route id
Content from issues.apache.org is not included.CAMEL-9256Paho file persistence store should be configurable
Content from issues.apache.org is not included.CAMEL-9258camel-boon - Serializing/Deserializing Lists, Maps with camel-boon
Content from issues.apache.org is not included.CAMEL-9263camel-servlet - Allow to configure the context path without leading slash
Content from issues.apache.org is not included.CAMEL-9271Extending RouteDefinition
Content from issues.apache.org is not included.CAMEL-9274StreamCache does not work correctly with MarshalProcessor and pretty much all DataFormats
Content from issues.apache.org is not included.CAMEL-9275camel-jackson - Allow to use a custom ObjectMapper instance
Content from issues.apache.org is not included.CAMEL-9278camel-undertow - Should support multiple rest services
Content from issues.apache.org is not included.CAMEL-9285controlbus - Allow to grab current route id so you can control current route easier
Content from issues.apache.org is not included.CAMEL-9286Log component - Include log formatter options in docs
Content from issues.apache.org is not included.CAMEL-9297Expose more configuration options from Camel's XStream component
Content from issues.apache.org is not included.CAMEL-9298camel-netty4 - Connection timeout is already done by netty itself
Content from issues.apache.org is not included.CAMEL-9303PropertiesComponent - Allow service host and port to be specified individually
Content from issues.apache.org is not included.CAMEL-9305PropertiesComponent.isDefaultCreated method only check the absence of defined locations
Content from issues.apache.org is not included.CAMEL-9306XML Signature: Header "CamelXmlSignatureTransformMethods" for Transform Methods
Content from issues.apache.org is not included.CAMEL-9309camel-jetty - Make it easier to turn on|off java transport over http
Content from issues.apache.org is not included.CAMEL-9314Improve error logging in Kura router
Content from issues.apache.org is not included.CAMEL-9315KuraRouter should provide consumer template
Content from issues.apache.org is not included.CAMEL-9317camel-salesforce's XStream to use a system property to configure its setting
Content from issues.apache.org is not included.CAMEL-9325camel-spring-boot - Allow to use spring xml easier
Content from issues.apache.org is not included.CAMEL-9326JndiRegistry should default to use CamelInitialContextFactory if no env factory specified
Content from issues.apache.org is not included.CAMEL-9328KuraRouter should provide required and optional service resolvers
Content from issues.apache.org is not included.CAMEL-9329Kura router should provide OSGi compendium services
Content from issues.apache.org is not included.CAMEL-9330Main - enableHangupSupport should be default enabled
Content from issues.apache.org is not included.CAMEL-9332Support @MockEndpoint and @MockEndpointAndSkip in Spring Boot
Content from issues.apache.org is not included.CAMEL-9333KuraRouter should try to load XML routes from ConfigAdmin
Content from issues.apache.org is not included.CAMEL-9335camel-netty-http - Suppress Connection reset by peer WARNs
Content from issues.apache.org is not included.CAMEL-9339camel-cdi - If starting camel-cdi main and no camel found then log a WARN about this
Content from issues.apache.org is not included.CAMEL-9342Metrics component should log at debug level
Content from issues.apache.org is not included.CAMEL-9345Migrate example to rest-dsl
Content from issues.apache.org is not included.CAMEL-9346camel-sql - Add transacted option
Content from issues.apache.org is not included.CAMEL-9349ResourceHelper - Allow to load resource from registry
Content from issues.apache.org is not included.CAMEL-9351Kura router should offer SCR programming model
Content from issues.apache.org is not included.CAMEL-9352camel-jms - Add transferFault option
Content from issues.apache.org is not included.CAMEL-9355Current Throttler implementation is not accurate and does not work in a multi-threaded route
Content from issues.apache.org is not included.CAMEL-9356Allow delivery receipts with empty shortMessage field
Content from issues.apache.org is not included.CAMEL-9357KuraRouter should provide default routes configuration
Content from issues.apache.org is not included.CAMEL-9358Support UPDATE request in elastic-search component
Content from issues.apache.org is not included.CAMEL-9359DefaultExchangeHolder.marshal() logs NULL header values to WARN
Content from issues.apache.org is not included.CAMEL-9365camel-metrics - Allow to configure naming pattern for route policy
Content from issues.apache.org is not included.CAMEL-9369Acknowledge messages for RabbitMQ InOut exchange when transferring exception
Content from issues.apache.org is not included.CAMEL-9371Add support of Swagger for restlet component
Content from issues.apache.org is not included.CAMEL-9373Camel JSSE security - Allow to use custom trust manager
Content from issues.apache.org is not included.CAMEL-9377[test-blueprint] support configadmin as source of initial properties for BP camel context
Content from issues.apache.org is not included.CAMEL-9379Camel BOM should not include tooling depdencies
Content from issues.apache.org is not included.CAMEL-9380Method call expression - Validate bean name for mistake
Content from issues.apache.org is not included.CAMEL-9382netty4-http - Hostname should allow without double slash
Content from issues.apache.org is not included.CAMEL-9388Provide properties-based AMQP connection discovery
Content from issues.apache.org is not included.CAMEL-9390Camel-git: Allow to specify username/email on a commit operation
Content from issues.apache.org is not included.CAMEL-9395Reduce the number of default services registered in JMX
Content from issues.apache.org is not included.CAMEL-9399Provide support for Publisher Acknowledges
Content from issues.apache.org is not included.CAMEL-9400Camel-Elasticsearch: Add Multiget Operation support
Content from issues.apache.org is not included.CAMEL-9409wiretap - Allow to use endpoint injected instance
Content from issues.apache.org is not included.CAMEL-9410camel-netty-http - should default to port 80 and 443
Content from issues.apache.org is not included.CAMEL-9427camel-jetty - Should also support rest-dsl with api-doc
Content from issues.apache.org is not included.CAMEL-9434camel-catalog - Add did you mean functionality
Content from issues.apache.org is not included.CAMEL-9436camel-catalog - Make it easy to include extra components
Content from issues.apache.org is not included.CAMEL-9437Fix checkstyle indentation violation for generated API test cases
Content from issues.apache.org is not included.CAMEL-9441Camel-Elasticsearch: Add an operation to know if an index exists or not
Content from issues.apache.org is not included.CAMEL-9446camel-swagger-java - Support allowedValues in model generated
Content from issues.apache.org is not included.CAMEL-9447camel-swagger-java - Add type for response model
Content from issues.apache.org is not included.CAMEL-9450rest-dsl - Configuration allow to use # to refer to beans to be looked up
Content from issues.apache.org is not included.CAMEL-9454camel-gora - Should preserve headers
Content from issues.apache.org is not included.CAMEL-9455Enhance Google Calendar service account with user impersonation support
Content from issues.apache.org is not included.CAMEL-9456Component docs - Add information if a component is deprecated
Content from issues.apache.org is not included.CAMEL-9457Camel Main - Stop from JMX should trigger stop of the Main/JVM
Content from issues.apache.org is not included.CAMEL-9461camel-sql - Allow to load sql from resource
Content from issues.apache.org is not included.CAMEL-9469Properties component - Should include component docs
Content from issues.apache.org is not included.CAMEL-9470Add consumer option to component docs
Content from issues.apache.org is not included.CAMEL-9471Tokenizer - Add option to skip first
Content from issues.apache.org is not included.CAMEL-9472Add multi value to component docs
Content from issues.apache.org is not included.CAMEL-9473camel-mail - The from/to/cc/bcc options should be like others and in component docs
Content from issues.apache.org is not included.CAMEL-9474camel-jpa - Add consumer options to component docs
Content from issues.apache.org is not included.CAMEL-9475Simple - Calling method should favor best matching type
Content from issues.apache.org is not included.CAMEL-9479bean/class component - Should use bean. prefix for bean options
Content from issues.apache.org is not included.CAMEL-9482Remove some deprecated options on http/http4/servlet
Content from issues.apache.org is not included.CAMEL-9486Camel component docs - Add support for username password configured in userinfo part of uri
Content from issues.apache.org is not included.CAMEL-9488Camel script - Add missing languages
Content from issues.apache.org is not included.CAMEL-9492camel-netty-http - The http/https protocol should be mandatory
Content from issues.apache.org is not included.CAMEL-9495camel-hipchat - Should require url for hipchat server
Content from issues.apache.org is not included.CAMEL-9496camel-hbase - The mapping options in the uri should use prefix
Content from issues.apache.org is not included.CAMEL-9500CamelVersionHelper cannot handle version qualifier
Content from issues.apache.org is not included.CAMEL-9501Support to setup the filter InitParameter from Jetty URI
Content from issues.apache.org is not included.CAMEL-9504OnCompletion - Keep caught exception so it can access the exception
Content from issues.apache.org is not included.CAMEL-9508camel-sjms to support jms 2.0 in osgi manifest
Content from issues.apache.org is not included.CAMEL-9511Setting Kafka's endpoint configuration by reference overrides everything instead of merging
Content from issues.apache.org is not included.CAMEL-9515Does not handle an expired iterator exception
Content from issues.apache.org is not included.CAMEL-9517Validator Component: add clearCachedSchema method to ValidatorEndpoint
Content from issues.apache.org is not included.CAMEL-9518Swagger may see non-camel MBeans
Content from issues.apache.org is not included.CAMEL-9523Use setStopRow on org.apache.hadoop.hbase.client.Scan
Content from issues.apache.org is not included.CAMEL-9524file - Allow to turn on|off probe content type
Content from issues.apache.org is not included.CAMEL-9531Camel catalog - method call, tokenizer and xtokenizer do not use @XmlValue
Content from issues.apache.org is not included.CAMEL-9534XsltComponent: fix support for Saxon-B (and Woodstox)
Content from issues.apache.org is not included.CAMEL-9539toString of Exchange/Message should only output id
Content from issues.apache.org is not included.CAMEL-9549camel-schematron - More fine grained error messages when compiling the schema
Content from issues.apache.org is not included.CAMEL-9550File consumer - Use Filter while deleting orphaned marker lock files
Content from issues.apache.org is not included.CAMEL-9551ErrorHandler - Should not log message body by default
Content from issues.apache.org is not included.CAMEL-9559camel-undertow - Allow to configure SSL on component level
Content from issues.apache.org is not included.CAMEL-9564EndpointHelper.resolveReferenceListParameter should not return immutable lists
Content from issues.apache.org is not included.CAMEL-9572Validator Component: Support custom resource resolver which depends on dynamic resource URI of the endpoint
Content from issues.apache.org is not included.CAMEL-9577Only support suspension if a component has custom logic
Content from issues.apache.org is not included.CAMEL-9578Reduce object creation in InfinispanProducer
Content from issues.apache.org is not included.CAMEL-9579Replace deprecated entry listener signature in HazelcastMapConsumer
Content from issues.apache.org is not included.CAMEL-9580XSLT Component: Support custom URI resolver which depends on dynamic resource URI of the endpoint
Content from issues.apache.org is not included.CAMEL-9583camel-jackson - Allow the FallbackTypeConverter to convert to/from string types
Content from issues.apache.org is not included.CAMEL-9584LevelDB - Allow serializable objects in headers
Content from issues.apache.org is not included.CAMEL-9594Use swagger.json instead of api-doc in examples
Content from issues.apache.org is not included.CAMEL-9595Camel-Kubernetes consumer should use DefaultConsumer and not ScheduledPollConsumer
Content from issues.apache.org is not included.CAMEL-9596REST DSL - Jetty component ignores custom HTTP Binding
Content from issues.apache.org is not included.CAMEL-9601camel-restlet - Should support the Accept header
Content from issues.apache.org is not included.CAMEL-9603Support producer in Kinesis
Content from issues.apache.org is not included.CAMEL-9604camel-jpa - Endpoint should be singleton
Content from issues.apache.org is not included.CAMEL-9605Allow camel-gson to unmarshall more type by default
Content from issues.apache.org is not included.CAMEL-9609camel-aws - SQS allow to configure attribute names easier
Content from issues.apache.org is not included.CAMEL-9610Chmod does not work properly with "recursive=true"
Content from issues.apache.org is not included.CAMEL-9616Support looking up MetricRegistry by type only in the Metrics component
Content from issues.apache.org is not included.CAMEL-9620Support IGNORE_RETURN_VALUES for write ops in Infinispan component
Content from issues.apache.org is not included.CAMEL-9621camel-restlet - The producer should support message body as bytes or streams
Content from issues.apache.org is not included.CAMEL-9624Add Infinispan remote query support
Content from issues.apache.org is not included.CAMEL-9625rest-dsl - Marshal should only happen if content-type is json or xml
Content from issues.apache.org is not included.CAMEL-9627Splitup camel-cxf into modules so REST dont pull in old SOAP stuff
Content from issues.apache.org is not included.CAMEL-9628camel-cxfrs - RsEndpoint should be enlisted in JMX
Content from issues.apache.org is not included.CAMEL-9629camel-cxfrs - Allow to configure providers easily from endpoint
Content from issues.apache.org is not included.CAMEL-9632Allow for adding ResponeHeader info to documentation.
Content from issues.apache.org is not included.CAMEL-9635Continuation settings are only evaluated on first creation for each port/connector
Content from issues.apache.org is not included.CAMEL-9644Improve camel-hbase component
Content from issues.apache.org is not included.CAMEL-9649Do not require @XmlRootElement annotation in JAXB FallbackTypeConverter
Content from issues.apache.org is not included.CAMEL-9653Bean language - Add support for calling purely static methods
Content from issues.apache.org is not included.CAMEL-9654camel-undertow - rest-dsl should support {name} placeholders from path
Content from issues.apache.org is not included.CAMEL-9655rest-dsl - Default hostname should be 0.0.0.0
Content from issues.apache.org is not included.CAMEL-9657Problems with DefaultCamelContext constructor calling Container.Instance.manage()
Content from issues.apache.org is not included.CAMEL-9675Improve loop EIP to act like a while loop
Content from issues.apache.org is not included.CAMEL-9677FallbackTypeConverter that are CamelContextAware should have it injected
Content from issues.apache.org is not included.CAMEL-9684camel-infinispan : add support for setting query builder in InifispanConfiguration
Content from issues.apache.org is not included.CAMEL-9693camel-infinispan : disable building tests on JDK < 1.8
Content from issues.apache.org is not included.CAMEL-9696test component - Allow to pass in uri options to endpoint
Content from issues.apache.org is not included.CAMEL-9697Test component - Allow to receive in any order, or split using expression
Content from issues.apache.org is not included.CAMEL-9699Change the default for DataSets used as sources to zero
Content from issues.apache.org is not included.CAMEL-9704rest-dsl - Options requests should not be routed
Content from issues.apache.org is not included.CAMEL-9705rest-dsl - Do not allow duplicate verbs
Content from issues.apache.org is not included.CAMEL-9706MockEndpoint: isEqualTo predicate does not handle arrays correctly
Content from issues.apache.org is not included.CAMEL-9711camel-sql - Allow to use IN queries where the parameter is expanded
Content from issues.apache.org is not included.CAMEL-9715Log EIP - Allow to configure the log name globally
Content from issues.apache.org is not included.CAMEL-9720camel-spring-boot - Make it easy to keep the JVM running
Content from issues.apache.org is not included.CAMEL-9726camel-swagger-java - Add support for yaml
Content from issues.apache.org is not included.CAMEL-9735camel-tarfile throws OutOfMemoryError when splitting large files
Content from issues.apache.org is not included.CAMEL-9736SolrComponent gets the wrong Content Type
Content from issues.apache.org is not included.CAMEL-9740Improve camel-infinispan
Content from issues.apache.org is not included.CAMEL-9745Splitter - Should skip null messages if iterator returns null
Content from issues.apache.org is not included.CAMEL-9752Quartz2 Scheduled route too many workers
Content from issues.apache.org is not included.CAMEL-9761camel-swagger-java - Allow to use custom CORS headers for api-docs
Content from issues.apache.org is not included.CAMEL-9769camel-spring-javaconfig - Make the main class easier
Content from issues.apache.org is not included.CAMEL-9775Clean configuration meta-datat description
Content from issues.apache.org is not included.CAMEL-9776camel-braintree: add uri param to configure advanced options
Content from issues.apache.org is not included.CAMEL-9782camel-spring-boot - Allow to configure options on CamelContext using auto config
Content from issues.apache.org is not included.CAMEL-9790camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client
Content from issues.apache.org is not included.CAMEL-9791DeadLetterChannel not triggered on RejectedExecutionException
Content from issues.apache.org is not included.CAMEL-9796Internal Access still displayed, no change to JSON generated
Content from issues.apache.org is not included.CAMEL-9798camel-cdi - Add support for injecting default ProducerTemplate
Content from issues.apache.org is not included.CAMEL-9808SFTP: Enable configuration of bulk requests
Content from issues.apache.org is not included.CAMEL-9811camel-cdi - Add support for consumer template injection
Content from issues.apache.org is not included.CAMEL-9815Add URI parameter to skip the declaration of the exchange
Content from issues.apache.org is not included.CAMEL-9818Camel kafka consumer adds legacy (deprecated properties) in the kafka consumer
Content from issues.apache.org is not included.CAMEL-9831Camel-http4: Make possible to use System Properties for configuration
Content from issues.apache.org is not included.CAMEL-9833Add mapHttpMessage option to allow to turn off mapping by default
Content from issues.apache.org is not included.CAMEL-9838Add ends with operator to simple language
Content from issues.apache.org is not included.CAMEL-9859Re-enable Netty4 Channel Options.
Content from issues.apache.org is not included.CAMEL-9860csv dataformat - Should have quoteMode option in model
Content from issues.apache.org is not included.CAMEL-9875CamelBlueprintTestSupport lacks support for multiple PID loading
Content from issues.apache.org is not included.CAMEL-9899camel-rx - Use a worker pool for tasks such as stopping consumers
Content from issues.apache.org is not included.CAMEL-9900camel-jms - provide option for MessageListenerContainer for reply managers to stop quicker when CamelContext is stopping
Content from issues.apache.org is not included.CAMEL-9904Avoid creating an empty default Camel context in Camel CDI for empty deployments
Content from issues.apache.org is not included.CAMEL-9905TarAggregationStragegy should delete temporary files
Content from issues.apache.org is not included.CAMEL-9915Allow to use the tarfile data format in XML marshal/unmarshal
Content from issues.apache.org is not included.CAMEL-9925Update Salesforce component to use Jetty9
Content from issues.apache.org is not included.CAMEL-9927Reduce object creation in RedisProducer
Content from issues.apache.org is not included.CAMEL-9932sql-stored - Add support for arrays in grammar
Content from issues.apache.org is not included.CAMEL-9937camel-catalog - Add api to validate time pattern
Content from issues.apache.org is not included.CAMEL-9955Add uptimeMillis as JMX attribute to CamelContextMBean
Content from issues.apache.org is not included.CAMEL-9957camel-kafka producer sends the message in an async way
Content from issues.apache.org is not included.CAMEL-9962Add a field in the consumer to define if it subscribed to the topic or not
Content from issues.apache.org is not included.CAMEL-9963camel-blueprint - Namespace parser should skip placeholders for component dependencies
Content from issues.apache.org is not included.CAMEL-9966Restlet - Should not enable stream by default
Content from issues.apache.org is not included.CAMEL-9996Use passed in Camel Context in org.apache.camel.spi.RestConsumerFactory#createConsumer implementations
Content from issues.apache.org is not included.CAMEL-1004make it easy to start/stop routes by their definition (RouteBuilder or Route class)
Content from issues.apache.org is not included.CAMEL-3552camel-pdf component
Content from issues.apache.org is not included.CAMEL-3910Add "Sticky Failover" support in the camel load balancer
Content from issues.apache.org is not included.CAMEL-4596enrich and pollEnrich should accept an expression for dynamic uris
Content from issues.apache.org is not included.CAMEL-4725camel-sql - Add support for Callable statements
Content from issues.apache.org is not included.CAMEL-5583Add ning-compress as data format
Content from issues.apache.org is not included.CAMEL-5911seda/vm - Add option to discard message if no active consumers
Content from issues.apache.org is not included.CAMEL-6098Add script to the DSL to invoke a expression language and allow noop changes on the Exchange
Content from issues.apache.org is not included.CAMEL-6415camel-twitter - Support for the User Stream Endpoint
Content from issues.apache.org is not included.CAMEL-6649AWS Simple Email Service - add attachment support
Content from issues.apache.org is not included.CAMEL-7152HttpProducer loses response data (specifically which headers where returned)
Content from issues.apache.org is not included.CAMEL-7378camel-mongodb: Investigate returning DBCursor to enable streaming of large result sets
Content from issues.apache.org is not included.CAMEL-7425Add EventDrivenPollingConsumer option to specify timeout
Content from issues.apache.org is not included.CAMEL-7433Please create a preCompletionPredicate for camel aggregator
Content from issues.apache.org is not included.CAMEL-7434Provide a way to force the completion of a aggregate exchange from an external event
Content from issues.apache.org is not included.CAMEL-7609Add option "shareUnitOfWork" to pattern "enrich"
Content from issues.apache.org is not included.CAMEL-7808camel-boon json parser
Content from issues.apache.org is not included.CAMEL-7833create an extension of the RX Observable<T> to add more of the Camel DSL in there (e.g. to() or to go back to the general camel DSL)
Content from issues.apache.org is not included.CAMEL-7865Support to carry file attributes on file endpoint
Content from issues.apache.org is not included.CAMEL-7877json DataFormat: support the prettyPrint option by all the supported JSON libraries
Content from issues.apache.org is not included.CAMEL-7982camel-git - A generic git component
Content from issues.apache.org is not included.CAMEL-7999Camel Toolbox - Easy information about all Camel components and the release for tooling
Content from issues.apache.org is not included.CAMEL-8054Use SharedEntityManager to reduce connections
Content from issues.apache.org is not included.CAMEL-8093Adding Message headers for sinceid, maxid, user
Content from issues.apache.org is not included.CAMEL-8211Camel commands - camel-component-info
Content from issues.apache.org is not included.CAMEL-8269camel-salesforce: support for Salesforce Apex API
Content from issues.apache.org is not included.CAMEL-8317XML DSL - Allow to use bean property style to configure endpoint options
Content from issues.apache.org is not included.CAMEL-8413camel-stomp - Allow to configure SSL
Content from issues.apache.org is not included.CAMEL-8465Add groups/getPosts endpoint to camel-linkedin
Content from issues.apache.org is not included.CAMEL-8487Custom arguments to RabbitMQ queues
Content from issues.apache.org is not included.CAMEL-8496Create Camel Paho component
Content from issues.apache.org is not included.CAMEL-8507camel-rabbitmq - Support for the mandatory and immediate flags
Content from issues.apache.org is not included.CAMEL-8531Make it easy to get the management mbean for a given process by its id
Content from issues.apache.org is not included.CAMEL-8538Add inOut support for the RabbitMQ component
Content from issues.apache.org is not included.CAMEL-8563camel-ftp - Add support for account option for login
Content from issues.apache.org is not included.CAMEL-8565Support for camel-gson to handle generic types
Content from issues.apache.org is not included.CAMEL-8656camel-test - Add option to dump route stats to file
Content from issues.apache.org is not included.CAMEL-8696Allow ApnsNotification/EnhancedApnsNotification instances to be send to apns endpoints
Content from issues.apache.org is not included.CAMEL-8727File consumer - Add read lock that is based on idempotent repository
Content from issues.apache.org is not included.CAMEL-8740DeadLetterChannel - Add SPI so custom components can prepare message for DLC
Content from issues.apache.org is not included.CAMEL-8762Support for adding multiple services with same interface in CamelBlueprintTestSupport
Content from issues.apache.org is not included.CAMEL-8777Calendar component - support for Google Service Accounts
Content from issues.apache.org is not included.CAMEL-8808Create Grape component
Content from issues.apache.org is not included.CAMEL-8817Expose additional geolocation parameters in standard search
Content from issues.apache.org is not included.CAMEL-8825Add support to AWS EC2 inside Camel-AWS component
Content from issues.apache.org is not included.CAMEL-8832Add =~ operation as equals ignore case operation to simple language
Content from issues.apache.org is not included.CAMEL-8834Camel-AWS EC2: Add describeInstances Operation
Content from issues.apache.org is not included.CAMEL-8837camel-archetype-cdi
Content from issues.apache.org is not included.CAMEL-8855camel-jpa - Add support for JPA producer to delete records
Content from issues.apache.org is not included.CAMEL-8861Add a factory to support custom websocket sub-protocol
Content from issues.apache.org is not included.CAMEL-8873Management api for ErrorHandler to expose stats about pending exchanges scheduled for redelivery
Content from issues.apache.org is not included.CAMEL-8880Enable ability to expose Camel JMX service using IP address via API
Content from issues.apache.org is not included.CAMEL-8936camel-test-cdi - Create a test module for cdi
Content from issues.apache.org is not included.CAMEL-8952Expression or predicates - allow to refer to external script on file/classpath
Content from issues.apache.org is not included.CAMEL-8969Add component for CoAP
Content from issues.apache.org is not included.CAMEL-8996camel-undertow - Add support for Exchange.HTTP_QUERY
Content from issues.apache.org is not included.CAMEL-8997Camel-Git: Add a show branches operation
Content from issues.apache.org is not included.CAMEL-9006Add ability to use the same rest route for multiple components
Content from issues.apache.org is not included.CAMEL-9014Add statistics for usage of endpoints in EIPs
Content from issues.apache.org is not included.CAMEL-9085Create a Camel-Kubernetes/Openshift v3 Component
Content from issues.apache.org is not included.CAMEL-9097XSLT Aggregation Strategy
Content from issues.apache.org is not included.CAMEL-9111Camel Tarfile component
Content from issues.apache.org is not included.CAMEL-9128Camel-Hazelcast: Add a Ringbuffer producer
Content from issues.apache.org is not included.CAMEL-9129Create OptionsVerbDefinition - REST
Content from issues.apache.org is not included.CAMEL-9156camel-swagger-java - Add JMX and Camel commands
Content from issues.apache.org is not included.CAMEL-9157JMX - Add dataformat as mbean category
Content from issues.apache.org is not included.CAMEL-9162camel-elsql component
Content from issues.apache.org is not included.CAMEL-9172JOLT Component
Content from issues.apache.org is not included.CAMEL-9180camel-cmis Lazy Initialize Session Facade
Content from issues.apache.org is not included.CAMEL-9186Camel-Scala: Ability to add route policy in the Scala DSL based route definition
Content from issues.apache.org is not included.CAMEL-9187Add support in endpoint for setting splunk event host field
Content from issues.apache.org is not included.CAMEL-9189Jackson XML Mapper Data format
Content from issues.apache.org is not included.CAMEL-9206add Kerberos Security into camel-HBase
Content from issues.apache.org is not included.CAMEL-9212Enable dynamic values in the headerName / propertyName
Content from issues.apache.org is not included.CAMEL-9224Camel specific commands for spring boot shell
Content from issues.apache.org is not included.CAMEL-9252Batch camel messages
Content from issues.apache.org is not included.CAMEL-9267camel-nats - A java client component for the nats broker
Content from issues.apache.org is not included.CAMEL-9268camel-okhttp - Using the popular okhttp client
Content from issues.apache.org is not included.CAMEL-9280Allow passing custom headers to the proxy server in camel-smpp component
Content from issues.apache.org is not included.CAMEL-9283Data Format for MIME-Multipart
Content from issues.apache.org is not included.CAMEL-9312Rest DSL should support defaulting values for query strings
Content from issues.apache.org is not included.CAMEL-9364Add ability to receive onOpen/onClose/onError websocket events through camel rout.
Content from issues.apache.org is not included.CAMEL-9376Camel-Kubernetes: add a Namespace-based consumer
Content from issues.apache.org is not included.CAMEL-9385Create Apache Spark component
Content from issues.apache.org is not included.CAMEL-9389camel-metrics - Allow to capture message history easily
Content from issues.apache.org is not included.CAMEL-9392Add ability to pass parameters within websocket url and handle them in onOpen event
Content from issues.apache.org is not included.CAMEL-9393Add ability to send a message to multiple defined connections with guaranty of delivery
Content from issues.apache.org is not included.CAMEL-9416Creation of Camel-MLLP component
Content from issues.apache.org is not included.CAMEL-9418camel-elasticsearch: make client.transport.sniff configurable
Content from issues.apache.org is not included.CAMEL-9430Create camel-component for braintreepayments
Content from issues.apache.org is not included.CAMEL-9445camel-ignite: New Apache Ignite component
Content from issues.apache.org is not included.CAMEL-9449Allow to specify custom exit code when camel exits due to expired Duration
Content from issues.apache.org is not included.CAMEL-9452Camel-Elasticsearch: Support Multisearch operation
Content from issues.apache.org is not included.CAMEL-9453Camel-Git: Add support for cherry-pick operation
Content from issues.apache.org is not included.CAMEL-9507Support suppressing body from aws-s3 consumer
Content from issues.apache.org is not included.CAMEL-9542Allow HttpClient configuration (proxy, connection pooling, etc) for camel-geocoder component
Content from issues.apache.org is not included.CAMEL-9544Option to add headers to MIME-Multipart in DataFormat
Content from issues.apache.org is not included.CAMEL-9586Create camel-etcd
Content from issues.apache.org is not included.CAMEL-9591Support Saxon integrated extension functions
Content from issues.apache.org is not included.CAMEL-9633quartz2 - Add support for specifying custom calendar
Content from issues.apache.org is not included.CAMEL-9637camel-netty - Allow to reuse previous Channel in next call
Content from issues.apache.org is not included.CAMEL-9645Add messageHistory function to simple to allow to dump it anywhere
Content from issues.apache.org is not included.CAMEL-9648IronMQ Component
Content from issues.apache.org is not included.CAMEL-9652camel-spark-rest - Add support for hosting swagger api
Content from issues.apache.org is not included.CAMEL-9659Create new component for GridFS
Content from issues.apache.org is not included.CAMEL-9661YAML DataFormat
Content from issues.apache.org is not included.CAMEL-9679Support for Hessian serialization - add new Data Format
Content from issues.apache.org is not included.CAMEL-9681Add an option to enable/disable cache creation
Content from issues.apache.org is not included.CAMEL-9685camel-infinispan : support continuous query in consumer
Content from issues.apache.org is not included.CAMEL-9707Add ListDataSet and FileDataSet
Content from issues.apache.org is not included.CAMEL-9719Spring Boot Starter
Content from issues.apache.org is not included.CAMEL-9737Create camel component for ServiceNow
Content from issues.apache.org is not included.CAMEL-9916SJMS component is not currently nodev/XML route compatible
Content from issues.apache.org is not included.CAMEL-9943Expose mail session as a URI option for camel-mail endpoints
Content from issues.apache.org is not included.CAMEL-1009create a 'mvn guice:run' plugin so we can run Guice based Camel applications easily in maven
Content from issues.apache.org is not included.CAMEL-1012redeliveryPolicyType should use attributes for simple values
Content from issues.apache.org is not included.CAMEL-1014ExpressionType is missing in Spring DSL
Content from issues.apache.org is not included.CAMEL-1017we have two loadbalancetype
Content from issues.apache.org is not included.CAMEL-8906Application hangs when Spring Boot Actuator shutdown hook is used
Content from issues.apache.org is not included.CAMEL-1008remove more context-free DSL methods
Content from issues.apache.org is not included.CAMEL-4074Remove machine specific testcase setups from CXF test
Content from issues.apache.org is not included.CAMEL-5319openjpa profile doesn't work in camel-bam
Content from issues.apache.org is not included.CAMEL-6976camel-itest-cdi - Fails due recent changes in camel-cdi etc
Content from issues.apache.org is not included.CAMEL-7263Remove camel:dot
Content from issues.apache.org is not included.CAMEL-7634camel-facebook - Upgrade facebook4j to 2.x
Content from issues.apache.org is not included.CAMEL-8198Upgrade to JAXB 2.2.11
Content from issues.apache.org is not included.CAMEL-8454Correct a comment in files generated by camel-api-component-maven-plugin
Content from issues.apache.org is not included.CAMEL-8533camel-ognl exposes servicemix ognl bundle
Content from issues.apache.org is not included.CAMEL-8548upgrade commons-codec version to 1.10
Content from issues.apache.org is not included.CAMEL-8577BOM does not publish scriptengine dependencies
Content from issues.apache.org is not included.CAMEL-8591Upgrade to restlet 2.3.x
Content from issues.apache.org is not included.CAMEL-8614camel-linkedin and camel-olingo2 should use same Maven coord as others
Content from issues.apache.org is not included.CAMEL-8627Update Infinispan version from 6.0.2.Final to 7.1.1.Final
Content from issues.apache.org is not included.CAMEL-8629Update AWS SDK from version 1.9.17 to version 1.9.30
Content from issues.apache.org is not included.CAMEL-8637Upgrade Jetty version to 9.x in Camel-CometD
Content from issues.apache.org is not included.CAMEL-8644Update Google Gson version from 2.3 to 2.3.1
Content from issues.apache.org is not included.CAMEL-8648Update Docker-java version from 0.10.5 to 1.2.0
Content from issues.apache.org is not included.CAMEL-8650camel-docker - Add to karaf features
Content from issues.apache.org is not included.CAMEL-8651Update Ehcache from version 2.9.1 to 2.10.0
Content from issues.apache.org is not included.CAMEL-8652Update MongoDB Java Driver to 2.13.1 and Embed-Mongo to 1.47.2
Content from issues.apache.org is not included.CAMEL-8655Create Spring Boot examples and archetypes
Content from issues.apache.org is not included.CAMEL-8658Replace SMX bundles of commons-dbcp1 with Apache versions
Content from issues.apache.org is not included.CAMEL-8659Update commons-lang to 2.6 (xmljson)
Content from issues.apache.org is not included.CAMEL-8661Use managed version of jackrabbit in hdfs and hbase features
Content from issues.apache.org is not included.CAMEL-8662Use managed version of avro in hdfs2 feature
Content from issues.apache.org is not included.CAMEL-8664Update MongoDB Java Driver from 2.13.1 to 3.0.0
Content from issues.apache.org is not included.CAMEL-8671Update XStream from version 1.4.7 to version 1.4.8
Content from issues.apache.org is not included.CAMEL-8677Update iCal4j from version 1.5.0.2 to version 1.6.0
Content from issues.apache.org is not included.CAMEL-8679Update Openshift Java Client Version from 2.5.0.Final to 2.7.0.Final
Content from issues.apache.org is not included.CAMEL-8697Update olingo-odata2-api from version 2.0.0 to version 2.0.3
Content from issues.apache.org is not included.CAMEL-8741Upgrade jsch
Content from issues.apache.org is not included.CAMEL-8759Try enabling google error prone source code detector
Content from issues.apache.org is not included.CAMEL-8760Upgrade Netty 3
Content from issues.apache.org is not included.CAMEL-8772camel-salesforce - Add documentation to its endpoint options
Content from issues.apache.org is not included.CAMEL-8802Upgrade to CXF 3.0.5
Content from issues.apache.org is not included.CAMEL-8809Upgrade AWS SDK bundle to version 1.10.2
Content from issues.apache.org is not included.CAMEL-8839Camel-Hazelcast: Add clear operation to List
Content from issues.apache.org is not included.CAMEL-8840Camel-AWS EC2: Add Security Groups support when creating and running instances
Content from issues.apache.org is not included.CAMEL-8867Upgrade GAE bundle version to 1.9.23
Content from issues.apache.org is not included.CAMEL-8928spring-security not part of the camel BOM
Content from issues.apache.org is not included.CAMEL-8959Remove old code from camel-cxf no longer needed due the CXF 3.0+ upgrade
Content from issues.apache.org is not included.CAMEL-8982Upgrade Freemarker to version 2.3.23
Content from issues.apache.org is not included.CAMEL-9021depends on non-free JAR
Content from issues.apache.org is not included.CAMEL-9028BOM does not export scala-library
Content from issues.apache.org is not included.CAMEL-9038Make the existing tests of camle-olingo2 automatically executable
Content from issues.apache.org is not included.CAMEL-9051Upgrade ServiceMix-Specs to 2.4.0
Content from issues.apache.org is not included.CAMEL-9077camel-bindy - Wonder if it outputs numbers using thousand separators
Content from issues.apache.org is not included.CAMEL-9080Update to elsaticsearch 1.7.1
Content from issues.apache.org is not included.CAMEL-9082Upgrade ServiceMix Specs to 2.5.0
Content from issues.apache.org is not included.CAMEL-9113Upgrade Infinispan to 8.x
Content from issues.apache.org is not included.CAMEL-9114Upgrade Jgroups to version 3.6.7.Final
Content from issues.apache.org is not included.CAMEL-9120Add Camel-Undertow to Camel features
Content from issues.apache.org is not included.CAMEL-9132Upgrade Kafka to 0.8.2.2
Content from issues.apache.org is not included.CAMEL-9209camel-jbpm - use logging jar from maven central
Content from issues.apache.org is not included.CAMEL-9228Update to undertow-1.3.0
Content from issues.apache.org is not included.CAMEL-9242Upgrade slf4j-api to 1.7
Content from issues.apache.org is not included.CAMEL-9265Use servicemix-specs version of jsr311-api
Content from issues.apache.org is not included.CAMEL-9300DeltaSpike container control dependency in Camel CDI should be optional
Content from issues.apache.org is not included.CAMEL-9302Add camel-jolt to features
Content from issues.apache.org is not included.CAMEL-9307Remove unnecessary call to setCamelContext when adding a component by name
Content from issues.apache.org is not included.CAMEL-9334Upgrade to spring 4.2x.
Content from issues.apache.org is not included.CAMEL-9337Add readme.txt to all examples
Content from issues.apache.org is not included.CAMEL-9338Upgrade camel-spring-integration
Content from issues.apache.org is not included.CAMEL-9360Upgrade to elasticsearch 2.x
Content from issues.apache.org is not included.CAMEL-9361Upgrade Kafka to 0.9.0
Content from issues.apache.org is not included.CAMEL-9402Upgrade Spring Dependency to 4.1.9.RELEASE or later
Content from issues.apache.org is not included.CAMEL-9403camel-examples should not be in BOM
Content from issues.apache.org is not included.CAMEL-9404Create .MD Readme for top folder
Content from issues.apache.org is not included.CAMEL-9412Correct camel-example-swagger-cdi documentation
Content from issues.apache.org is not included.CAMEL-9413camel-examples - update readme about correct version
Content from issues.apache.org is not included.CAMEL-9414Update quickfixj to v1.6.1
Content from issues.apache.org is not included.CAMEL-9420camel-paho : provide dynamic qos and rentained option
Content from issues.apache.org is not included.CAMEL-9429Upgrade to ActiveMQ 5.13.1
Content from issues.apache.org is not included.CAMEL-9433Update to javax-mail 1.5.5
Content from issues.apache.org is not included.CAMEL-9458Cannot install camel-ignite in karaf
Content from issues.apache.org is not included.CAMEL-9464Camel-chunk: use Chunk-templates bundle in OSGi feature instead of wrapping the jar
Content from issues.apache.org is not included.CAMEL-9467Camel-Kafka: Upgrade to kafka 0.9 and use the Java client instead of Scala
Content from issues.apache.org is not included.CAMEL-9494Camel-Facebook: Use the OSGi bundle instead of wrapping the jar
Content from issues.apache.org is not included.CAMEL-9513Upgrade the Servlet API to 3.1
Content from issues.apache.org is not included.CAMEL-9514camel-netty4 maximumPoolSize option is ignored
Content from issues.apache.org is not included.CAMEL-9520DdbStreamConsumer should inherit ?pollStrategy from DdbStreamEndpoint
Content from issues.apache.org is not included.CAMEL-9536org.codehaus.mojo:taglist-maven-plugin:maven-plugin:2.10 does not exist
Content from issues.apache.org is not included.CAMEL-9556Main - We should @deprecate enableHangupSupport
Content from issues.apache.org is not included.CAMEL-9573Multicast and RecipientList - ShareUnitOfWork should rework a bit
Content from issues.apache.org is not included.CAMEL-9618File endpoint - Move some options from generic to file as they are file specifc
Content from issues.apache.org is not included.CAMEL-9646Upgrade Xalan bundle to 2.7.2_3
Content from issues.apache.org is not included.CAMEL-9662Expose cxf-rt-transports-http through BOM
Content from issues.apache.org is not included.CAMEL-9691camel-infinispan : cleanup uri options
Content from issues.apache.org is not included.CAMEL-9709Define jackson version in dependency management
Content from issues.apache.org is not included.CAMEL-9712Define lucene version in dependency management
Content from issues.apache.org is not included.CAMEL-9717Define kafka version in dependency management
Content from issues.apache.org is not included.CAMEL-9722Explicitly define cxf transitive dependencies
Content from issues.apache.org is not included.CAMEL-9723Move spring-boot-starter-sample to examples so we can collapse the camel-spring-boot-starter module
Content from issues.apache.org is not included.CAMEL-9725camel-example-osgi-cdi - Some maven warns
Content from issues.apache.org is not included.CAMEL-9757camel-gae - Deprecate
Content from issues.apache.org is not included.CAMEL-9760Google drive component syntax inconsistency
Content from issues.apache.org is not included.CAMEL-9781Installing camel in Karaf 3.0.x
Content from issues.apache.org is not included.CAMEL-9806Add camel-IronMQ Karaf feature
Content from issues.apache.org is not included.CAMEL-9825Exclude CDI generated proxies from context tracker
Content from issues.apache.org is not included.CAMEL-9902Remove ServiceMix scripting-api from Karaf features
Content from issues.apache.org is not included.CAMEL-9913Upgrading Beanshell for CVE-2016-2510
Content from issues.apache.org is not included.CAMEL-9976camel:rest-show command requires only context name as argument and not route Id
Content from issues.jboss.org is not included.ENTESB-5384Camel-JacksonXML: Some tests fails
Content from issues.jboss.org is not included.ENTESB-5444Switch Camel-Dropbox to servlet-api 3.1.0
Content from issues.jboss.org is not included.ENTESB-56363rd party alignments - built from source strict alignments
Content from issues.apache.org is not included.CAMEL-8699Camel-example-cxf: Remove ref from LoadBalance tag
Content from issues.apache.org is not included.CAMEL-8869Switching httpClient from 4.3.x to 4.4.x break tests
Content from issues.apache.org is not included.CAMEL-8886camel-cxf - 2 tests fails
Content from issues.apache.org is not included.CAMEL-8919NettyUDPMulticastAsyncTest failing on Windows
Content from issues.apache.org is not included.CAMEL-8985camel-jetty - A test fails
Content from issues.apache.org is not included.CAMEL-9072camel-test-blueprint - Custom converter test fails
Content from issues.apache.org is not included.CAMEL-9211Increase the number of Karaf integration tests
Content from issues.apache.org is not included.CAMEL-9229Wrong folder name for jacksonxml test resources
Content from issues.apache.org is not included.CAMEL-9407Camel-Elasticsearch: Re-enable cluster tests
Content from issues.apache.org is not included.CAMEL-9490FacebookMethodsTypeHelperTest.testGetType fails with IllegalArgument Exception
Content from issues.apache.org is not included.CAMEL-9493camel-mllp - Use dynamic assigned port number for testing
Content from issues.apache.org is not included.CAMEL-9615camel-itest-karaf - Some failed tests
Content from issues.apache.org is not included.CAMEL-9708Multiple tests not using equality predicate correctly
Content from issues.apache.org is not included.CAMEL-9827MongoDB - The unit tests have some issues
Content from issues.apache.org is not included.CAMEL-8501BOM does not publish restlet dependencies
Content from issues.apache.org is not included.CAMEL-9835Enable kafka consumer to subcribe to multiple topics
Content from issues.jboss.org is not included.ENTESB-4479Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option

6.5. Web Services

Table 6.5, “Web Services Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.5. Web Services Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-4135Update to the JMS 2.0 API
Content from issues.jboss.org is not included.ENTESB-4597Review examples shipped in extras directory for camel & cxf
Content from issues.jboss.org is not included.ENTESB-5239Upgrade Xalan bundle to 2.7.2_3
Content from issues.apache.org is not included.CXF-3344Runtime Exceptions should not be wrapped. Exceptions should not be logged and rethrown in AbstractFaultChainInitiatorObserver
Content from issues.apache.org is not included.CXF-4242Add exception name to faultstring/detail/stackTrace
Content from issues.apache.org is not included.CXF-5193Support fixed data type
Content from issues.apache.org is not included.CXF-5311Support OAuth2 JWT token
Content from issues.apache.org is not included.CXF-5439Introduce annotations for marking CXF interceptors and features to enable the auto-discovery
Content from issues.apache.org is not included.CXF-5582Enhance CXF LogBrowser to receive Log events in real time via WebSocket
Content from issues.apache.org is not included.CXF-5606WADL to Java code generator should translate wadl:doc into Java documentation
Content from issues.apache.org is not included.CXF-5669Create JAX-RS service for managing 3rd party client registrations
Content from issues.apache.org is not included.CXF-5674CXF Support in "Audience Restriction" of SAML 2 (SOAP)
Content from issues.apache.org is not included.CXF-5854Add property "refreshTemplates" to XSLTJaxbProvider
Content from issues.apache.org is not included.CXF-5891ReadHeadersInterceptor performances improvement
Content from issues.apache.org is not included.CXF-5902Provide utility support for Jwe composite AesCbcHmac content encryption algorithm
Content from issues.apache.org is not included.CXF-5908Making Claims clonable
Content from issues.apache.org is not included.CXF-5914Extend AbstractPolicyProvider.getEffectivePolicy() with optional message parameter
Content from issues.apache.org is not included.CXF-5922Secure CXF WSDL with standard HTTP Authentication
Content from issues.apache.org is not included.CXF-5925JEXL Support for STS Claim Mappings
Content from issues.apache.org is not included.CXF-5926Extend SSL KeyManagers with password callback handler
Content from issues.apache.org is not included.CXF-5927Claim Mapping Utils
Content from issues.apache.org is not included.CXF-5929WADL to Java code generator should support mappings to parameterized types
Content from issues.apache.org is not included.CXF-5932Monitor contention at org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(OperationResourceInfo, MultivaluedMap, Message)
Content from issues.apache.org is not included.CXF-5934Make WadlGenerator more easily extensible
Content from issues.apache.org is not included.CXF-5937CXF Servlets should optionally react to X-Forwarded headers
Content from issues.apache.org is not included.CXF-5944Get Jwe and Jws code to the stage where it can be documented
Content from issues.apache.org is not included.CXF-5948wadl2java -inheritResourceParams: put parent param first
Content from issues.apache.org is not included.CXF-5954Jwe and Jws JAX-RS filters should be able to use JWK stores
Content from issues.apache.org is not included.CXF-5956wadl2java: support 'repeating' attribute for response param
Content from issues.apache.org is not included.CXF-5959support to specify instance.id of ManagedBus
Content from issues.apache.org is not included.CXF-5960Provide a default encrypting OAuth2 provider
Content from issues.apache.org is not included.CXF-5962Make LogBrowser sample also run in OSGi
Content from issues.apache.org is not included.CXF-5975SecurityToken::isExpired: add clock skew option
Content from issues.apache.org is not included.CXF-5979Allow some headers to be returned in WebSocket's streaming responses
Content from issues.apache.org is not included.CXF-5984Provide a simple way start a decoupled servlet endpoint
Content from issues.apache.org is not included.CXF-5986wadl2java maven plugin: add support for filename wildcards
Content from issues.apache.org is not included.CXF-5990Integration custom parser
Content from issues.apache.org is not included.CXF-6006StreamingOutput in JAXRS client proxies
Content from issues.apache.org is not included.CXF-6009Monitor contention at org.apache.cxf.transport.http.Headers
Content from issues.apache.org is not included.CXF-6019WSDLGetUtils: original exception isn't logged by exceptions in WSDL parser
Content from issues.apache.org is not included.CXF-6042Support certificate constraints in JAX-RS XML Signature
Content from issues.apache.org is not included.CXF-6043Multi User BaseDN Support for LdapClaimsHandler
Content from issues.apache.org is not included.CXF-6046Enhance SwaggerFeature to support JAX-RS annotations
Content from issues.apache.org is not included.CXF-6047Extend the STSTokenValidator to be able to call the issue binding
Content from issues.apache.org is not included.CXF-6048Support roles in the AuthPolicyValidatingInterceptor
Content from issues.apache.org is not included.CXF-6051Support sp13:Nonce + sp13:Created in the UsernameTokenInterceptor
Content from issues.apache.org is not included.CXF-6054Add a property to allow using unsigned saml tokens as principals
Content from issues.apache.org is not included.CXF-6064Improve WADL Generator Extensibility for ID generation
Content from issues.apache.org is not included.CXF-6074Add configured XmlAdapters
Content from issues.apache.org is not included.CXF-6079static-resource-list cache control
Content from issues.apache.org is not included.CXF-6081Make it easier to control the way AccessTokenService checks the passwords
Content from issues.apache.org is not included.CXF-6084Critical Header for JWS
Content from issues.apache.org is not included.CXF-6087Add a way to exclude (multiple) SSL/TLS protocols in the HTTPJ namespace
Content from issues.apache.org is not included.CXF-6098Use RSA-SHA256 by default when issuing tokens in the STS
Content from issues.apache.org is not included.CXF-6107Supporting (Un)marshaller aware XML Readers and Writers in jaxb data binding
Content from issues.apache.org is not included.CXF-6110AbstractSTSClient MEX: download XML schema from Location
Content from issues.apache.org is not included.CXF-6120Optionally disable the creation of the JMS Security Context for incoming messages
Content from issues.apache.org is not included.CXF-6124Switch http transport to use HttpService for OSGi
Content from issues.apache.org is not included.CXF-6131JAX-RS resource spring auto-discovery doesn't work in OSGi
Content from issues.apache.org is not included.CXF-6133Introduce Jwe and Jws exception classes to make it easier to provide dedicated JAX-RS exception mappers
Content from issues.apache.org is not included.CXF-6135CXF should be installable in karaf 4 minimal
Content from issues.apache.org is not included.CXF-6141KeyType information in STS Audit Log
Content from issues.apache.org is not included.CXF-6142OAuth2 AccessTokenValidator needs to accept more parameters
Content from issues.apache.org is not included.CXF-6148Adding support for xsd:choice in Javascript generator
Content from issues.apache.org is not included.CXF-6150Override XSLTJaxbProvider xsl path at runtime
Content from issues.apache.org is not included.CXF-6157Support storing of OAuth2 redirection state in a session token
Content from issues.apache.org is not included.CXF-6162Adding support for xsd:group ref in Javascript generator
Content from issues.apache.org is not included.CXF-6164OAuthClientUtils Consumer class needs to be moved to a standalone class
Content from issues.apache.org is not included.CXF-6167Add an ability to specify SOAP error parser for Javascript client
Content from issues.apache.org is not included.CXF-6168Avoid ServletController synchronizing on the destination by default
Content from issues.apache.org is not included.CXF-6173Unable to configure CXF StAX properties on a per-endpoint/client basis if a JAX-WS handler is configured
Content from issues.apache.org is not included.CXF-6175STS: warning message is not informative, in case if service doesn't match
Content from issues.apache.org is not included.CXF-6191Avoid Spring usage by configuration in ClassHelper
Content from issues.apache.org is not included.CXF-6199Allow scalability for slow services on jms
Content from issues.apache.org is not included.CXF-6200CXF JAX-RS Model extension should be usable without custom service classes
Content from issues.apache.org is not included.CXF-6206JAASLoginInterceptor: Return proper unauthorized response when JAAS login with basic auth fails
Content from issues.apache.org is not included.CXF-6220JWA algorithm representation code needs to be cleaned up
Content from issues.apache.org is not included.CXF-6223Support message property for encryption certificate
Content from issues.apache.org is not included.CXF-6227JAX-WS client performance improvements
Content from issues.apache.org is not included.CXF-6232Refactor CXF's Atmosphere based WebSocket transport for more flexible and extensible handling
Content from issues.apache.org is not included.CXF-6238Java2WADL : Generating response status attribute
Content from issues.apache.org is not included.CXF-6244ContentDisposition should support UTF-8 filenames
Content from issues.apache.org is not included.CXF-6251Allow org.apache.cxf.logging.enabled to have a value of "pretty" for pretty printing
Content from issues.apache.org is not included.CXF-6255WSS4JInInterceptor: "Security header, but it's a fault"
Content from issues.apache.org is not included.CXF-6267Refactor issuing and renewing SAML token functionality into utility class
Content from issues.apache.org is not included.CXF-6268Make cxf-codegen-plugin toolchains aware during maven build
Content from issues.apache.org is not included.CXF-6277Enhance the X509TokenValidator to also validate X509Data DOM Elements
Content from issues.apache.org is not included.CXF-6282Add ability to have proxies implement AutoCloseable
Content from issues.apache.org is not included.CXF-6283Support binary attributes in the LDAPClaimsHandler
Content from issues.apache.org is not included.CXF-6286Make request logging more Modular
Content from issues.apache.org is not included.CXF-6308Make WebSocket transport's embedded jetty mode to use atmosphere if available
Content from issues.apache.org is not included.CXF-6329Allow multiple atmosphere interceptors to be configured for the websocket transport
Content from issues.apache.org is not included.CXF-6333Support Inclusive C14N via security policy
Content from issues.apache.org is not included.CXF-6334Add the ability to plug in custom security policy validators for various assertions
Content from issues.apache.org is not included.CXF-6335Explicitly set HTTPConduit on client inbound message
Content from issues.apache.org is not included.CXF-6337Support the redirection directly via the injected JAX-RS ServletContext context
Content from issues.apache.org is not included.CXF-6341Add atmosphere when installing feature cxf-transports-websocket-server
Content from issues.apache.org is not included.CXF-6344Support system file location for JexlClaimMapper scripts
Content from issues.apache.org is not included.CXF-6345Support Logging in JexlClaimMapper scripts
Content from issues.apache.org is not included.CXF-6353provide a not typed way to configure cxf jaxrs clients
Content from issues.apache.org is not included.CXF-6363Introduce JwsHeaders
Content from issues.apache.org is not included.CXF-6372Generating distinct claim values for multi-value LDAP attributes
Content from issues.apache.org is not included.CXF-6381Upgrade to pax exam 4.5.0 and allow to test with karaf 4
Content from issues.apache.org is not included.CXF-6394Add an option to add the namespace map of the container element in the message
Content from issues.apache.org is not included.CXF-6399Add attributes transform handling in transform feature
Content from issues.apache.org is not included.CXF-6400Make ws-security.callback-handler optional for generating a WS-Security signature
Content from issues.apache.org is not included.CXF-6401Change the order that the set of security results are searched to create a security context
Content from issues.apache.org is not included.CXF-6404HTTPConduit performance improvements
Content from issues.apache.org is not included.CXF-6407Use default JVM cipher suites if no filters are specified
Content from issues.apache.org is not included.CXF-6411Improve NoOsgi Blueprint Integration
Content from issues.apache.org is not included.CXF-6414Add a way of including TLS protocols in the Jetty server
Content from issues.apache.org is not included.CXF-6417Investigate how the logging of binary attachment parts can be disabled
Content from issues.apache.org is not included.CXF-6419Update JMSEndpoint properties using EndpointInfo
Content from issues.apache.org is not included.CXF-6420Maven cxf-java2ws-plugin copies to the maven repository only the last wsdl of multiple services/executions - overwrites the others
Content from issues.apache.org is not included.CXF-6421Slim Exchange map down
Content from issues.apache.org is not included.CXF-6425Check for external transactions in PollingMessageListenerContainer
Content from issues.apache.org is not included.CXF-6438Optimize ExtensionInvocationHandler
Content from issues.apache.org is not included.CXF-6440New metrics component doesn't record metrics for Rest resources
Content from issues.apache.org is not included.CXF-6470Make SimplePrinciple Serializable
Content from issues.apache.org is not included.CXF-6476Introduce Swagger v1.5 feature (v2.0 specification)
Content from issues.apache.org is not included.CXF-6478Introduce the option to disable using query parameters to populate the form maps
Content from issues.apache.org is not included.CXF-6482Old javax.servlet.http version in oauth2 bundle
Content from issues.apache.org is not included.CXF-6483Sort ConfigurerImpl Matchers by a number of literal characters
Content from issues.apache.org is not included.CXF-6498Update JAX-RS 2.0 ClientImpl to support CXF features
Content from issues.apache.org is not included.CXF-6499WADL Generator should optionally ignore path params for the same path method evaluation
Content from issues.apache.org is not included.CXF-6508JAASLoginInterceptor should allow named Principals
Content from issues.apache.org is not included.CXF-6509CXF is mysterious about invalid JAX-RS bean classes
Content from issues.apache.org is not included.CXF-6521RS SAML Out Interceptors should be able to reuse tokens set by STSTokenOutInterceptor
Content from issues.apache.org is not included.CXF-6525Support for http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Only when using WSS-Policy
Content from issues.apache.org is not included.CXF-6557Use the default swagger-ui html page in swagger2 sample
Content from issues.apache.org is not included.CXF-6562ResourceOwnerGrantHandler: doesn't have getter for loginHandler
Content from issues.apache.org is not included.CXF-6565DOM4JProvider should support suppressing XML declarations
Content from issues.apache.org is not included.CXF-6566Update WADLGenerator to avoid converting existing resources to DOM
Content from issues.apache.org is not included.CXF-6568Default WebApplicationExceptionMapper should be optionally made less specific
Content from issues.apache.org is not included.CXF-6571Adding an option in Swager2Feature to scan non-swagger annotated resources
Content from issues.apache.org is not included.CXF-6572OAuth2 Hawk Scheme requests
Content from issues.apache.org is not included.CXF-6586Missing some bean properties in Swagger2Feature
Content from issues.apache.org is not included.CXF-6610Throttling Interceptors can not abort but only delay overflowing requests
Content from issues.apache.org is not included.CXF-6623Add support for nested @BeanParam's
Content from issues.apache.org is not included.CXF-6625Wadl-to-Java should be able to generate custom method annotation classes
Content from issues.apache.org is not included.CXF-6633Enhance Swagger feature with optional dynamic basePath, tags and Javadocs handling
Content from issues.apache.org is not included.CXF-6634Move DocumentationProvider interface out of .model.wadl. package
Content from issues.apache.org is not included.CXF-6643Upgrade Apache HTrace to 4.0
Content from issues.apache.org is not included.CXF-6644Move Basic JSON parser code into a dedicated module
Content from issues.apache.org is not included.CXF-6645Introduce a 'jose.debug' property
Content from issues.apache.org is not included.CXF-6658Make ServletContextResourceResolver optionally ignored
Content from issues.apache.org is not included.CXF-6661WADLGenerator should optionally include xsi schemaLocation
Content from issues.apache.org is not included.CXF-6663Scope based authorization support for OAuth2 RS endpoints
Content from issues.apache.org is not included.CXF-6686Provide AccessTokenValidator RFC7662
Content from issues.apache.org is not included.CXF-6690WADL2Java should try to split complex XJC parameters
Content from issues.apache.org is not included.CXF-6695SwaggerFeature: add support for @MatrixParam and @BeanParam
Content from issues.apache.org is not included.CXF-6712[cxf-java2wadl-plugin] Add parameter encoding to goal parsejavadoc
Content from issues.apache.org is not included.CXF-6716java2ws should log a warning message for a Holder parameter annoated with WebParam.Mode.IN property
Content from issues.apache.org is not included.CXF-6722OAuthDataProvider needs to have methods for listing client tokens
Content from issues.apache.org is not included.CXF-6732Allow SOAPAction to be overwritten via RequestContext property
Content from issues.apache.org is not included.CXF-6736Support login_hint at OidcClientCodeRequestFilter
Content from issues.apache.org is not included.CXF-6738Reduce contention on org.apache.cxf.binding.soap.SoapTransportFactory$SoapEndpointInfo
Content from issues.apache.org is not included.CXF-6739Reduce memory pressure in org.apache.cxf.attachment.AttachmentDeserializer
Content from issues.apache.org is not included.CXF-6766Option to disable XMLConstants.FEATURE_SECURE_PROCESSING in XSLTJaxbProvider
Content from issues.apache.org is not included.CXF-6767OSGI ServletImporter should be able to accept extra properties
Content from issues.apache.org is not included.CXF-6771JAX-RS ContextProvider should be able to support Servlet contexts
Content from issues.apache.org is not included.CXF-6774Allow ClientImpl to be thread-safe
Content from issues.apache.org is not included.CXF-6779Swagger Feature should become discoverable
Content from issues.apache.org is not included.CXF-6786avoid Error log from NamePasswordCallbackHandler
Content from issues.apache.org is not included.CXF-6789SwaggerFeature default resource package calculation should try to support multiple resource classes better
Content from issues.apache.org is not included.CXF-6802Decode ContentDisposition filename encoded with codepoints only
Content from issues.apache.org is not included.CXF-6808Update JWS/JWE utils to load named properties
Content from issues.apache.org is not included.CXF-6826Cache MediaTypeHeaderProvider.valueOf(String mType) results
Content from issues.apache.org is not included.CXF-6827OAuthRequestFilter should be able to cache token validation results
Content from issues.apache.org is not included.CXF-6831should be able to configure the certStore key type
Content from issues.apache.org is not included.CXF-6837Add cache for MessageBodyReader/Writer
Content from issues.apache.org is not included.CXF-6840xsd:import without schemaLocation does not get resolved in SchemaHandler
Content from issues.apache.org is not included.CXF-6861Introduce a typed JAXBElement provider
Content from issues.apache.org is not included.CXF-6903add a NameDigestPasswordCallbackHandler for JAASLoginInterceptor
Content from issues.apache.org is not included.CXF-6910don't need setSocketTimeout when create ahc RequestConfig
Content from issues.apache.org is not included.CXF-5118Create CXF interceptor which will use HTTPS client certificates to create JAAS SecurityContext
Content from issues.apache.org is not included.CXF-5607Support for CXF OAuth2 endpoints participating in OpenId-Connect flows
Content from issues.apache.org is not included.CXF-5909TLS Authenticated Handshake and Authentication/Authorization with JAAS by TLS Certificate
Content from issues.apache.org is not included.CXF-5923Create sample to demonstrate usage of search extension with Lucene and Tika
Content from issues.apache.org is not included.CXF-5996respect client cache headers
Content from issues.apache.org is not included.CXF-6028Improved metrics
Content from issues.apache.org is not included.CXF-6053Support JWS JSON Serialization
Content from issues.apache.org is not included.CXF-6085JWE JSON Serialization
Content from issues.apache.org is not included.CXF-6132Provide JAX-RS ServletContainerInitializer
Content from issues.apache.org is not included.CXF-6215Introduce JAX-RS DefaultMethod extension
Content from issues.apache.org is not included.CXF-6242Ability to configure the format of the marshalling / unmarshalling exceptions that are thrown by JAXB when schema validation is enabled.
Content from issues.apache.org is not included.CXF-6264Provide Swagger to CXF UserResource converter
Content from issues.apache.org is not included.CXF-6360Integration with Apache HTrace
Content from issues.apache.org is not included.CXF-6477Add "publish" attribute to jaxrs blueprint bean
Content from issues.apache.org is not included.CXF-6735Enable/Disable SecurityTokenReference with configuration for CXF/.NET interoperability
Content from issues.apache.org is not included.CXF-6784WS-Notification subscription should support renew
Content from issues.apache.org is not included.FEDIZ-134Create light-weight OIDC IDP
Content from issues.apache.org is not included.CXF-5855Introduce support for Server Sent Events
Content from issues.apache.org is not included.CXF-4780Enhance JAASAuthenticationFilter to support FORM login
Content from issues.apache.org is not included.CXF-4913Add 'validate' option to WADL to Java generator
Content from issues.apache.org is not included.CXF-5886Provide a default Ehcache based OAuth2 provider
Content from issues.apache.org is not included.CXF-5901Investigate how WebSocket Transport can support CORS
Content from issues.apache.org is not included.CXF-5941Update JAX-RS version to 2.0.1
Content from issues.apache.org is not included.CXF-5993Update to Jettison 1.3.6
Content from issues.apache.org is not included.CXF-6052Upgrade the Karaf version to support JDK8
Content from issues.apache.org is not included.CXF-6121Update to Jettison 1.3.7
Content from issues.apache.org is not included.CXF-6165Create OIDC OAuth2 demo
Content from issues.apache.org is not included.CXF-6253Upgrade async-http-client to 1.9.8
Content from issues.apache.org is not included.CXF-6278Introduce MessageDigestInputStream utility class
Content from issues.apache.org is not included.CXF-6279Introduce X509 Certificate Path validation utility code
Content from issues.apache.org is not included.CXF-6280Consider providing a DirectAccessToken JAXRS service
Content from issues.apache.org is not included.CXF-6391Create JAX-WS and JAX-RS Spring Boot demo
Content from issues.apache.org is not included.CXF-6397Upgrade atmosphere to 2.3.0
Content from issues.apache.org is not included.CXF-6449Upgrade Atmosphere to 2.3.2
Content from issues.apache.org is not included.CXF-6487OIDC RP code needs to pass a verification test
Content from issues.apache.org is not included.CXF-6490Create OIDC Authentication Only demo
Content from issues.apache.org is not included.CXF-6503Investigate if WADL JavaDocProvider can report JavaDocs of inherited methods
Content from issues.apache.org is not included.CXF-6530Add a webapp version of Swagger2Feature sample using spring
Content from issues.apache.org is not included.CXF-6541Add an OSGi version of Swagger2Feature sample using blueprint
Content from issues.apache.org is not included.CXF-6725Remove deprecated JOSE configuration properties
Content from issues.apache.org is not included.CXF-6726Complete JOSE documentation
Content from issues.apache.org is not included.CXF-6815Upgrade Reflections bundle to version 0.9.10_3
Content from issues.apache.org is not included.CXF-6818Upgrade to latest Jetty8 8.1.19.v20160209
Content from issues.apache.org is not included.CXF-6853Support encoded value in @ApplicationPath
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-56363rd party alignments - built from source strict alignments
Content from issues.apache.org is not included.CXF-6070NPE while calling a webservice using a clientproxy
Content from issues.apache.org is not included.CXF-6129CXF STS basic systests failure
Content from issues.apache.org is not included.CXF-6130all tests in org.apache.cxf.osgi.itests failed
Content from issues.apache.org is not included.CXF-6202Create JWS JoseCookBook tests
Content from issues.apache.org is not included.CXF-6318Execute JAXRS WebSocket systests with and without atmosphere
Content from issues.apache.org is not included.CXF-6346Unit test failures with JDK8
Content from issues.apache.org is not included.CXF-6068Make org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor compatible with WebSphere 7
Content from issues.apache.org is not included.CXF-6704Upgrade to httpclient 4.5.x
Content from issues.apache.org is not included.CXF-6790change accessibility of WadlGenerator.getBaseUri(...) to protected

6.6. Fuse on JBoss EAP

Table 6.6, “Fuse on EAP Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.6. Fuse on EAP Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-4479Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option
Content from issues.jboss.org is not included.ENTESB-4685Package javadocs with distro
Content from issues.jboss.org is not included.ENTESB-5072Update to fuse-patch-2.1.0

6.7. Container - 6.3.0

Table 6.7, “Container Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.7. Container Enhancements in 6.3.0

EnhancementDescription
Content from issues.apache.org is not included.KARAF-4343Upgrade to Xalan 2.7.2_3
Content from issues.apache.org is not included.KARAF-4449Upgrade to Aries proxy-impl 1.0.5
Content from issues.jboss.org is not included.ENTESB-4135Update to the JMS 2.0 API
Content from issues.jboss.org is not included.ENTESB-4479Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option
Content from issues.jboss.org is not included.ENTESB-4674jmxRole configuration not inherited from parent when creating child container
Content from issues.jboss.org is not included.ENTESB-4787Fabric child container's initial properties should default to those of its parent
Content from issues.jboss.org is not included.ENTESB-4839System scripts: provide Systemd templates to manage Karaf child instances
Content from issues.jboss.org is not included.ENTESB-4865Improve support for Solaris 10 init scripts
Content from issues.jboss.org is not included.ENTESB-4989Improve fuse init scripts
Content from issues.jboss.org is not included.ENTESB-5215Add "-Xshareclasses:none" to DEFAULT_JAVA_OPTS for IBM Java
Content from issues.jboss.org is not included.ENTESB-5553Use Red Hat build of winsw
Content from issues.jboss.org is not included.ENTESB-5632Download brew tanuki libs rather than checking them into source
Content from issues.jboss.org is not included.ENTESB-4386Use system specific init scripts
Content from issues.jboss.org is not included.ENTESB-4440upgrade to jetty 9
Content from issues.jboss.org is not included.ENTESB-5236Need DigestPasswordLoginModule so PasswordDigest can work with Karaf JAAS realm
Content from issues.apache.org is not included.ARIES-1395Add a structure-only option to Blueprint xml-validation feature
Content from issues.apache.org is not included.KARAF-2921bin/karaf selecting the wrong Java VM on a computer with Java 8 installed
Content from issues.apache.org is not included.KARAF-3016Be able to redirect child instance std out in a file
Content from issues.apache.org is not included.KARAF-4243Add apache ignite to feature repo:add shorthand
Content from issues.apache.org is not included.KARAF-4351[RBAC] Optimize access to JMXSecurityMBean.canInvoke(Map)
Content from issues.apache.org is not included.KARAF-4520Add DigestPasswordLoginModule so PasswordDigest can work with Karaf JAAS realm
Content from issues.apache.org is not included.KARAF-4523JMXSecurityMBean bulk canInvoke should be robust even if bulkQuery contains duplicate operations
Content from issues.apache.org is not included.KARAF-4157Provide system script to start Karaf without service wrapper
Content from issues.jboss.org is not included.ENTESB-4953incorrect version imports in features:install camel-spring-security
Content from issues.jboss.org is not included.ENTESB-5243Upgrade pax-url to version >= 2.4.7
Content from issues.jboss.org is not included.ENTESB-1335Use Red Hat Tanuki build in Fuse 6.1
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-5376Remove spring-dm support
Content from issues.jboss.org is not included.ENTESB-5408Upgrade to Pax Logging 1.8.5
Content from issues.jboss.org is not included.ENTESB-55Staring FuseESB on Windows shows karaf in the window title bar
Content from issues.jboss.org is not included.ENTESB-56363rd party alignments - built from source strict alignments
Content from issues.apache.org is not included.KARAF-4349Use the same approach of KARAF-4330 in karaf.bat script
Content from issues.apache.org is not included.KARAF-4363ssh:sshd command shows default values twice

6.8. Fuse Fabric - 6.3.0

Table 6.8, “Fabric Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.8. Fabric Enhancements in 6.3.0

EnhancementDescription
Content from issues.apache.org is not included.KARAF-4449Upgrade to Aries proxy-impl 1.0.5
Content from issues.jboss.org is not included.ENTESB-2705Appending value to property in default profile breaks property file
Content from issues.jboss.org is not included.ENTESB-3155mq-create : use default-version when no version is specified, instead of 1.0
Content from issues.jboss.org is not included.ENTESB-4135Update to the JMS 2.0 API
Content from issues.jboss.org is not included.ENTESB-4221Please tidy up jetty port references in our configuration files
Content from issues.jboss.org is not included.ENTESB-4222Improve the recovery of fuse ensemble cluster
Content from issues.jboss.org is not included.ENTESB-4581Fabric8 jvm options for nodes should be applied when node is started using bin/karaf
Content from issues.jboss.org is not included.ENTESB-4583Need a way to change the user credentials for managing SSH containers
Content from issues.jboss.org is not included.ENTESB-4598Need 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-4674jmxRole configuration not inherited from parent when creating child container
Content from issues.jboss.org is not included.ENTESB-4684Request to provide additional status in the fabric:container-list command
Content from issues.jboss.org is not included.ENTESB-4726Upgrade swagger to 1.5.4
Content from issues.jboss.org is not included.ENTESB-4787Fabric child container's initial properties should default to those of its parent
Content from issues.jboss.org is not included.ENTESB-4917Enhance Exception Reporting In FabricFeaturesServiceImpl
Content from issues.jboss.org is not included.ENTESB-5041Add option to "fabric:requirements-export" command to indent requirements-export json output
Content from issues.jboss.org is not included.ENTESB-5052Update 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-5182Please include org.springframework/spring-webmvc in Fuse BOM
Content from issues.jboss.org is not included.ENTESB-5479Fabric should externalize jolokia-access.xml, or provide similar configuration facilities
Content from issues.jboss.org is not included.ENTESB-5533unable 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-5805beginner/camel-log-wiki example uses invalid timer value
Content from issues.jboss.org is not included.ENTESB-4340Delete bin/deletefabric8 script
Content from issues.jboss.org is not included.ENTESB-4386Use system specific init scripts
Content from issues.jboss.org is not included.ENTESB-4440upgrade to jetty 9
Content from issues.jboss.org is not included.ENTESB-4441upgrade to CXF 3.1
Content from issues.jboss.org is not included.ENTESB-4852Support AMQ 7 clients and camel connector
Content from issues.jboss.org is not included.ENTESB-4901Missing --manual-ip parameter for fabric:container-resolver-set manualip
Content from issues.apache.org is not included.ARIES-1395Add a structure-only option to Blueprint xml-validation feature
Content from issues.apache.org is not included.CAMEL-9039Feature camel-core contains bundles, which should be made optional for micro-services deployment
Content from issues.jboss.org is not included.ENTESB-4806Race condition in Fabric environment deploying SAP Components to child container
Content from issues.jboss.org is not included.ENTESB-5243Upgrade 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-4857Disable geoIP by default
Content from issues.jboss.org is not included.ENTESB-5408Upgrade to Pax Logging 1.8.5
Content from issues.jboss.org is not included.ENTESB-56363rd 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

6.9. Management Console - 6.3.0

Table 6.9, “Enhancements in 6.3.0” lists the enhancements in 6.3.0.

Table 6.9. Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-4479Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option
Content from issues.jboss.org is not included.ENTESB-4581Fabric8 jvm options for nodes should be applied when node is started using bin/karaf
Content from issues.jboss.org is not included.ENTESB-4599Hawtio: Update Camel tab for new or removed camel contexts/routes [Fabric mode]
Content from issues.jboss.org is not included.ENTESB-5479Fabric should externalize jolokia-access.xml, or provide similar configuration facilities
Content from issues.jboss.org is not included.ENTESB-5791Jolokia - 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-5004Update Fuse Jenkins to use Build Pipelines
Content from issues.jboss.org is not included.ENTESB-56363rd party alignments - built from source strict alignments

6.10. JON Plug-Ins

Table 6.10, “JON Plug-In Enhancements in 6.3.0” lists the enhancements in version 6.3.0.

Table 6.10. JON Plug-In Enhancements in 6.3.0

EnhancementDescription
Content from issues.jboss.org is not included.FUSEJON-126AMQ Restart via JBoss ON fails sometimes

Chapter 7. Supported Configurations

7.1. Information on the Customer Portal

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.