Release Notes

Red Hat Fuse 7.0

What's new in Red Hat Fuse

Abstract

These notes provide an overview of the changes between Red Hat Fuse releases.

Chapter 1. Fuse 7.0 Product Overview

1.1. Fuse 7.0

Welcome to the Fuse 7.0 GA release!

This release continues the evolution of Red Hat Fuse with major component upgrades and expanded range of features for the Apache Karaf, JBoss EAP, and Spring Boot containers. In addition, this release introduces a new approach to creating integrations, Fuse Online, which is hosted on OpenShift Online.

1.2. Fuse distributions

Fuse 7.0 is provided in the form of three different distributions, as follows:

Fuse standalone

The classic distribution of Fuse, supported on multiple operating systems. This distribution is supported for the following container types:

  • Apache Karaf
  • JBoss Enterprise Application Platform (EAP)
  • Spring Boot
Fuse on OpenShift (previously, Fuse Integration Services)

The distribution of Fuse for running integration applications on OpenShift (supported on the Red Hat Enterprise Linux operating system). In this case, the supported container types are provided in the form of docker-formatted container images:

  • Java image (for Spring Boot)
  • Apache Karaf image:
  • JBoss EAP image (new in 7.0)
Fuse Online
The distribution of Fuse that is provided pre-installed on the OpenShift Online Professional tier (and also available for installing on an on-premises OpenShift cluster). In this case, application development is facilitated by a browser based UI, Ignite, and the workflow is simplified to make it accessible to non-expert integrators.

1.3. Uniform technology stack

In Fuse 7.0, the technology stack has been refactored and rationalized to provide a uniform technology stack across all of the supported container types. This uniform technology stack now has the following main components:

  • Apache Camel (application integration)
  • Apache CXF (Web services)
  • AMQ 7 clients with connectivity to an external broker
  • Narayana (transaction manager)
  • Undertow (Web container)

1.4. New features

Fuse 7.0 includes several major component upgrades and a large selection of new features. For details, consult the new features sections for each of the Fuse distributions:

Chapter 2. Fuse Online

Fuse Online, a new offering in Fuse 7.0, provides a web browser interface that lets a business expert integrate two or more different applications or services without writing code. It also provides features that allow the addition of code if it is needed for complex use cases.

Fuse Online runs an integration on OpenShift as a Spring Boot application that uses Apache Camel.

2.1. About the product name

Ignite is Red Hat’s web-based integration platform. Content from github.com is not included.Syndesis is the open source project for Ignite.

Ignite runs in two environments:

Product Name

Host Environment

Installation

Fuse Online

OpenShift Online

Red Hat installs and provisions Ignite on Red Hat infrastructure.

Ignite

OpenShift Container Platform

Customer installs and manages.

In user documentation, consider the names Fuse Online and Ignite as interchangeable.

2.2. Main features

A high level overview of Fuse Online is in Integrating Applications with Ignite.

The main features of Fuse Online in version 7.0 are:

  • Graphical web browser interface that lets business users create and monitor integrations.
  • Connectors that prompt for basic parameters so you can create an integration that connects to:

    • Amazon S3 buckets
    • AMQ and AMQP brokers
    • Dropbox
    • FTP and SFTP servers
    • HTTP and HTTPS endpoints
    • MQTT brokers
    • Salesforce
    • Slack channels and users
    • SQL databases (Apache Derby, MySQL, PostgreSQL)
    • Twitter
  • Built-in steps that operate on data obtained from a connection to a broker, server, or application:

    • Mapping data from the previous connection to the next connection in the integration
    • Basic filtering and advanced filtering
    • Adding log information beyond the extensive log information automatically provided
  • Visual cues that guide you through the creation of an integration, such as where data mapping is required.
  • Support for adding customizations including:

    • REST API client connector
    • Custom connector based on an Apache Camel component
    • Custom data operation for processing data between connections in an integration
    • Java Database Connection (JDBC) driver for a SQL database
  • Monitoring support that provides integration execution metrics, system metrics, and log information for each step in an integration.
  • Support for multiple versions of an integration.

2.3. Important notes

Important notes for the Fuse 7.0 release of the Fuse Online distribution:

  • A Fuse Online account is limited to a specific number of integrations that can be running at one time. For details, see the pricing plan. If you are using a Fuse Online evaluation account, then only one integration at a time can be running.
  • Connections to API clients are not required to specify input/output types. Input/output types are required, however, if you want to add a data mapper step to an integration before or after that connection.

2.4. Obtaining technical support

To obtain technical support, in Ignite, in the upper right, click InfoIcon and then click Support to display the Ignite support page. Use this page to download diagnostic information for all integrations or for one or more integrations that you choose. The page provides instructions for opening a support ticket and providing the diagnostic information that you downloaded.

2.5. Technology Preview features

This release also includes a Technology Preview feature that lets you change the default OAuth2 behavior of connections that you create from REST API client connectors. Vendor extensions to Swagger specifications support the following:

  • Providing client credentials as parameters.
  • Obtaining a new access token based on HTTP response status codes.
Important

Technology Preview features are not supported with Red Hat production service level agreements (SLAs), might not be functionally complete, and Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. For more information, see Red Hat Technology Preview features support scope.

Chapter 3. Fuse on OpenShift

Fuse on OpenShift is the new name for Fuse Integration Services, which enables you to deploy Fuse applications on OpenShift Container Platform.

3.1. Supported version of OpenShift

For details of the supported version (or versions) of OpenShift Container Platform to use with Fuse on OpenShift, see the Supported Configurations page.

3.2. Supported images

Fuse on OpenShift provides the following Docker-formatted images:

  • fuse7/fuse-java-openshift — Spring Boot
  • fuse7/fuse-karaf-openshift — Apache Karaf
  • fuse7/fuse-eap-openshift — Red Hat JBoss Enterprise Application Platform
  • fuse7/fuse-console — Hawtio console

3.3. New features

The main new features of Fuse on OpenShift in version 7.0 are:

New JBoss EAP image
This image provides a pre-configured installation of Fuse on JBoss EAP, making it easy to deploy Fuse applications on the JBoss EAP container.
New Hawtio console image
A Hawtio console that eases discovery and management of Hawtio enabled applications deployed on OpenShift.
Improved JVM memory tuning
In the Fuse on OpenShift images, the underlying Java virtual machine has been upgraded to a version with better JVM heuristics.
KARAF_FRAMEWORK_VERSION environment variable

A new KARAF_FRAMEWORK_VERSION environment variable is now provided in the Karaf container environment, making it easier to figure out the version of Apache Karaf that an application is running inside.

Note

This environment variable is intended to be readonly. Do not attempt to change the value of this environment variable.

3.4. Technology Preview features

The following features of Fuse on OpenShift are Technology Preview only and are not supported in Fuse 7.0:

Prometheus metrics
If you already have an installation of Grafana and Prometheus, you can use it to monitor Fuse applications deployed on OpenShift.
XA transactions with scalable deployments
This feature is demonstrated by the spring-boot-camel-xa quickstart and template, which demonstrates how to run a Camel service on Spring Boot that supports two external transactional resources: a JMS resource (AMQ), and a database (PostgreSQL).

3.5. Important notes

Important notes for the Fuse 7.0 release of the Fuse on OpenShift distribution:

Redeploying an application using the Fabric8 Maven plugin

When deploying a Fuse on OpenShift application to OpenShift Container Platform using the Fabric8 Maven plugin, you cannot redeploy the application using just the command mvn fabric8:deploy. Use the following sequence of commands instead:

mvn fabric8:undeploy
mvn fabric8:deploy
Red Hat Enterprise Linux is the only supported operating system
All of the provided Fuse on OpenShift images are based on the Red Hat Enterprise Linux O/S.

3.6. Upgrading to Fuse 7.0.1

The Fuse 7.0.1 micro release provides fixes for the issues listed in Chapter 8, Issues Resolved in Fuse 7.0.1. For full details of how to install the Fuse 7.0.1 micro release for Fuse on OpenShift, see Patching Fuse on OpenShift in "Fuse on OpenShift Guide".

Chapter 4. Fuse Standalone

4.1. Supported containers

Fuse standalone 7.0 is supported on the following runtime containers:

  • Spring Boot (standalone)
  • Apache Karaf
  • Red Hat JBoss Enterprise Application Platform (JBoss EAP)

4.2. New features

The main new features of Fuse standalone in version 7.0 are:

  • Spring Boot standalone is now a deployment option for Fuse applications. Standalone mode is where a Spring Boot application is built as a Jar file and runs directly in a Java virtual machine (JVM).
  • Major upgrade of JBoss EAP to version 7.1.
  • Apache Camel is upgraded to version 2.21.
  • Apache Camel features the following new Enterprise Integration Patterns:

    • Claim Check EIP with push/pop functionality.
    • Saga EIP for simulating transactions in distributed systems.
  • Apache Camel supports the following new data formats:

    • camel-asn1 - the ASN.1 data format is used for file transfer with telecommunications protocols.
    • camel-fastjson - JSon data format (using the FastJSon library) is used to unmarshal a JSon payload to a POJO; or to marshal a POJO back to a JSon payload.
    • camel-thrift - the Thrift data format allows you to call and expose remote procedure calls (RPC) with the Apache Thrift data format and serialization mechanism.
  • Many more Camel components are available for Camel on JBoss EAP. There are now almost as many Camel components available for the JBoss EAP container as for the Apache Karaf container.
  • Major upgrade of Apache Karaf, from version 2.4 to version 4.x.
  • Apache Karaf supports OSGi R6 (upgraded from OSGi R5).
  • Apache Karaf is now configured to use the Content from narayana.io is not included.Narayana transaction manager (replacing the Geronimo transaction manager used in Fuse 6.x).
  • Apache Karaf now supports the Content from undertow.io is not included.Undertow servlet container.
  • Apache Karaf has a new features resolver, which simplifies feature installation and lifecycle. The new resolver checks the feature requirements (defined directly in the features XML), and checks which bundles provide the capabilities to satisfy those requirements. It enables Karaf to install bundles required by features automatically.
  • Client-side integration with AMQ 7 (based on Content from activemq.apache.org is not included.ActiveMQ Artemis) is supported in Fuse 7.0. For more details, see the Supported Configurations page.
  • Web tooling has been upgraded to the PatternFly look and feel.
  • The following Apache Camel components are new in Fuse 7.0:

    • camel-atomix - a component to integrate Camel with Atomix
    • camel-aws - KMS component for managing Amazon KMS
    • camel-aws - MQ component for working with Amazon MQ
    • camel-aws - added lamda component to be used for invoking and working with AWS Lambda functions
    • camel-azure - to integrate with Microsoft Azure Cloud services
    • camel-caffeine - a component that allows you to interact with a Caffeine cache
    • camel-couchbase - The couchbase component allows you to treat CouchBase instances as a producer or consumer of messages.
    • camel-crypto-cms - a component for cryptographic message syntax
    • camel-digitalocean - The digitalocean component allows you to interact with the Digitalocean cloud
    • camel-drill - The drill component gives you the ability to querying to Apache Drill Cluster
    • camel-elasticsearch5 - to communicate with Elasticsearch Server using 5.x APIs
    • camel-elasticsearch-rest - The elasticsearch component is used for interfacing with ElasticSearch server using 5.x REST API.
    • camel-google-bigquery - Google BigQuery data warehouse for analytics (not on Apache Karaf).
    • camel-google-pubsub - allow you communicate with Google Cloud Pub/Sub
    • camel-grpc - The gRPC component is using for calling remote procedures via HTTP/2
    • camel-headersmap - a faster implementation of case-insenstive map (used by camel message headers) which can be added to classpath at runtime to be auto installed
    • camel-iec60870 - to integrate Camel with IEC 60870-5-104 IoT devices
    • camel-master - a component that leverage Cluster SPI to ensure that only a single consumer in a camel cluster is active at any point in time.
    • camel-milo - An OPC UA client and server component based on Eclipse Milo
    • camel-mongodb3 - Evolution of the component based on v3 driver. Camel-Mongodb still exists allowing compatibility with the v2 driver.
    • camel-olingo4 - Communicates with OData 4.0 services using Apache Olingo OData API.
    • camel-openstack - allow you to communicate with an Openstack infrastructure
    • camel-opentracing - Distributed tracing using OpenTracing
    • camel-pubnub - To send and receive messages to PubNub data stream network for connected devices.
    • camel-reactor - a reactor based back-end for camel’s reactive streams component
    • camel-rest-swagger - for accessing REST resources using Swagger specification as configuration
    • camel-sjms2 - JMS 2.0 api compatible component of the SJMS component.
    • camel-spring-cloud - integrates with Spring Cloud
    • camel-spring-cloud-netflix - integrates with Spring Cloud Netflix (not on Apache Karaf or JBoss EAP).
    • camel-thrift - the Thrift component allows to call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism
    • camel-tika - integrates with Apache Tika to extract content and metadata from thousands of file types
    • camel-twilio - a component that allows you to interact with Twilio REST APIs to call phones, send texts, etc. from a Camel route
    • camel-wordpress - To integrate Camel with Wordpress (not on JBoss EAP).
    • camel-xchange - The camel-xchange component provide access to many bitcoin and altcoin exchanges for trading and accessing market data (not on JBoss EAP).
    • camel-yql - The YQL (Yahoo! Query Language) platform enables you to query, filter, and combine data across the web (not on JBoss EAP).
    • camel-zendesk - interacts with Zendesk server with using Zendesk Java Client

4.3. Important notes

Important notes for the Fuse 7.0 release of the Fuse standalone distribution:

Fuse Console (Hawtio) is not remotely accessible by default
In Fuse 7.0, remote access to the Fuse Console is restricted by a Cross-Origin Resource Sharing (CORS) whitelist. By default, the Fuse Console can only be accessed from the local host. To open up access from remote hosts, you need to add hostnames to the CORS whitelist. For more details, see Managing Fuse.
Some Karaf-related components have been removed in 7.0
As part of the consolidation and refactoring of Fuse, a number of components related to the Apache Karaf container have been removed in version 7.0. For more details, see Chapter 5, Deprecated and Removed Features.

4.4. Upgrading to Fuse 7.0.1

The Fuse 7.0.1 micro release provides fixes for the issues listed in Chapter 8, Issues Resolved in Fuse 7.0.1.

4.4.1. Upgrading applications to 7.0.1 using the old-style BOM

To upgrade your Fuse standalone applications to use the 7.0.1 dependencies, edit the Maven pom.xml and change the versions of the BOMs and Maven plugins listed in the following table:

Table 4.1. Maven BOM and plugin versions for 7.0.1 using the old-style BOM

Container TypeMaven BOM or Plugin Artifact groupId/artifactIdVersion for Fuse 7.0.1

Spring Boot

io.fabric8/fabric8-project-bom-camel-spring-boot

3.0.11.fuse-000065-redhat-3

io.fabric8/fabric8-maven-plugin

3.5.33.fuse-000089-redhat-4

org.springframework.boot/spring-boot-maven-plugin

1.5.13.RELEASE

Apache Karaf

io.fabric8/fabric8-project-bom-fuse-karaf

3.0.11.fuse-000065-redhat-3

org.apache.karaf.tooling/karaf-maven-plugin

4.2.0.fuse-000280-redhat-4

JBoss EAP

org.wildfly.camel/wildfly-camel-bom

5.1.0.fuse-000083-redhat-3

4.4.2. Upgrading applications to 7.0.1 using the new-style BOM

To upgrade your Fuse standalone applications to use the 7.0.1 dependencies, edit the Maven pom.xml and change the versions of the BOMs and Maven plugins listed in the following table:

Table 4.2. Maven BOM and plugin versions for 7.0.1 using the new-style BOM

Container TypeMaven BOM or Plugin Artifact groupId/artifactIdVersion for Fuse 7.0.1

Spring Boot

org.jboss.redhat-fuse/fuse-springboot-bom

7.0.1.fuse-000008-redhat-4

org.jboss.redhat-fuse/fabric8-maven-plugin

7.0.1.fuse-000008-redhat-4

org.jboss.redhat-fuse/spring-boot-maven-plugin

7.0.1.fuse-000008-redhat-4

Apache Karaf

org.jboss.redhat-fuse/fuse-karaf-bom

7.0.1.fuse-000008-redhat-4

org.jboss.redhat-fuse/karaf-maven-plugin

7.0.1.fuse-000008-redhat-4

JBoss EAP

org.jboss.redhat-fuse/fuse-eap-bom

7.0.1.fuse-000008-redhat-4

For more details about using the new-style BOM, see Migrate Maven Projects in "Migration Guide".

4.5. BOM files for Fuse 7.0

To configure your Maven projects to use the supported Fuse 7.0 artifacts, use the BOM versions documented in this section.

4.5.1. Old-style BOM

To upgrade your Fuse standalone applications to use the 7.0 dependencies, edit the Maven pom.xml and change the versions of the BOMs and Maven plugins listed in the following table:

Table 4.3. Maven BOM and plugin versions for 7.0 using the old-style BOM

Container TypeMaven BOM or Plugin Artifact groupId/artifactIdVersion for Fuse 7.0

Spring Boot

io.fabric8/fabric8-project-bom-camel-spring-boot

3.0.11.fuse-000039-redhat-1

io.fabric8/fabric8-maven-plugin

3.5.33.fuse-000067-redhat-1

org.springframework.boot/spring-boot-maven-plugin

1.5.12.RELEASE

Apache Karaf

io.fabric8/fabric8-project-bom-fuse-karaf

3.0.11.fuse-000039-redhat-1

org.apache.karaf.tooling/karaf-maven-plugin

4.2.0.fuse-000237-redhat-1

JBoss EAP

org.wildfly.camel/wildfly-camel-bom

5.1.0.fuse-000063-redhat-1

4.5.2. New-style BOM

To upgrade your Fuse standalone applications to use the 7.0 dependencies, edit the Maven pom.xml and change the versions of the BOMs and Maven plugins listed in the following table:

Table 4.4. Maven BOM and plugin versions for 7.0 using the new-style BOM

Container TypeMaven BOM or Plugin Artifact groupId/artifactIdVersion for Fuse 7.0

Spring Boot

org.jboss.redhat-fuse/fuse-springboot-bom

7.0.0.fuse-000027-redhat-1

org.jboss.redhat-fuse/fabric8-maven-plugin

7.0.0.fuse-000027-redhat-1

org.jboss.redhat-fuse/spring-boot-maven-plugin

7.0.0.fuse-000027-redhat-1

Apache Karaf

org.jboss.redhat-fuse/fuse-karaf-bom

7.0.0.fuse-000027-redhat-1

org.jboss.redhat-fuse/karaf-maven-plugin

7.0.0.fuse-000027-redhat-1

JBoss EAP

org.jboss.redhat-fuse/fuse-eap-bom

7.0.0.fuse-000027-redhat-1

For more details about using the new-style BOM, see Migrate Maven Projects in "Migration Guide".

Chapter 5. Deprecated and Removed Features

If you need any assistance or have any questions about the upcoming changes in Fuse 7, contact This content is not included.support@redhat.com.

5.1. Removed

The following features have been removed in Fuse 7.0:

Support for Red Hat JBoss Operations Network (JON) has been removed in 7.0
Since Fuse 7.0, Fuse on Karaf no longer supports JON and no longer provides JON plugins for integrating with the JON runtime.
Embedded ActiveMQ broker has been removed in 7.0
In Fuse 7.0, Fuse on Karaf no longer provides an embedded ActiveMQ Broker. To migrate your applications to Fuse 7.0, we recommend that you install Red Hat AMQ (Fuse includes an entitlement to Red Hat AMQ) and configure your applications to connect to the broker remotely. For more information on our supported brokers, see the Supported Configurations page and the messaging lifecycle page.
Fuse integration pack has been removed in 7.0
Support for running rules and processes is provided by components shipped with Red Hat JBoss BPM Suite and Red Hat JBoss BRMS.
Karaf console commands for child container administration have been removed in 7.0

In Fuse 7.0, the Karaf console commands for child container administration are not supported. That is, the console commands prefixed by instance: (Karaf 4.x syntax) and the console commands prefixed by admin: (Karaf 2.x syntax) are not supported.

Note

In the Fuse 7.0 GA release, the instance: commands are not blacklisted. This is a known issue.

SwitchYard has been removed in 7.0
In Fuse 7.0, SwitchYard has been removed, and you should use Apache Camel directly instead. For more detailed information, see the knowledge base article, SwitchYard Support Plan After Releasing Fuse 7.
Support for Fabric8 1.x has been removed in 7.0

In Fuse 7.0, Fabric8 v1 has been replaced by Fuse on OpenShift (previously, Fuse Integration Services), which includes components of Fabric8 v2 technology. Fuse on OpenShift provides a set of tools and Docker-formatted images that enable development, deployment, and management of integration microservices within OpenShift.

Although Fuse on OpenShift has a different architecture, it fulfills the same provisioning, automation, central configuration and management requirements that Fabric8 v1 provides. For more information, see Fuse on OpenShift Guide.

Camel components for Google App Engine have been removed in 7.0
The Camel components for Google App Engine (camel-gae) have been removed in Fuse 7.0.
Camel jBPM component has been removed in 7.0
The Camel jBPM component (camel-jbpm) has been removed in Fuse 7.0.
Tanuki based wrapper for installing Fuse as a service has been removed in 7.0
The Tanuki based wrapper scripts — generated using the wrapper:install Karaf console command — for installing Fuse as a service have been removed in Fuse 7.0. 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 has been removed in 7.0
In Fuse 7.0, the Smooks component for SwitchYard has been removed.
BPEL has been removed in 7.0
BPEL (based on the Content from riftsaw.jboss.org is not included.Riftsaw project) has been removed from Fuse 7.0. If you are currently using BPEL, it is recommended that you consider migrating to the Red Hat JBoss BPM Suite.
Design Time Governance has been removed in 7.0
The Design Time Governance component has been removed in 7.0.
Runtime Governance has been removed in 7.0
In Fuse 7.0, the Runtime Governance (RTGov) component has been removed.
S-RAMP has been removed in 7.0
The SOA Repository Artifact Model and Protocol (S-RAMP) component has been removed in Fuse 7.0.
bin/patch script has been removed in 7.0
The bin/patch script (bin\patch.bat on Windows O/S) has been removed in a Fuse 7.0.
Spring Dynamic Modules (Spring-DM) is not supported in 7.0
Spring-DM (which integrates Spring XML with the OSGi service layer in Apache Karaf) is not supported in Fuse 7.0 and you should use the Blueprint framework instead. Using Blueprint XML 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 not supported in 7.0
The Content from openjpa.apache.org is not included.Apache OpenJPA implementation of the Java Persistence API (JPA) is not supported in Fuse7.0. It is recommended that you use the Content from hibernate.org is not included.Hibernate implementation instead.

5.2. Replaced

The following features have been replaced in Fuse 7.0:

Geronimo transaction manager has been replaced in 7.0
In Fuse 7.0, the Geronimo transaction manager in the Karaf container has been replaced by Content from narayana.io is not included.Narayana.
Jetty container has been replaced in 7.0
In Fuse 7.0, the Jetty container has been 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 might be removed in a future release.

5.3. Deprecated

The following features have been deprecated in Fuse 7.0 and may be removed in a future release:

Camel MQTT component is deprecated
The Camel MQTT component is deprecated in Fuse 7.0 and will be removed in a future release of Fuse.
Camel Netty component is deprecated
The Camel Netty component is deprecated in Fuse 7.0 and will be removed in a future release of Fuse. It is recommended that you use the Camel Netty4 component instead.
Camel LevelDB component is deprecated on all operating systems except for Linux
Since 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.
BatchMessage class from the Camel SJMS component is deprecated
The BatchMessage class from the Camel SJMS component is deprecated in Fuse 7 (deprecated in Apache Camel since version 2.17) and may be removed from a future version of Apache Camel and Fuse.

Chapter 6. Unsupported Features in Fuse 7.0

The following features are unsupported in Red Hat Fuse 7.0.

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 Fuse. The presence of an example featuring Blueprint Web in the community edition of Apache Camel (provided as a separate download) does not imply that this feature is supported in Fuse.

The PHP scripting language is not supported in Apache Camel

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 Python scripting language is not supported in Apache Camel

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

Chapter 7. Known Issues

The following subsections describe the known issues in version 7.0.

7.1. CVE Security Vulnerabilities

As a middleware integration platform, 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 Fuse could have security vulnerabilities. This section documents known security vulnerabilities affecting third-party dependencies of Fuse 7.0.

This content is not included.ENTESB-12489 CVE-2019-9827 - Fuse Console standalone on Amazon Web Services
Due to security concerns, you should not deploy a standalone Fuse application to Amazon Web Services (AWS). This restriction applies to all supported standalone environments (Spring Boot 1.x and 2.x, Karaf, and Red Hat JBoss Enterprise Application Platform). If you want to deploy the Fuse Console standalone on AWS, it is highly recommended that you upgrade to Fuse 7.7 or later and disable the Fuse Console’s proxy servlet by setting the hawtio.disableProxy system property to true.
This content is not included.CVE-2017-12629 Solr/Lucene -security bypass to access sensitive data - CVE-2017-12629

Apache Solr is a popular open source search platform that uses the Apache Lucene search engine. If your application uses a combination of Apache Solr with Apache Lucene (for example, when using the Camel Solr component), it could be affected by this security vulnerability. Please consult the linked security advisory for more details of this vulnerability and the mitigation steps to take.

Note

The Fuse runtime does not use Apache Solr or Apache Lucene directly. The security risk only arises, if you are using Apache Solr and Apache Lucene together in the context of an integration application (for example, when using the Camel Solr component).

This content is not included.Multiple CVEs 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.

7.2. Fuse Online

The Fuse Online distribution and the Ignite UI have the following known issues:

Content from github.com is not included.2587 Cancel has no effect when importing integration
While importing an integration, pressing the Cancel button is not effective: the import happens anyway.
Content from github.com is not included.1558 "Save as draft" and "Publish" buttons
Both the Save as draft button and the Publish button remain active, even after a user has clicked on one of the buttons and started stepping through the procedure.
Content from github.com is not included.2163 Integration Editor: Save as Draft should display notification on success
After pressing the Save as Draft button, there is no success notification when the draft is saved successfully (in the event of an error, on the other hand, there is an error notification).
Content from github.com is not included.2561 Create LOGOUT Endpoint

When logout is invoked, it does not reliably clear all of the cookies for Ignite. Each environment with a different authentication provider (for example, RH-SSO or GitHub) presents different symptoms. Basic Authentication seems to be the most reliable, but problems have been reported in Firefox.

To avoid problems with stale cookies after logout, it is recommended that you clear the cache of Ignite cookies on your browser after logging out.

Content from github.com is not included.2579 Activity Log is inconsistent
The Activity Log is inconsistent due to limited ability to monitor Camel exchanges, which can be altered by any component present in the Integration.
Content from github.com is not included.698 DB Connector: SQL parser doesn’t recognize parameters for LIKE
In SQL statements containing the LIKE keyword (for example, DELETE FROM TODO WHERE task LIKE ‘:#param’), the LIKE keyword cannot be used with datamapper parameters, such as :#param.

7.3. Fuse on OpenShift

This section lists issues that affect the deployment of Fuse applications on OpenShift. For details of issues affecting specific containers, see also the sections for Spring Boot, Fuse on Apache Karaf, and Fuse on JBoss EAP. The Fuse on OpenShift distribution has the following known issues:

Content from issues.jboss.org is not included.OSFUSE-849 karaf-camel-amq - wrong service amqp name
In the karaf-camel-amq quickstart, before running the quickstart with the fabric8 Maven plugin, you must configure the src/main/fabric8/deployment.yml file to use the correct remote instance of AMQ EnMasse. The AMQP_SERVICE_NAME environment variable must point to the hostname of the external messaging route exposed by EnMasse. The quickstart must run on a different OpenShift project from the one where EnMasse is deployed.
Content from issues.jboss.org is not included.OSFUSE-848 karaf-camel-amq - missing log output in Openshift log
The karaf-camel-amq quickstart does not emit any output in the OpenShift log console because of an incorrect log configuration. Either delete the src/main/resources/assembly/etc/org.ops4j.pax.logging.cfg file to use the default configuration or provide a log4j2 configuration file (for example, like the one present in the karaf-camel-log quickstart).
Content from issues.jboss.org is not included.OSFUSE-718 [OSO][OCP 3.7] f-m-p redeployments failing to deploy

When deploying a Fuse on OpenShift application to OpenShift Container Platform 3.7 using the Fabric8 Maven plugin, you cannot redeploy the application using the command mvn fabric8:deploy. That is, the first time you deploy using mvn fabric8:deploy, the operation succeeds, but the second (and subsequent attempts) fail silently. The workaround is to undeploy before you redeploy, as follows:

mvn fabric8:undeploy
mvn fabric8:deploy

7.4. Fuse on Spring Boot

Fuse on Spring Boot has the following known issues:

Content from issues.jboss.org is not included.ENTESB-8118 Netty version alignment
In the Fuse 7.0 GA release, the version of Netty used by the ActiveMQ Artemis client is out of alignment with the version of Netty used by the Camel Netty component. If you use both of these components together in a Spring Boot application, two conflicting versions of Netty will be loaded into the classpath and you are likely to get errors such as NoSuchMethodError.
Content from issues.jboss.org is not included.OSFUSE-836 spring-boot-cxf (jaxrs, jaxws) - ClassNotFoundException

In the Fuse 7.0 GA release, the spring-boot-cxf-jaxrs and spring-boot-cxf-jaxws quickstarts for Fuse on OpenShift raise a ClassNotFoundException exception when building the project.

You can fix this error in the spring-boot-cxf-jaxws quickstart by editing the project’s pom.xml file to add the correct version of the logback-core dependency, as follows:

      <dependency>
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
        <exclusions>
          <exclusion>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
          </exclusion>
          <exclusion>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-core</artifactId>
        <version>1.1.11</version>
      </dependency>

You can fix this error in the spring-boot-cxf-jaxrs quickstart by editing the project’s pom.xml file to add the correct version of the logback-core dependency and the guava dependency version, as follows:

      <dependency>
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
        <exclusions>
          <exclusion>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
          </exclusion>
          <exclusion>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-core</artifactId>
        <version>1.1.11</version>
      </dependency>
      ...
      <dependency>
        <groupId>io.swagger</groupId>
        <artifactId>swagger-jaxrs</artifactId>
        <exclusions>
          <exclusion>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
          </exclusion>
         </exclusions>
      </dependency>

      <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>20.0</version>
      </dependency>

7.5. Fuse on on Apache Karaf

Fuse on Apache Karaf has the following known issues:

Content from issues.jboss.org is not included.ENTESB-8190 Two artifacts from indy are missing from mrrc, making a couple of features unable to install

In the Fuse 7.0 GA release, the following features cannot be installed in the Apache Karaf container:

camel-elasticsearch-rest
camel-hystrix
camel-jcifs
camel-olingo2
camel-olingo4
camel-rx
cxf-http-async
camel-spring-redis
connector

These features will be made available in a patch release for Fuse 7.0.

Content from issues.jboss.org is not included.ENTESB-8067 Unable to install connector
In the Fuse 7.0 GA release, feature:install connector returns an error.
Content from issues.jboss.org is not included.ENTESB-8068 Unable to install camel-spring-redis
In the Fuse 7.0 GA release, feature:install camel-spring-redis returns an error.
Content from issues.jboss.org is not included.ENTESB-8085 rxjava-1.3.5.redhat-001 is not an osgi bundle, but rxjava-1.3.5 is
In the Fuse 7.0 GA release, the camel-hystrix and camel-rx features cannot be installed.
Content from issues.jboss.org is not included.ENTESB-8140 Start level of hot deploy bundles is 80 by default

In the Fuse 7.0 GA release, in the Apache Karaf container the start level of hot deployed bundles is 80 by default. This can cause problems for the hot deployed bundles, because there are many system bundles and features that have the same start level. To work around this problem and ensure that hot deployed bundles start reliably, edit the etc/org.apache.felix.fileinstall-deploy.cfg file and change the felix.fileinstall.start.level setting as follows:

felix.fileinstall.start.level = 90
Content from issues.jboss.org is not included.ENTESB-8078 Fuse 7 can’t be started on HP-UX

In the Fuse 7.0 GA release, the Apache Karaf container fails to start on the HP-UX platform, reporting the error karaf: JVM must be greater than 1.8. To work around this error, edit the bin/inc script in your Apache Karaf installation. Replace the following line:

VERSION=$("${JAVA}" -version 2>&1 | grep -i version | sed 's/.*version ".*\.\(.*\)\..*"/\1/; 1q')

With this line:

VERSION=$("${JAVA}" -version 2>&1 | grep -i version | sed 's/.*version "[^\._]*\.\([^\._]*\)\..*"/\1/; 1q')
Content from issues.jboss.org is not included.ENTESB-8078 Fuse 7 can’t be started on HP-UX
In the Fuse 7.0 GA release, the Karaf container cannot be started on the HP-UX platform.
Content from issues.jboss.org is not included.ENTESB-7664 Installing framework-security feature kills karaf

The framework-security OSGi feature must be installed using the --no-auto-refresh option, otherwise this feature will shut down the Apache Karaf container. For example:

feature:install -v --no-auto-refresh framework-security
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.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.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 set up libsnappyjava.dylib in 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-2773 [platform AIX HPUX] camel-leveldb missing native library
The camel-leveldb feature is not supported on IBM AIX and HP-UX operating systems. To use the camel-leveldb feature, Red Hat JBoss Fuse must be run on Red Hat Enterprise Linux, Microsoft Windows Server or Oracle Solaris.
Content from issues.jboss.org is not included.ENTESB-3938 Fuse 6.2.1 takes a long time to start up on OpenStack

When a Fuse 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.

7.6. Apache Camel

Apache Camel has the following known issues:

Content from issues.jboss.org is not included.ENTESB-8116 camel-weather does not work on CR2
In the Fuse 7.0 GA release, the Camel Weather component does not work.
Content from issues.jboss.org is not included.ENTESB-8088 camel-linkedin: java.lang.SecurityException: Invalid CSRF code
In the Fuse 7.0 GA release, the Camel LinkedIn component does not work. The camel-linkedin quickstart is also not working.
Content from issues.jboss.org is not included.ENTESB-7839 \[camel-weather\] FreeGeoIpGeoLocationProvider does not work as expected
The camel-weather component fails to connect to the weather service.
Content from issues.jboss.org is not included.ENTESB-7469 Camel Docker component cannot use Unix socket connections on EAP
In Fuse 7.0, the camel-docker component can connect to Docker only through its REST API, not through UNIX sockets.
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-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 response 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).

Chapter 8. Issues Resolved in Fuse 7.0.1

The following table lists the Apache Karaf container issues that are resolved in Fuse 7.0.1.

Table 8.1. Issues resolved in Fuse 7.0.1

IssueDescription

Content from issues.jboss.org is not included.ENTESB-9178

Hawtio:osgi:Bundles: When you stop any bundle fuse will crash.

Content from issues.jboss.org is not included.ENTESB-9155

Features are not reinstalled after patching from 7.0 to 7.0.1

Content from issues.jboss.org is not included.ENTESB-9145

Karaf - Warning - failed to parse and instantiate of javax.servlet.ServletContainerInitializer in classpath

Content from issues.jboss.org is not included.ENTESB-9144

camel websocket - java.lang.ClassCastException: org.eclipse.jetty.util.DecoratedObjectFactory

Content from issues.jboss.org is not included.ENTESB-9119

Update fuse-ignite-upgrade image to address RHSA-2018:1957

Content from issues.jboss.org is not included.ENTESB-9073

"Weird behavior when ending a command with "", { or \ and hitting enter"

Content from issues.jboss.org is not included.ENTESB-9066

JLine may be used instead of AEsh when reinstalling features

Content from issues.jboss.org is not included.ENTESB-8982

Update Fuse entries in Openshift Catalog

Content from issues.jboss.org is not included.ENTESB-8735

CVE-2018-1000129 jolokia-core: jolokia: Cross site scripting in the HTTP servlet [fis-2.0]

Content from issues.jboss.org is not included.ENTESB-8573

CVE-2017-7536 hibernate-validator: Privilege escalation when running under the security manager [fis-2.0]

Content from issues.jboss.org is not included.ENTESB-8534

CVE-2018-1000130 jolokia-core: jolokia: JMX proxy mode vulnerable to remote code execution [fis-2.0]

Content from issues.jboss.org is not included.ENTESB-8225

Console unusable in docker

Content from issues.jboss.org is not included.ENTESB-8224

"NullPointerException in Æsh - with ""]"""

Content from issues.jboss.org is not included.ENTESB-8212

maven-bundle-plugin fails to parse meta-persistence

Content from issues.jboss.org is not included.ENTESB-8203

update Label for Fuse Console image

Content from issues.jboss.org is not included.ENTESB-8191

Æsh keys broken with bin/client

Content from issues.jboss.org is not included.ENTESB-8190

Several artifacts from indy are missing from mrrc, making a couple of features unable to install

Content from issues.jboss.org is not included.ENTESB-8185

Backport CAMEL-12514

Content from issues.jboss.org is not included.ENTESB-8174

Upgrade to Spring Boot 1.5.13

Content from issues.jboss.org is not included.ENTESB-8169

Swapped parameters in HttpServiceProxy.registerConstraintMapping

Content from issues.jboss.org is not included.ENTESB-8166

Update to latest wsdl2rest for Fuse 7.0.1

Content from issues.jboss.org is not included.ENTESB-8161

NullPointerException in Æsh

Content from issues.jboss.org is not included.ENTESB-8152

Update existing fuse launcher boosters with GA versions of images and dependencies

Content from issues.jboss.org is not included.ENTESB-8138

Backport CXF-7737

Content from issues.jboss.org is not included.ENTESB-8137

Pax web upgrade

Content from issues.jboss.org is not included.ENTESB-8118

Netty version alignment

Content from issues.jboss.org is not included.ENTESB-8116

camel-weather does not work on CR2

Content from issues.jboss.org is not included.ENTESB-8079

New API for authentication needed on Pax-Web

Content from issues.jboss.org is not included.ENTESB-8078

Fuse 7 can’t be started on HP-UX

Content from issues.jboss.org is not included.ENTESB-8073

Missing dependencies in cxf-parent

Content from issues.jboss.org is not included.ENTESB-8042

Enhance the Fuse / KeyCloak integration for CXF / Camel

Content from issues.jboss.org is not included.ENTESB-7952

CVE-2018-1274 spring-data-commons: Unlimited path depth in PropertyPath.java allow remote attackers to cause a denial of service [fuse-7.0.0]

Content from issues.jboss.org is not included.ENTESB-7951

CVE-2018-1273 spring-data-commons: Improper neutralization of special elements allow remote attackers to execute code via crafted requests [fuse-7.0.0]

Content from issues.jboss.org is not included.ENTESB-7926

Update FIS image version in spring-boot-camel-xml quickstart

Content from issues.jboss.org is not included.ENTESB-7705

Deadlock while using bundle:list or bundle:headers

Chapter 9. Issues Resolved in Fuse 7.0

The following sections list the issues that have been resolved in Fuse 7.0:

9.1. Apache Karaf container issues resolved in Fuse 7.0

The following table lists the Apache Karaf container issues that are resolved in Fuse 7.0.

Table 9.1. Apache Karaf container issues resolved

IssueDescription

Content from issues.jboss.org is not included.ENTESB-3684

New changes are not getting reflected If Switchyard Quickstart are modified and deployed to Fuse 6.2.

Content from issues.jboss.org is not included.ENTESB-4430

Missing explicit RBAC policies either in Standalone or in Fabric$

Content from issues.jboss.org is not included.ENTESB-4548

Log jolokia HTTP requests/responses

Content from issues.jboss.org is not included.ENTESB-4549

Simplify RBAC roles: Pick either EAP or Karaf model

Content from issues.jboss.org is not included.ENTESB-5066

Test transaction recovery

Content from issues.jboss.org is not included.ENTESB-6712

Investigate switching JLine to Aesh in Karaf kit

Content from issues.jboss.org is not included.ENTESB-6747

Make SSHD server threads configurable

Content from issues.jboss.org is not included.ENTESB-7110

Include Hibernate PostgreSQL Dialect for 9.x

Content from issues.jboss.org is not included.ENTESB-7138

Change winsw version in Karaf to redhat build.

Content from issues.jboss.org is not included.ENTESB-7173

Æsh problems under Windows

Content from issues.jboss.org is not included.ENTESB-7200

Add licenses to Karaf’s top-level pom file.

Content from issues.jboss.org is not included.ENTESB-7226

karaf command history lost each time restart the fuse karaf kit

Content from issues.jboss.org is not included.ENTESB-7250

Fuse 7 should provide features command

Content from issues.jboss.org is not included.ENTESB-7255

when shutdown karaf, see java.io.InterruptedIOException: null in the log

Content from issues.jboss.org is not included.ENTESB-7272

shutdown cmd cause NPE

Content from issues.jboss.org is not included.ENTESB-7376

JAX-RS Async feature does not work in Karaf 4/Undertow/XNIO

Content from issues.jboss.org is not included.ENTESB-7402

keymap: no such keymap `main' logged after starting karaf

Content from issues.jboss.org is not included.ENTESB-7403

Repeating command with !<number> throws String index out of range and shuts down karaf

Content from issues.jboss.org is not included.ENTESB-7410

\"Up\" arrow to repeat last command returns a penultimate command every 2nd try

Content from issues.jboss.org is not included.ENTESB-7539

Not unified style of acl permissions in some files

Content from issues.jboss.org is not included.ENTESB-7540

Review hawtio configuration in etc/system.properties

Content from issues.jboss.org is not included.ENTESB-7541

should add hawtio enabled roles in Karaf kit

Content from issues.jboss.org is not included.ENTESB-7565

shutdown command return null pointer exception

Content from issues.jboss.org is not included.ENTESB-7591

NoClassDefFoundError running fuse/bin/client

Content from issues.jboss.org is not included.ENTESB-7612

feature:install of multiple features seem to kill karaf console

Content from issues.jboss.org is not included.ENTESB-7624

Viewer can invoke bundle:info, but can’t get info of any bundle

Content from issues.jboss.org is not included.ENTESB-7627

camel:backlog-tracer-* commands defined in org.apache.karaf.command.acl.camel.cfg do not exist

Content from issues.jboss.org is not included.ENTESB-7635

Discrepancy in bundle:start-level command and jmx ACL

Content from issues.jboss.org is not included.ENTESB-7693

Typo in jmx.acl.org.apache.karaf.system.cfg rebootCleanAll

Content from issues.jboss.org is not included.ENTESB-7705

Deadlock while using bundle:list or bundle:headers

Content from issues.jboss.org is not included.ENTESB-7715

When karaf asks \"Display all 645 possibilities?\" you cant confirm/cancel with y/n

Content from issues.jboss.org is not included.ENTESB-7819

Unable to execute bin/shell

Content from issues.jboss.org is not included.ENTESB-7829

Remove unsupported feature repositories from Karaf repo

Content from issues.jboss.org is not included.ENTESB-7844

Move etc/jmx.acl.* files into etc/auth/

Content from issues.jboss.org is not included.ENTESB-7900

camel:route-show does not work on IBM java

Content from issues.jboss.org is not included.ENTESB-7916

Æsh history broken

Content from issues.jboss.org is not included.ENTESB-7941

Karaf child instance can’t find jolokia-access.xml file

Content from issues.jboss.org is not included.ENTESB-7954

Unable to execute aliases through bin/client

Content from issues.jboss.org is not included.ENTESB-8005

Add BouncyCastle libraries to Fuse 7 distro

Content from issues.jboss.org is not included.ENTESB-8048

Fuse 7 can’t be started on Solaris 11, Aix 7.2

Content from issues.apache.org is not included.KARAF-1001

Consistency between command annotation and blueprint

Content from issues.apache.org is not included.KARAF-1002

Switch the blueprint extender to synchronous mode

Content from issues.apache.org is not included.KARAF-1003

Karaf fails to start on a linux 32 bit system who’s libc version is 2.3.4.

Content from issues.apache.org is not included.KARAF-1004

Introduce paxexam-karaf into karaf tooling

Content from issues.apache.org is not included.KARAF-1005

Port current karaf integration tests to new test framework

Content from issues.apache.org is not included.KARAF-1006

Port current kittests to newly added integration test framework

Content from issues.apache.org is not included.KARAF-1007

Include paxexam-karaf testframework documentation into the manual

Content from issues.apache.org is not included.KARAF-1009

equinox Region support

Content from issues.apache.org is not included.KARAF-1010

Add 64Bit ServiceWrapper to karaf

Content from issues.apache.org is not included.KARAF-1013

Less verbose in log when mistyped commands at INFO level

Content from issues.apache.org is not included.KARAF-1014

Make files specified by ${includes} optional

Content from issues.apache.org is not included.KARAF-1015

ConfigMBean should use a different config pid than the config shell

Content from issues.apache.org is not included.KARAF-1017

Use the Pax Web features.xml for Pax Web 2.0 and further

Content from issues.apache.org is not included.KARAF-1019

Set java memory options only when required

Content from issues.apache.org is not included.KARAF-1020

BundleWatcher should look for SNAPSHOT

Content from issues.apache.org is not included.KARAF-1021

karaf-maven-plugin does not prefix non-bundles with the wrap: prefix when generating a feature.xml

Content from issues.apache.org is not included.KARAF-1022

java.io.tmpdir system property should use $KARAF_DATA/tmp in place of $KARAF_BASE/tmp

Content from issues.apache.org is not included.KARAF-1023

Add karaf activators for jars in the lib folder

Content from issues.apache.org is not included.KARAF-1024

Bug generating feature.xml when dependency has no manifest

Content from issues.apache.org is not included.KARAF-1025

Explicit Property Name in Karaf System Console

Content from issues.apache.org is not included.KARAF-1028

Upgrade to Felix Framework 4.0.2

Content from issues.apache.org is not included.KARAF-1029

Add completer support on option values

Content from issues.apache.org is not included.KARAF-1030

Grep command breaks existing line formating

Content from issues.apache.org is not included.KARAF-1031

Performance issue in the features jaxb support

Content from issues.apache.org is not included.KARAF-1032

Text improvements to Features XSD

Content from issues.apache.org is not included.KARAF-1033

Set the Features validation optional

Content from issues.apache.org is not included.KARAF-1035

Allow Karaf config commands to accept the pid as an option

Content from issues.apache.org is not included.KARAF-1036

Some MBeans don’t provide attribute correctly

Content from issues.apache.org is not included.KARAF-1039

Rename the org.apache.felix.gogo.commands package to org.apache.karaf.shell.commands

Content from issues.apache.org is not included.KARAF-1040

Commands should not catch exceptions but should rethrow them

Content from issues.apache.org is not included.KARAF-1041

create-kar goal should handle configfile

Content from issues.apache.org is not included.KARAF-1042

Upgrade to jline 2.6

Content from issues.apache.org is not included.KARAF-1045

Improved help system

Content from issues.apache.org is not included.KARAF-1048

make pom.xml eclipse 3.7 m2e friendly

Content from issues.apache.org is not included.KARAF-1051

addcommand / removecommand / eval should be in the shell scope

Content from issues.apache.org is not included.KARAF-1053

Removed unused folders/code from Assemblies

Content from issues.apache.org is not included.KARAF-1054

Setup eclipse targets now deprecated assembly folder.

Content from issues.apache.org is not included.KARAF-1055

New bundle:capabilities and bundle:requirements commands

Content from issues.apache.org is not included.KARAF-1057

Update the list of supported execution environments

Content from issues.apache.org is not included.KARAF-1064

BootstrapLogManager does not reuse the instantiated Handler

Content from issues.apache.org is not included.KARAF-1065

TextDumpProvider.createDump(DumpDestination) does not flush OutputStreamWriter

Content from issues.apache.org is not included.KARAF-1066

make features xml parser more forgiving

Content from issues.apache.org is not included.KARAF-1067

JDK7 compile issues with OsgiCommandSupport

Content from issues.apache.org is not included.KARAF-1068

Multiple blueprint plans using command namespace result in multiple converter registrations

Content from issues.apache.org is not included.KARAF-1069

create a ServerInfo service that Main sets up that exposes karaf home, base, data, instances, and the command line arguments

Content from issues.apache.org is not included.KARAF-1071

Cursor keys do not work in Karaf shell on windows

Content from issues.apache.org is not included.KARAF-1072

Provide man command as an alias to help

Content from issues.apache.org is not included.KARAF-1073

Add -r (reboot) and -h (halt) options to the system:shutdown command

Content from issues.apache.org is not included.KARAF-1075

pid is set as the factorypid when creating a factory configuration instance from the feature file

Content from issues.apache.org is not included.KARAF-1077

New service:list command focused on services instead of bundles

Content from issues.apache.org is not included.KARAF-1080

Spring feature repo for spring related features

Content from issues.apache.org is not included.KARAF-1086

Create Kar for Karaf demos

Content from issues.apache.org is not included.KARAF-1087

kar archetype

Content from issues.apache.org is not included.KARAF-1088

assembly archetype

Content from issues.apache.org is not included.KARAF-1090

deployers feature for fileinstall deployers that used to be in full profile

Content from issues.apache.org is not included.KARAF-1091

Upgrade maven bundle plugin to 2.3.6

Content from issues.apache.org is not included.KARAF-1092

Upgrade to Jasypt 1.8

Content from issues.apache.org is not included.KARAF-1094

Refactor Karaf Demos to new assemblies format

Content from issues.apache.org is not included.KARAF-1095

Update Branding Shell demo

Content from issues.apache.org is not included.KARAF-1096

Update Custom Command demo

Content from issues.apache.org is not included.KARAF-1097

Update Kar documentation

Content from issues.apache.org is not included.KARAF-1098

Update Dump Provider demo

Content from issues.apache.org is not included.KARAF-1099

Update Web demo

Content from issues.apache.org is not included.KARAF-1101

Completion does not work when quiesce manager is deployed

Content from issues.apache.org is not included.KARAF-1106

Jetty feature should use ServiceMix Spec for activation

Content from issues.apache.org is not included.KARAF-1107

Karaf should use directly commons-* bundles

Content from issues.apache.org is not included.KARAF-1109

Provide archetypes for bundle, bundle-blueprint, web-bundle, war

Content from issues.apache.org is not included.KARAF-1111

Add documentation about archetypes

Content from issues.apache.org is not included.KARAF-1112

shell:sleep should be in seconds

Content from issues.apache.org is not included.KARAF-1113

Add a web:launch command

Content from issues.apache.org is not included.KARAF-1114

osgi shell blueprint bundle shouldn’t use lazy default-activation

Content from issues.apache.org is not included.KARAF-1115

Add a jre.properties.cxf with all changes required to run cxf

Content from issues.apache.org is not included.KARAF-1117

Log messages appear on stdout when the feature http is installed

Content from issues.apache.org is not included.KARAF-1119

expose rmiregistry port as a service property

Content from issues.apache.org is not included.KARAF-1120

Upgrade to Spring 3.1.0.RELEASE

Content from issues.apache.org is not included.KARAF-1122

Feature <configfile/> creates an empty file if the file URL is not resolved

Content from issues.apache.org is not included.KARAF-1124

karaf does not work properly with closing brace in the working directory path

Content from issues.apache.org is not included.KARAF-1126

features-maven-plugin:validate goal raises a NPE if karafConfig configuration is not set

Content from issues.apache.org is not included.KARAF-1129

Allow configuring rmi Registry host as well as port

Content from issues.apache.org is not included.KARAF-1131

Remove PackageMBean and move operation to BundleMBean

Content from issues.apache.org is not included.KARAF-1132

Introduce new command feature:chooseurl to make it easy to install well known feature files

Content from issues.apache.org is not included.KARAF-1133

Error executing command 'start' when starting a child instance

Content from issues.apache.org is not included.KARAF-1135

Upgrade pax exam to 2.4.0

Content from issues.apache.org is not included.KARAF-1136

Rationalize Karaf 3.0 minimal distribution

Content from issues.apache.org is not included.KARAF-1137

Corrupted output for bundle:info command in 3.0.0-SNAPSHOT

Content from issues.apache.org is not included.KARAF-1139

Redeploy kar cause installing old feature

Content from issues.apache.org is not included.KARAF-1140

config:list has NPE since it uses a service after ungetting the service reference

Content from issues.apache.org is not included.KARAF-1141

Add jetty-websocket dependency for karaf standard features file

Content from issues.apache.org is not included.KARAF-1142

Get rid of the code using StartLevel and PackageAdmin has they are now deprecated

Content from issues.apache.org is not included.KARAF-1143

Karaf (Config Mbean) can not recognize the features when Karaf installation path containing blank space

Content from issues.apache.org is not included.KARAF-1144

When running a single remote command through SSH, the SCOPE variable isn’t set

Content from issues.apache.org is not included.KARAF-1145

Upgrade to pax-logging 1.6.4

Content from issues.apache.org is not included.KARAF-1150

admin:create command creates broken org.ops4j.pax.url.mvn.cfg file

Content from issues.apache.org is not included.KARAF-1154

Upgrade to eventadmin 1.2.14

Content from issues.apache.org is not included.KARAF-1155

Upgrade to Apache POM 10

Content from issues.apache.org is not included.KARAF-1158

Karaf trunk fails to build on a clean repo

Content from issues.apache.org is not included.KARAF-1159

Region support should be part of karaf-features-1.1.0.xsd

Content from issues.apache.org is not included.KARAF-1161

The shell:new action does not support the creation of arrays

Content from issues.apache.org is not included.KARAF-1162

A command that can not be loaded breaks the whole completion

Content from issues.apache.org is not included.KARAF-1163

Upgrade to Guava 11.0.1

Content from issues.apache.org is not included.KARAF-1169

Support for hidden features

Content from issues.apache.org is not included.KARAF-1172

Upgrade to Aries JNDI API 1.0.0

Content from issues.apache.org is not included.KARAF-1175

Duplicate key exception should be handle locally to avoid to affect the whole MBean

Content from issues.apache.org is not included.KARAF-1177

Upgrade to standalone tinybundle 1.0.0

Content from issues.apache.org is not included.KARAF-1178

OBR feature doesn’t work

Content from issues.apache.org is not included.KARAF-1179

\"dev:watch *\" doesn’t notice new bundles added to the container

Content from issues.apache.org is not included.KARAF-1183

Upgrade to slf4j 1.6.4

Content from issues.apache.org is not included.KARAF-1184

Upgrade to JUnit 4.10

Content from issues.apache.org is not included.KARAF-1185

Upgrade to Pax Logging 1.6.5

Content from issues.apache.org is not included.KARAF-1186

Provide a migration/update section in the manual

Content from issues.apache.org is not included.KARAF-1191

Switch back to millis per default on shell:sleep and introduce -s option

Content from issues.apache.org is not included.KARAF-1192

Upgrade to pax-web 2.0.0

Content from issues.apache.org is not included.KARAF-1193

Upgrade to pax-url 1.4.0.RC1

Content from issues.apache.org is not included.KARAF-1196

implement a 'watch' command so we can watch the output of a karaf command like the unix 'watch' mechanism

Content from issues.apache.org is not included.KARAF-1197

AdminService - Allow to provide a PrintStream so you can capture or control activity on the console

Content from issues.apache.org is not included.KARAF-1198

Add Maven repository metadata in the system repository

Content from issues.apache.org is not included.KARAF-1199

dev:watch command issues \"[WATCH]\" announcements only to the issuing shell

Content from issues.apache.org is not included.KARAF-1201

Update jline groupid in main pom and shell/console/pom

Content from issues.apache.org is not included.KARAF-1203

Make invoker in karaf testcontainer configurable

Content from issues.apache.org is not included.KARAF-1205

Upgrade to maven-bundle-plugin 2.3.7

Content from issues.apache.org is not included.KARAF-1206

Child instance doesn’t start

Content from issues.apache.org is not included.KARAF-1207

Karaf tooling exam regression tests failing on NoSuchMethodError com.google.common.io.Files.deleteRecursively

Content from issues.apache.org is not included.KARAF-1209

ServiceRecipe blueprint exception in the log

Content from issues.apache.org is not included.KARAF-1212

NPE during update of the FeatureFinder

Content from issues.apache.org is not included.KARAF-1213

Add option to configure BundleStartLvl of automatically installed base bundles

Content from issues.apache.org is not included.KARAF-1214

Improvement in Karaf log4j appender docs

Content from issues.apache.org is not included.KARAF-1215

Shell scripts are incompatible with /bin/sh on Solaris

Content from issues.apache.org is not included.KARAF-1216

add-features-to-repo goal does not reclaim file handles fast enough

Content from issues.apache.org is not included.KARAF-1219

Assemblies ignore some resources

Content from issues.apache.org is not included.KARAF-1220

o.p.karaf.management bundles must stop when its configured keystore is not available

Content from issues.apache.org is not included.KARAF-1222

System shell hangs after karaf integration tests had been run

Content from issues.apache.org is not included.KARAF-1223

Support mvn:* urls in karaf-maven-plugin:features-create-kar

Content from issues.apache.org is not included.KARAF-1224

Upgrade to Spring 3.1.1.RELEASE

Content from issues.apache.org is not included.KARAF-1225

Manual build fails

Content from issues.apache.org is not included.KARAF-1226

Karaf Client cannot run a script

Content from issues.apache.org is not included.KARAF-1228

application-without-isolation enterprise feature doesn’t install

Content from issues.apache.org is not included.KARAF-1230

Upgrade to jansi 1.8

Content from issues.apache.org is not included.KARAF-1231

Upgrade to EasyMock 3.1

Content from issues.apache.org is not included.KARAF-1232

Upgrade to Jasypt 1.9.0

Content from issues.apache.org is not included.KARAF-1233

Upgrade to asm 3.3.1

Content from issues.apache.org is not included.KARAF-1242

org.apache.karaf.scr.command format error

Content from issues.apache.org is not included.KARAF-1243

Karaf JMX Config MBean behaves in unpredictable ways

Content from issues.apache.org is not included.KARAF-1244

Deployer Transformers Supports Manifest Element without A Supporting Schema

Content from issues.apache.org is not included.KARAF-1245

blueprint deployer and spring deployer should get started before features.core bundle

Content from issues.apache.org is not included.KARAF-1246

add a version checker for karaf start script

Content from issues.apache.org is not included.KARAF-1247

maven-metadata-local.xml is not generated for bundles from a boot feature

Content from issues.apache.org is not included.KARAF-1252

Features core bundle should not depend to shell and management bundles

Content from issues.apache.org is not included.KARAF-1256

Archetypes should use dynamic variables

Content from issues.apache.org is not included.KARAF-1257

Configuration completers should avoid using getConfiguration method of config admin

Content from issues.apache.org is not included.KARAF-1258

Upgrade to Jetty 8.1.4

Content from issues.apache.org is not included.KARAF-1259

Upgrade to pax-url 1.4.0

Content from issues.apache.org is not included.KARAF-1261

Jaas commands should allow you to distinguish between to realms that have the same name

Content from issues.apache.org is not included.KARAF-1262

Reintroduce package:* modules

Content from issues.apache.org is not included.KARAF-1265

Add AIX, HP-UX, Solaris, and \"custom\" support in the service wrapper

Content from issues.apache.org is not included.KARAF-1267

Align Pax-web features with std. features

Content from issues.apache.org is not included.KARAF-1269

aries-annotation feature doesn’t install

Content from issues.apache.org is not included.KARAF-1270

Allow multiple commands in karaf 3.0.x bin/karaf script

Content from issues.apache.org is not included.KARAF-1271

Feature service should log in DEBUG instead of INFO

Content from issues.apache.org is not included.KARAF-1272

Upgrade to fileinstall 3.2.0

Content from issues.apache.org is not included.KARAF-1274

Please set svn:ignore to all eclipse’s project files

Content from issues.apache.org is not included.KARAF-1275

Refactor bundle modules into core, command, management

Content from issues.apache.org is not included.KARAF-1277

Features deployer is not in the startup.properties

Content from issues.apache.org is not included.KARAF-1281

New table support for shell

Content from issues.apache.org is not included.KARAF-1282

Remove osgi sources from karaf main

Content from issues.apache.org is not included.KARAF-1285

Karaf 3.x - Karaf bundle archetype maven bundle plugin configuration is missing \"instructions\" tags.

Content from issues.apache.org is not included.KARAF-1287

Check documentation consistent

Content from issues.apache.org is not included.KARAF-1289

Move the standard feature definition to the feature.xml

Content from issues.apache.org is not included.KARAF-129

Support for upgrading from one version of a feature to another version of the same feature

Content from issues.apache.org is not included.KARAF-1293

feature level start-level not completely finished…​.

Content from issues.apache.org is not included.KARAF-1295

serviceUrl in org.apache.karaf.management.cfg should use 0.0.0.0 but not localhost

Content from issues.apache.org is not included.KARAF-1296

Karaf startup without startup.properties

Content from issues.apache.org is not included.KARAF-1298

dev:watch does not work in some cases

Content from issues.apache.org is not included.KARAF-1299

Make sure that all karaf archetype contain a description

Content from issues.apache.org is not included.KARAF-1300

features managment should be more robust if customer features descriptor file has duplicated feature name

Content from issues.apache.org is not included.KARAF-1302

Replace MBeanRegistrer with aries jmx whiteboard and remove .management modules

Content from issues.apache.org is not included.KARAF-1304

Quick help text for features:info command is erroneous

Content from issues.apache.org is not included.KARAF-1305

Error with Basic HTTP Authentication when using karaf realm

Content from issues.apache.org is not included.KARAF-1307

Refactor http command and mbean to new module layout and change to use jmx whiteboard

Content from issues.apache.org is not included.KARAF-1318

User bundles are treated as system bundles

Content from issues.apache.org is not included.KARAF-132

The user name for the main console session is always \"karaf\"

Content from issues.apache.org is not included.KARAF-1327

Client: can’t execute alias command

Content from issues.apache.org is not included.KARAF-1328

jclouds feature repo url has been changed after version 1.0

Content from issues.apache.org is not included.KARAF-1331

Source distribution is missing

Content from issues.apache.org is not included.KARAF-1334

Use the new servicemix spec to allow the use of both the JRE implementations and implementations from bundles

Content from issues.apache.org is not included.KARAF-1343

Features repo points to the old pax-wicket app

Content from issues.apache.org is not included.KARAF-1346

Upgrade to Mina 2.0.4

Content from issues.apache.org is not included.KARAF-1354

SSH Log-In failes with \"Authentication failed\" with valid credentials

Content from issues.apache.org is not included.KARAF-1360

Configration update doesn’t work

Content from issues.apache.org is not included.KARAF-1362

Karaf web console does not work on tabs features, http and instance

Content from issues.apache.org is not included.KARAF-1367

Remove line number logging from default logging config

Content from issues.apache.org is not included.KARAF-1370

Loading snapshots from local repository does not work and the system dir should be read only

Content from issues.apache.org is not included.KARAF-1374

Fileinstaller logging by default is not enabled.

Content from issues.apache.org is not included.KARAF-1378

Upgrade to fileinstall 3.2.2

Content from issues.apache.org is not included.KARAF-1380

Add a command to easily name an instance

Content from issues.apache.org is not included.KARAF-1383

Fix warning messages during bundle build

Content from issues.apache.org is not included.KARAF-1385

Be able to disable the default PropertiesLoginModule

Content from issues.apache.org is not included.KARAF-1388

SSHD authorized key provider should log in DEBUG

Content from issues.apache.org is not included.KARAF-1389

SSH doesn’t correctly use the karaf.base variable

Content from issues.apache.org is not included.KARAF-1390

Embedded features should have POM dependencies on the projects they represent

Content from issues.apache.org is not included.KARAF-1391

Top-level build is missing obr module

Content from issues.apache.org is not included.KARAF-1392

Removing a KAR should uninstall the shipped features

Content from issues.apache.org is not included.KARAF-1393

Rename commands module to command

Content from issues.apache.org is not included.KARAF-1396

config:list command description should be enhanced

Content from issues.apache.org is not included.KARAF-1402

Order in test framework generated features.xml is wrong

Content from issues.apache.org is not included.KARAF-1406

scanFeatures is incompatible with editing the etc/org.apache.karaf.features.cfg file

Content from issues.apache.org is not included.KARAF-1407

Use useDeployFolder(false) together with scan features fail

Content from issues.apache.org is not included.KARAF-1410

Error in stop script if KARAF_DEBUG is enabled

Content from issues.apache.org is not included.KARAF-1416

Blueprint archetype instructions is missing

Content from issues.apache.org is not included.KARAF-1418

Instance command imports an internal package from instance core

Content from issues.apache.org is not included.KARAF-1427

Split shell console into API and impl

Content from issues.apache.org is not included.KARAF-1430

Default child instance config is not the same as the root instance

Content from issues.apache.org is not included.KARAF-1432

karaf:features-validate-descriptor parses system packages incorrectly

Content from issues.apache.org is not included.KARAF-1438

Simplify imports in bundle plugin for deployers

Content from issues.apache.org is not included.KARAF-1439

Re-add demos to Karaf 3.0 kits

Content from issues.apache.org is not included.KARAF-1442

Port deployer bundle demo to Karaf 3.0

Content from issues.apache.org is not included.KARAF-1444

Rename shell.shell to shell.commands.impl and make packages private

Content from issues.apache.org is not included.KARAF-1445

more svn:ignore are needed

Content from issues.apache.org is not included.KARAF-1446

Move help system and table out of console into separate modules

Content from issues.apache.org is not included.KARAF-1447

Make the three big (cxf, amq, camel) play nicely with Karaf 3 without change

Content from issues.apache.org is not included.KARAF-1448

diag command should print the full stacktrace instead of the messages only

Content from issues.apache.org is not included.KARAF-1449

The InstallKarMojo fails with a nullpointer if an artifact could not be retrieved

Content from issues.apache.org is not included.KARAF-1450

System bundles could be started without problems; all other bundles need to be forced

Content from issues.apache.org is not included.KARAF-1452

karaf-maven-plugin does not compile using java7

Content from issues.apache.org is not included.KARAF-1456

Upgrade to blueprint 1.0.0

Content from issues.apache.org is not included.KARAF-1457

Revert Aries JMX Update on SCR Management Component

Content from issues.apache.org is not included.KARAF-1458

Upgrade to ServiceMix Specs 2.0

Content from issues.apache.org is not included.KARAF-1462

Improvements to shell tables

Content from issues.apache.org is not included.KARAF-1468

Use the geronimo servlet spec instead of jetty' since it’s backward compatible

Content from issues.apache.org is not included.KARAF-1470

Cleanup: Remove no longer required org.apache.karaf.tooling.testing project

Content from issues.apache.org is not included.KARAF-1471

Use project.version instead of direct version in manual

Content from issues.apache.org is not included.KARAF-1472

Karaf manual references wrong artifacts

Content from issues.apache.org is not included.KARAF-1475

Support SSH agent forwarding and use the agent authentication when connecting to other instances

Content from issues.apache.org is not included.KARAF-1482

NullPointerException when deploying a feature without specified \"install\"-attribute

Content from issues.apache.org is not included.KARAF-1483

Help generation does not work for commands without noargs constructor

Content from issues.apache.org is not included.KARAF-1485

Use ShellTable in bundle:list

Content from issues.apache.org is not included.KARAF-1489

Add an itest showing how to correctly use tinybundles with provision in paxexam-karaf

Content from issues.apache.org is not included.KARAF-1490

upgrade to pax-logging 1.6.7

Content from issues.apache.org is not included.KARAF-1491

Admin service not able to start child instances when the JDK path contains a space on OS X

Content from issues.apache.org is not included.KARAF-1496

Bad login when using sufficient modules but when the first fail

Content from issues.apache.org is not included.KARAF-1499

InfoAction shell command should sort the properties from InfoProvider instances

Content from issues.apache.org is not included.KARAF-1500

Forgot a space between hours and minutes in InfoAction.java

Content from issues.apache.org is not included.KARAF-1502

Consolidate the feature commands about feature repositories

Content from issues.apache.org is not included.KARAF-1506

Check host keys when connecting to an ssh server using bin/client and ssh:ssh

Content from issues.apache.org is not included.KARAF-1509

Allow one step maven build by not using the lifecycle extension of the karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-1510

Deployer kar demo Jenkins build issue

Content from issues.apache.org is not included.KARAF-1511

Nullpointer exception when typing help test

Content from issues.apache.org is not included.KARAF-1513

SSH keystore incompatible if generated with IBM JDK

Content from issues.apache.org is not included.KARAF-1514

Improve feature file generation to be able to create features out of special feature poms

Content from issues.apache.org is not included.KARAF-1515

features-generate-descriptor does not set the version in generated features

Content from issues.apache.org is not included.KARAF-1517

Upgrade to OSGi Compendium 4.3.0

Content from issues.apache.org is not included.KARAF-1520

Upgrade to Jansi 1.9

Content from issues.apache.org is not included.KARAF-1521

add-features-to-repo goal should define a correct default value for repository

Content from issues.apache.org is not included.KARAF-1522

Test failures in tooling/exam/regression

Content from issues.apache.org is not included.KARAF-1524

Support creating a kar from the console

Content from issues.apache.org is not included.KARAF-1526

Upgrade to pax-url 1.4.2

Content from issues.apache.org is not included.KARAF-1528

Web:List command not working anymore

Content from issues.apache.org is not included.KARAF-1529

command-watch messes the output when used with commands that take longer than the interval

Content from issues.apache.org is not included.KARAF-1531

Upgrade to Felix ConfigAdmin 1.4.0

Content from issues.apache.org is not included.KARAF-1532

packing with karaf-assembly error

Content from issues.apache.org is not included.KARAF-1533

Add integration tests for karaf-maven-plugin:features-generate-descriptor

Content from issues.apache.org is not included.KARAF-1534

Upgrade to JLine 2.7

Content from issues.apache.org is not included.KARAF-1535

Upgrade to Felix Utils 1.2.0

Content from issues.apache.org is not included.KARAF-1536

Upgrade to Felix FileInstall 3.2.4

Content from issues.apache.org is not included.KARAF-1537

Additional integration tests for karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-1539

kar feature should a boot one

Content from issues.apache.org is not included.KARAF-1541

jaas:realm-manage raises a NullPointerException

Content from issues.apache.org is not included.KARAF-1544

Several bugs in main around locking

Content from issues.apache.org is not included.KARAF-1545

Jar files in lib directory require \"karaf-\" prefix in order to be loaded

Content from issues.apache.org is not included.KARAF-1546

Add -i/--install-all option to feature:add-url

Content from issues.apache.org is not included.KARAF-1549

Child instance features cfg file looks weird

Content from issues.apache.org is not included.KARAF-1551

Kar service should not install the kar contents into the system dir

Content from issues.apache.org is not included.KARAF-1552

Support kars that will not be auto started

Content from issues.apache.org is not included.KARAF-1553

Command service references should be AUTO_EXPORT_INTERFACES

Content from issues.apache.org is not included.KARAF-1556

standard-feature refers to non-existing \"commands\"-artifacts

Content from issues.apache.org is not included.KARAF-1558

Instance clone should be able to clone the root instance

Content from issues.apache.org is not included.KARAF-1559

Demos should be included in the distro but not in the repository list

Content from issues.apache.org is not included.KARAF-1561

Restart Framework from Web Console’s System Information tab results in Karaf dying

Content from issues.apache.org is not included.KARAF-1562

Improve message displayed when the JAAS login module doesn’t have a backing engine

Content from issues.apache.org is not included.KARAF-1563

Support clean-all & clean-cache directly in karaf main jar

Content from issues.apache.org is not included.KARAF-1564

karaf feature validate plugin should support to load the exports packages from dependency features

Content from issues.apache.org is not included.KARAF-1565

Clone operation should be provided by the instance MBean

Content from issues.apache.org is not included.KARAF-1566

instance:clone set the source instance in error

Content from issues.apache.org is not included.KARAF-1567

Upgrade to pax-web 2.0.1

Content from issues.apache.org is not included.KARAF-1568

Upgrade to sshd 0.7.0

Content from issues.apache.org is not included.KARAF-1570

Upgrade maven-external-dependency-plugin to 0.5

Content from issues.apache.org is not included.KARAF-1571

InstallKarsMojo fails to compile with jdk-7

Content from issues.apache.org is not included.KARAF-1572

JDBC Lock without using long running transactions

Content from issues.apache.org is not included.KARAF-1574

When two karaf containers are started locally, an exception is displayed at startup. A nicer message would be better.

Content from issues.apache.org is not included.KARAF-1577

Upgrade to slf4j 1.6.6

Content from issues.apache.org is not included.KARAF-1578

Upgrade to pax-logging 1.6.9

Content from issues.apache.org is not included.KARAF-1579

Upgrade to commons-compress 1.4.1

Content from issues.apache.org is not included.KARAF-1580

Demo should exclude Eclipse and IntelliJ IDEA files

Content from issues.apache.org is not included.KARAF-1581

Upgrade to commons-jexl 2.1.1

Content from issues.apache.org is not included.KARAF-1582

Upgrade to Felix BundleRepository 1.6.6

Content from issues.apache.org is not included.KARAF-1583

karaf-maven-plugin ignores dependency on feature

Content from issues.apache.org is not included.KARAF-1585

Installing using wrap protocol fails when specifying bundle version

Content from issues.apache.org is not included.KARAF-1586

wrapper:install command should be usable outside OSGi too

Content from issues.apache.org is not included.KARAF-1587

When executing a command through the client, no error is printed in the console in case of errors

Content from issues.apache.org is not included.KARAF-1591

Upgrade to XBean 3.11.1

Content from issues.apache.org is not included.KARAF-1593

Pressing strg+d during log:tail make everything hang

Content from issues.apache.org is not included.KARAF-1596

Karaf pom still refers geronimo-spec 1.0 whereas 1.1 is in use

Content from issues.apache.org is not included.KARAF-1597

Upgrade to geronimo-jaspic 1.1

Content from issues.apache.org is not included.KARAF-1598

Upgrade to pax-runner 1.7.6

Content from issues.apache.org is not included.KARAF-1599

Upgrade to pax-swissbox 1.5.1

Content from issues.apache.org is not included.KARAF-1600

Avoid duplicate feature and bundle resolution when installing cascading features

Content from issues.apache.org is not included.KARAF-1601

Upgrade to maven-antrun-plugin 1.7

Content from issues.apache.org is not included.KARAF-1603

Upgrade to maven-surefire-plugin 2.12

Content from issues.apache.org is not included.KARAF-1604

Upgrade to maven-assembly-plugin 2.3

Content from issues.apache.org is not included.KARAF-1606

Upgrade to maven-compiler-plugin 2.5.1

Content from issues.apache.org is not included.KARAF-1607

Move dev commands and services to bundle, system and shell

Content from issues.apache.org is not included.KARAF-1608

Upgrade to maven-dependency-plugin 2.4

Content from issues.apache.org is not included.KARAF-1609

command-watch info does not work

Content from issues.apache.org is not included.KARAF-1610

Upgrade to maven-eclipse-plugin 2.9

Content from issues.apache.org is not included.KARAF-1611

Upgrade to maven-enforcer-plugin 1.1

Content from issues.apache.org is not included.KARAF-1613

Upgrade to maven-jar-plugin 2.4

Content from issues.apache.org is not included.KARAF-1615

Upgrade to maven-javadoc-plugin 2.8.1

Content from issues.apache.org is not included.KARAF-1616

Upgrade to maven-release-plugin 2.3.2

Content from issues.apache.org is not included.KARAF-1617

Blueprint deployer in combination with maven URL deployer creates wrong OSGi/blueprint/ file

Content from issues.apache.org is not included.KARAF-1619

Upgrade to maven-remote-resources-plugin 1.3

Content from issues.apache.org is not included.KARAF-1620

Upgrade to maven-shade-plugin 1.7

Content from issues.apache.org is not included.KARAF-1621

Upgrade to maven-site-plugin 3.1

Content from issues.apache.org is not included.KARAF-1622

Upgrade to maven-war-plugin 2.2

Content from issues.apache.org is not included.KARAF-1623

Upgrade to apache-rat-plugin 0.8

Content from issues.apache.org is not included.KARAF-1624

Rat checks fail

Content from issues.apache.org is not included.KARAF-1628

Make client indepenent of console

Content from issues.apache.org is not included.KARAF-1629

Command completer should complete only on first scope level

Content from issues.apache.org is not included.KARAF-1630

Upgrade to Aries Util 1.0.0

Content from issues.apache.org is not included.KARAF-1631

Upgrade to Aries Blueprint API 1.0.0

Content from issues.apache.org is not included.KARAF-1632

Upgrade to Aries JMX API 1.0.0

Content from issues.apache.org is not included.KARAF-1633

Description of rmiRegistryPort and rmiServerPort in org.apache.karaf.management.cfg file are the same

Content from issues.apache.org is not included.KARAF-1634

Upgrade to Felix Framework 4.0.3

Content from issues.apache.org is not included.KARAF-1635

config.properties should be filtered

Content from issues.apache.org is not included.KARAF-1636

Upgrade to Equinox 3.8

Content from issues.apache.org is not included.KARAF-1640

Make sure the local console is fully working before the user can type commands

Content from issues.apache.org is not included.KARAF-1641

Avoid embedding jline in the console

Content from issues.apache.org is not included.KARAF-1642

Upgrade to exec-maven-plugin 1.2.1

Content from issues.apache.org is not included.KARAF-1643

Upgrade to jaxb2-maven-plugin 1.3.1

Content from issues.apache.org is not included.KARAF-1644

Upgrade to Aries JNDI API 1.0.0

Content from issues.apache.org is not included.KARAF-1646

Upgrade to Pax Web 2.0.2

Content from issues.apache.org is not included.KARAF-1649

Upgrade to Aries JPA API 1.0.0

Content from issues.apache.org is not included.KARAF-1650

Upgrade to Aries Blueprint Annotation API 1.0.0

Content from issues.apache.org is not included.KARAF-1651

Upgrade to Aries JMX Blueprint API 1.0.0

Content from issues.apache.org is not included.KARAF-1652

Upgrade to Aries JMX Core 1.0.0

Content from issues.apache.org is not included.KARAF-1653

Upgrade to Aries JNDI Core 1.0.0

Content from issues.apache.org is not included.KARAF-1654

Upgrade to Aries Proxy API 1.0.0

Content from issues.apache.org is not included.KARAF-1655

ManagementCfg configuratoinPointers in tooling-exam are incorrect

Content from issues.apache.org is not included.KARAF-1656

use quiesce API 1.0.0 final instead of 1.0.1-SNAPSHOT

Content from issues.apache.org is not included.KARAF-1657

org.ops4j.pax.url.mvn.proxySupport=false

Content from issues.apache.org is not included.KARAF-1658

Upgrade to Aries JMX 1.0.0

Content from issues.apache.org is not included.KARAF-1659

Use dependencyManagement in features assemblies

Content from issues.apache.org is not included.KARAF-1660

Upgrade Aries Application API to 1.0.0

Content from issues.apache.org is not included.KARAF-1661

Upgrade Aries Application Utils to 1.0.0

Content from issues.apache.org is not included.KARAF-1662

Upgrade Aries Proxy Impl to 1.0.0

Content from issues.apache.org is not included.KARAF-1663

Upgrade Aries transaction manager to 1.0.0

Content from issues.apache.org is not included.KARAF-1665

Upgrade Aries JNDI rmi to 1.0.0

Content from issues.apache.org is not included.KARAF-1666

Default configuration for jetty.xml could create problems

Content from issues.apache.org is not included.KARAF-1668

Upgrade blueprint core to 1.0.0

Content from issues.apache.org is not included.KARAF-1669

Upgrade Aries Application to 1.0.0

Content from issues.apache.org is not included.KARAF-1670

Uprade Aries Application Management to 1.0.0

Content from issues.apache.org is not included.KARAF-1671

Uprade Aries Application Modeller to 1.0.0

Content from issues.apache.org is not included.KARAF-1672

Upgrade Aries Application Deployment 1.0.0

Content from issues.apache.org is not included.KARAF-1673

Upgrade to Aries JPA Blueprint 1.0.0

Content from issues.apache.org is not included.KARAF-1675

Wrapper service requires a shell

Content from issues.apache.org is not included.KARAF-1676

OBR URL’s in Karaf have no simple identifier

Content from issues.apache.org is not included.KARAF-1677

Unpacked KAR deployment

Content from issues.apache.org is not included.KARAF-1683

\"no matching cipher found\" error connecting via SSH to wrapper Karaf service - on Ubuntu

Content from issues.apache.org is not included.KARAF-1685

Upgrade to Aries Blueprint Annotation Impl 1.0.0

Content from issues.apache.org is not included.KARAF-1686

Upgrade to Aries Blueprint CM 1.0.0

Content from issues.apache.org is not included.KARAF-1687

Upgrade to Aries Blueprint Core Compatibility 1.0.0

Content from issues.apache.org is not included.KARAF-1688

Upgrade to Aries Blueprint JEXL Evaluator 1.0.0

Content from issues.apache.org is not included.KARAF-1689

Upgrade to Aries JNDI URL 1.0.0

Content from issues.apache.org is not included.KARAF-1690

Upgrade to Aries Transaction Wrappers 1.0.0

Content from issues.apache.org is not included.KARAF-1691

Remove Aries Quiesce dependencies

Content from issues.apache.org is not included.KARAF-1693

Rename command-watch to watch

Content from issues.apache.org is not included.KARAF-1695

startup fails on Windows with only JRE installed

Content from issues.apache.org is not included.KARAF-1696

Upgrade to Spring 3.1.2.RELEASE

Content from issues.apache.org is not included.KARAF-1699

MBeans should support the same flags as the commands

Content from issues.apache.org is not included.KARAF-1700

update manual to reflect JDBC Lock updates

Content from issues.apache.org is not included.KARAF-1702

Stopping the console bundle should not shutdown the osgi framework

Content from issues.apache.org is not included.KARAF-1704

Upgrade to Aries Transaction Blueprint 1.0.0

Content from issues.apache.org is not included.KARAF-1705

Sync features between 2.3 and trunk

Content from issues.apache.org is not included.KARAF-1710

Remove @version headers from source

Content from issues.apache.org is not included.KARAF-1711

Upgrade to pax-web 2.1.0

Content from issues.apache.org is not included.KARAF-1712

Use Pax-Web Features

Content from issues.apache.org is not included.KARAF-1713

Build failure at manual module

Content from issues.apache.org is not included.KARAF-1718

Add support for support for conditional bundle and feature definition inside features

Content from issues.apache.org is not included.KARAF-1719

Upgrade to javax.mail 1.4.5

Content from issues.apache.org is not included.KARAF-1722

Upgrade to Aries JMX Blueprint Core 1.0.1

Content from issues.apache.org is not included.KARAF-1723

Provide meaningful thread names for karaf console

Content from issues.apache.org is not included.KARAF-1728

BundleException: Bundle installation rejected by hook. error when installing from features XML file

Content from issues.apache.org is not included.KARAF-1729

Cannot uninstall bundle, bundle xx is invalid

Content from issues.apache.org is not included.KARAF-1732

Upgrade to ServiceMix Ant bundle 1.8.4_1

Content from issues.apache.org is not included.KARAF-1733

Upgrade to ServiceMix aopalliance bundle 1.0_6

Content from issues.apache.org is not included.KARAF-1734

When logging into karaf with ssh as user karaf the prompt shows admin@root

Content from issues.apache.org is not included.KARAF-1736

Feature spring-struts can’t be installed

Content from issues.apache.org is not included.KARAF-1737

Upgrade to ServiceMix cglib bundle 2.2.2_1

Content from issues.apache.org is not included.KARAF-1738

features-generate-descriptor should support \"install\" attribute

Content from issues.apache.org is not included.KARAF-1739

Upgrade to Jetty 8.1.5.v20120716

Content from issues.apache.org is not included.KARAF-1742

Add command to show list of threads and stack traces

Content from issues.apache.org is not included.KARAF-1744

Upgrade to guava 13.0

Content from issues.apache.org is not included.KARAF-1745

Upgrade to Felix WebConsole 4.0.0

Content from issues.apache.org is not included.KARAF-1746

karaf github contributions rules

Content from issues.apache.org is not included.KARAF-1747

Update to jline 2.8

Content from issues.apache.org is not included.KARAF-1751

Spring feature dependencies specified too tightly

Content from issues.apache.org is not included.KARAF-1752

hard coded features uri in features deployer feature discovery

Content from issues.apache.org is not included.KARAF-1754

updating features.xml in auto deploy folder results in duplication

Content from issues.apache.org is not included.KARAF-1756

No SSH connection possible on Debian 6.0.5

Content from issues.apache.org is not included.KARAF-1757

Welcome message incorrect during ssh session or using bin/client.

Content from issues.apache.org is not included.KARAF-1759

No Way To Start obr Dependencies By Default

Content from issues.apache.org is not included.KARAF-1761

classes list command

Content from issues.apache.org is not included.KARAF-1762

command to list bundles with the requested class

Content from issues.apache.org is not included.KARAF-1765

The obr Shell Deploy And Start Commands Always Deploy Optional Dependencies

Content from issues.apache.org is not included.KARAF-1769

Upgrade to pax-logging 1.6.10

Content from issues.apache.org is not included.KARAF-1774

Upgrade to pax-url 1.5.0

Content from issues.apache.org is not included.KARAF-1779

Upgrade to guava 13.0.1

Content from issues.apache.org is not included.KARAF-1787

Upgrade to commons-fileupload 1.2.2

Content from issues.apache.org is not included.KARAF-1788

Upgrade to commons-io 2.4

Content from issues.apache.org is not included.KARAF-1797

NPE thrown from OsgiConfiguration.unregister

Content from issues.apache.org is not included.KARAF-1798

Use exam framework for our itests and increase tests coverage

Content from issues.apache.org is not included.KARAF-1799

JAVA_HOME autodiscovery not working on Windows 7 (karaf.bat)

Content from issues.apache.org is not included.KARAF-1801

slf4j 1.7.0

Content from issues.apache.org is not included.KARAF-1803

Servlets attribute doesn’t work on HttpMBean

Content from issues.apache.org is not included.KARAF-1804

SystemMBean should support name attribute

Content from issues.apache.org is not included.KARAF-1806

Add version attribute in the SystemMBean

Content from issues.apache.org is not included.KARAF-1809

Feature spring-web-portlet can’t be installed

Content from issues.apache.org is not included.KARAF-1811

Remove section about console colors from manual

Content from issues.apache.org is not included.KARAF-1814

Cursor keys do not work when using bin/client on windows

Content from issues.apache.org is not included.KARAF-1815

When ssh’ing from a windows box into a unix box, arrow keys are not correctly interpreted

Content from issues.apache.org is not included.KARAF-1816

Upgrade to jline 2.9

Content from issues.apache.org is not included.KARAF-1817

Upgrade to sshd 0.8.0

Content from issues.apache.org is not included.KARAF-1818

Improve user guide

Content from issues.apache.org is not included.KARAF-1819

Upgrade to Mina 2.0.5

Content from issues.apache.org is not included.KARAF-1824

tooling-exam contains reference to wrong commons-io artifact

Content from issues.apache.org is not included.KARAF-1827

Build the manual within specific profiles

Content from issues.apache.org is not included.KARAF-1828

Build src distributions within specific profiles

Content from issues.apache.org is not included.KARAF-1834

Make KarafTestSupport available externally

Content from issues.apache.org is not included.KARAF-1835

NPE in jaas:realm-manage command when multiple realm with the same name are present and not login module name is provided.

Content from issues.apache.org is not included.KARAF-1836

Provide a login module class name completer.

Content from issues.apache.org is not included.KARAF-1838

PackageMBean should return List<String> and support operation with bundleId

Content from issues.apache.org is not included.KARAF-1839

system bundle also should export javax.xml.ws.spi.http package

Content from issues.apache.org is not included.KARAF-1840

should also endorse saaj-api

Content from issues.apache.org is not included.KARAF-1845

Minimal distribution doesn’t start

Content from issues.apache.org is not included.KARAF-1846

jre.properties is corrupt in 3.0.0-SNAPSHOT

Content from issues.apache.org is not included.KARAF-1850

feature:list should use alphabetical order

Content from issues.apache.org is not included.KARAF-1851

inconsistent FeaturesNamespaces versions

Content from issues.apache.org is not included.KARAF-1853

Attached kar deploys to a different snapshot build number than the main artifact

Content from issues.apache.org is not included.KARAF-1859

Upgrade to ServiceMix Specs 2.1

Content from issues.apache.org is not included.KARAF-1861

Test failure in exam regression tests : KarafWithBundleTest

Content from issues.apache.org is not included.KARAF-1862

Upgrade to Felix FileInstall 3.2.6

Content from issues.apache.org is not included.KARAF-1865

Upgrade to paxlogging 1.7.0

Content from issues.apache.org is not included.KARAF-1867

Upgrade to felix event admin 1.3.0

Content from issues.apache.org is not included.KARAF-1868

Upgrade aries bundles to 1.0.1 (blueprint-core, jmx-core, transaction-manager, jpa-container-context)

Content from issues.apache.org is not included.KARAF-1870

Add assertion to EquinoxFrameworkTest

Content from issues.apache.org is not included.KARAF-1871

KeepRuntimeFolderTest is named wrong and does not assert anything

Content from issues.apache.org is not included.KARAF-1872

Backward224Test should check for the karaf version

Content from issues.apache.org is not included.KARAF-1873

BaseKarafDefaultFrameworkTest should test for felix framework

Content from issues.apache.org is not included.KARAF-1874

Add assertion to FrameworkWithShellOffTest

Content from issues.apache.org is not included.KARAF-1875

Improvement of test for keeping or deleting the pax exam folder

Content from issues.apache.org is not included.KARAF-1876

Improve StandardFeaturesTest, EnterpriseFeaturesTest and SpringFeaturesTest using feature service

Content from issues.apache.org is not included.KARAF-1877

itests fail on jenkins

Content from issues.apache.org is not included.KARAF-1878

Feature bundle start up order by startLvl

Content from issues.apache.org is not included.KARAF-1887

Make integration tests more reliable by making sure the boot is finished

Content from issues.apache.org is not included.KARAF-1889

Change logging in FeaturesServiceImpl

Content from issues.apache.org is not included.KARAF-1891

Document karaf manual for registering its own MBeans

Content from issues.apache.org is not included.KARAF-1893

Upgrade to Jetty 8.1.7.v20120910

Content from issues.apache.org is not included.KARAF-1896

itests.EnterpriseFeaturesTest.installApplicationWithoutIsolationFeature fails with NotSerializableException

Content from issues.apache.org is not included.KARAF-1897

Use dynamic port allocation of integration tests

Content from issues.apache.org is not included.KARAF-1898

trunk does not compile on java 7 due to compendium 4.3.0 generics

Content from issues.apache.org is not included.KARAF-1900

create project for private compendium build for java 7

Content from issues.apache.org is not included.KARAF-1903

Refactore osgicore and osgicompendium modules

Content from issues.apache.org is not included.KARAF-1904

Upgrade to Mina 2.0.7

Content from issues.apache.org is not included.KARAF-1905

ASM4 causes the Proxy/Weaving of Xerces, but that then causes validation factories to fail.

Content from issues.apache.org is not included.KARAF-1908

Upgrade to XBean 3.12

Content from issues.apache.org is not included.KARAF-1914

SSH client authentication randomly fails

Content from issues.apache.org is not included.KARAF-1916

Make tests faster by using EagerSingleStagedReactorFactory

Content from issues.apache.org is not included.KARAF-1936

LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Content from issues.apache.org is not included.KARAF-1938

Lock logic should wait for start level change to occur

Content from issues.apache.org is not included.KARAF-1948

Upgrade to Apache POM 11

Content from issues.apache.org is not included.KARAF-1951

Remove workaround for KARAF-1117

Content from issues.apache.org is not included.KARAF-1955

Upgrade to ServiceMix Specs 2.2.0

Content from issues.apache.org is not included.KARAF-1963

incorrect statement in developers-guide/branding-console.html

Content from issues.apache.org is not included.KARAF-1966

Upgrade to Pax Web 3.0

Content from issues.apache.org is not included.KARAF-1973

NullPointerException when performing log:clear then log:tail

Content from issues.apache.org is not included.KARAF-1976

Shell attempts to execute sub-shell actions as commands

Content from issues.apache.org is not included.KARAF-1977

Upgrade to OSGi 4.3.1

Content from issues.apache.org is not included.KARAF-1978

if use script to start a child instance then using karaf console admin:list can’t get the instance correct status

Content from issues.apache.org is not included.KARAF-1981

Upgrade to Felix ConfigAdmin 1.6.0

Content from issues.apache.org is not included.KARAF-1986

instance.properties file doesn’t get updated if karaf.name is changed

Content from issues.apache.org is not included.KARAF-1989

Add CXF DOSGi feature uri to org.apache.karaf.features.repos.cfg

Content from issues.apache.org is not included.KARAF-1990

Add Cellar feature URI in org.apache.karaf.features.repos.cfg

Content from issues.apache.org is not included.KARAF-1992

PropertiesLoginModule handles usernames with backslash not correct

Content from issues.apache.org is not included.KARAF-2003

Interrupt a running command in shell

Content from issues.apache.org is not included.KARAF-2007

features without start-level in features.xml are always started first

Content from issues.apache.org is not included.KARAF-2008

respectStartLvlDuringFeatureStartup does not respect feature-start-levels (only bundles)

Content from issues.apache.org is not included.KARAF-2012

Upgrade to Pax Web 3.0.0.M1

Content from issues.apache.org is not included.KARAF-2017

Service wrapper should use and populate JAVA_HOME in conf file

Content from issues.apache.org is not included.KARAF-2019

Wrapper doesn’t display all Linux statements

Content from issues.apache.org is not included.KARAF-2022

Password for client script is output to the terminal

Content from issues.apache.org is not included.KARAF-2026

Two broken links on remote console manual page

Content from issues.apache.org is not included.KARAF-2027

invalid password option for admin:connect command in documenation

Content from issues.apache.org is not included.KARAF-2029

delete.user option missing from JDBCLoginModule

Content from issues.apache.org is not included.KARAF-2035

Not able to clone the root instance

Content from issues.apache.org is not included.KARAF-2043

Document caveats of Pax Url Wrap when used in Karaf Shell

Content from issues.apache.org is not included.KARAF-2044

Provide the ability to edit text resources from the Karaf shell

Content from issues.apache.org is not included.KARAF-2049

Instructions in welcome screen is a bit misleading with hit

Content from issues.apache.org is not included.KARAF-2050

Ability to configure ssh session idle timeout - currently hardcode as 5 minutes

Content from issues.apache.org is not included.KARAF-2051

Duplicate definition of org.ops4j.pax.url.mvn.localRepository in org.ops4j.pax.url.mvn.cfg

Content from issues.apache.org is not included.KARAF-2052

Progress bar doesn’t display properly on 80 char consoles

Content from issues.apache.org is not included.KARAF-2055

Upgrade to Apache POM 12

Content from issues.apache.org is not included.KARAF-2057

NOTICE and LICENSE files are not correct

Content from issues.apache.org is not included.KARAF-2058

ensure find the root instance entry when update root karaf instance name in instances.properties

Content from issues.apache.org is not included.KARAF-2061

Upgrade to commons-codec 1.7

Content from issues.apache.org is not included.KARAF-2063

Upgrade to Felix EventAdmin 1.3.2

Content from issues.apache.org is not included.KARAF-2064

Upgrade to Felix Metatype 1.0.6

Content from issues.apache.org is not included.KARAF-2065

Upgrade to Felix SCR 1.6.2

Content from issues.apache.org is not included.KARAF-2067

instance-script terminates with NoClassDefFoundError

Content from issues.apache.org is not included.KARAF-2068

Upgrade to ASM 4.1

Content from issues.apache.org is not included.KARAF-2069

Provide a less pager command

Content from issues.apache.org is not included.KARAF-2072

Spelling correction

Content from issues.apache.org is not included.KARAF-2074

ensure admin service always load storage file instance.properties before each operation

Content from issues.apache.org is not included.KARAF-2078

Create the shell:date command

Content from issues.apache.org is not included.KARAF-2080

Upgrade to slf4j 1.7.2

Content from issues.apache.org is not included.KARAF-2081

Upgrade to JUnit 4.11

Content from issues.apache.org is not included.KARAF-2085

Upgrade to Jetty 8.1.8.v20121106

Content from issues.apache.org is not included.KARAF-2086

Upgrade to Spring 3.1.3.RELEASE

Content from issues.apache.org is not included.KARAF-2087

add a testcase to cover the scenario that the AdminService can always load latest instance status which changed by external process

Content from issues.apache.org is not included.KARAF-2094

Include howto add additional jvm configurations (if using the wrapper) to the documentation

Content from issues.apache.org is not included.KARAF-2096

Upgrade to Pax Exam 2.6.0

Content from issues.apache.org is not included.KARAF-2097

endorse stax-api spec jar

Content from issues.apache.org is not included.KARAF-2104

Add regex support in features:* commands

Content from issues.apache.org is not included.KARAF-2110

karaf-maven-plugin fails to use features with bundles with \"wrap\" keyword

Content from issues.apache.org is not included.KARAF-2114

Update org.ops4j.pax.url.mvn.cfg file in child instance to include the system folder

Content from issues.apache.org is not included.KARAF-2115

Sync weaving behavior between root and child instances

Content from issues.apache.org is not included.KARAF-2117

LDAP login module is broken

Content from issues.apache.org is not included.KARAF-2119

upgrade pax.base to 1.4.0

Content from issues.apache.org is not included.KARAF-2121

Add Support For Displaying Gogo Commands in Karaf Shell Help

Content from issues.apache.org is not included.KARAF-2125

\"Components\" tab not shown in WebConsole

Content from issues.apache.org is not included.KARAF-2133

Generated title contain unresolved placeholder

Content from issues.apache.org is not included.KARAF-2134

Features deployer does not support mvn urls

Content from issues.apache.org is not included.KARAF-2136

ServiceMix Spec property mispelled in etc/system.properties

Content from issues.apache.org is not included.KARAF-2138

Add a status check script and karaf script argument

Content from issues.apache.org is not included.KARAF-2143

Remove Jetty JUL logger configuration

Content from issues.apache.org is not included.KARAF-2144

MainStartTest test fails when methods are executed in reverse order

Content from issues.apache.org is not included.KARAF-2146

Add a log command to log from shell to the log

Content from issues.apache.org is not included.KARAF-2147

Upgrade to Aries JMX 1.1.1

Content from issues.apache.org is not included.KARAF-2148

Upgrade to Aries Proxy 1.0.1

Content from issues.apache.org is not included.KARAF-2149

Upgrade to Aries Blueprint Core 1.1.0

Content from issues.apache.org is not included.KARAF-2150

Upgrade to Aries Blueprint CM 1.0.1

Content from issues.apache.org is not included.KARAF-2152

wrong version for pax-jetty

Content from issues.apache.org is not included.KARAF-2154

Entering an empty command removes previous command in history

Content from issues.apache.org is not included.KARAF-2155

Wrapper/service does not start for karaf 3

Content from issues.apache.org is not included.KARAF-2157

Upgrade to Aries Util 1.1.0

Content from issues.apache.org is not included.KARAF-2158

Test InstanceServiceImplTest#testToSimulateRenameInstanceByExternalProcess fails when run isolated

Content from issues.apache.org is not included.KARAF-2159

add option to resolve transitive feature-dependencies in InstallKarsMojo

Content from issues.apache.org is not included.KARAF-216

Create an admin:clone command

Content from issues.apache.org is not included.KARAF-2160

add options to only create tar.gz or zip archive in CreateArchiveMojo

Content from issues.apache.org is not included.KARAF-2161

Incorrect LGPL license info in Notices file

Content from issues.apache.org is not included.KARAF-2163

Add a jre-1.8 to jre.properties

Content from issues.apache.org is not included.KARAF-2164

Create shell:wc command

Content from issues.apache.org is not included.KARAF-2167

org.apache.karaf.tooling.exam.container.internal.adaptions.KarafManipulatorFactory creates invalid version qualifier

Content from issues.apache.org is not included.KARAF-2171

Start Karaf as service shows 'Activator' error in wrapper.log

Content from issues.apache.org is not included.KARAF-2176

Upgrade to Pax URL 1.5.1

Content from issues.apache.org is not included.KARAF-2177

Upgrade to Felix Framework 4.2.1

Content from issues.apache.org is not included.KARAF-2181

jpa feature can’t be installed \"out of the box\"

Content from issues.apache.org is not included.KARAF-2184

Upgrade to Spring 3.1.4.RELEASE

Content from issues.apache.org is not included.KARAF-2185

Provide Spring 3.2.x support

Content from issues.apache.org is not included.KARAF-2188

JPA bundle error out at shutdown

Content from issues.apache.org is not included.KARAF-2193

Upgrade to Pax URL 1.5.2

Content from issues.apache.org is not included.KARAF-2197

Upgrade to JLine 2.10

Content from issues.apache.org is not included.KARAF-2206

The container fails to start correctly with IBM Java 6

Content from issues.apache.org is not included.KARAF-2208

Upgrade to Aries JPA Blueprint 1.0.1

Content from issues.apache.org is not included.KARAF-2209

Allow overriding system properties

Content from issues.apache.org is not included.KARAF-2215

<packaging>kar</packaging> fails to attach artifact

Content from issues.apache.org is not included.KARAF-2218

Fix manual links on website

Content from issues.apache.org is not included.KARAF-222

Provide karaf:run, karaf:deploy, karaf:client Maven goals

Content from issues.apache.org is not included.KARAF-2220

spring-jms feature shouldn’t depend on spring-web

Content from issues.apache.org is not included.KARAF-2221

The admin service is not safe when used to create / start agents quickly

Content from issues.apache.org is not included.KARAF-2222

Add hawtio to features.repos

Content from issues.apache.org is not included.KARAF-2225

jaas PropertiesLoginModule does not complain when users.properties is not found but fails later

Content from issues.apache.org is not included.KARAF-2226

Properties with pathname are not correct on windows in jaas PropertiesLoginModule

Content from issues.apache.org is not included.KARAF-2227

Upgrade to Pax-Web 3.0.0.M3 and Jetty 8.1.9.v20130131

Content from issues.apache.org is not included.KARAF-2228

Karaf.webconsole uses wrong version in export-package header

Content from issues.apache.org is not included.KARAF-2229

Adapt karaf.webconsole package-imports/exports to felix.webconsole all-in-one bundle

Content from issues.apache.org is not included.KARAF-2230

Watch command - Add option to control if the console should clear or not

Content from issues.apache.org is not included.KARAF-2232

Upgrade to Aries Blueprint Core 1.2.0

Content from issues.apache.org is not included.KARAF-2233

Release Apache Karaf 3.0.0.RC1

Content from issues.apache.org is not included.KARAF-2234

Thrown Exception in shell commands should be logged as ERROR

Content from issues.apache.org is not included.KARAF-2236

karaf scripts fail when paths contain spaces

Content from issues.apache.org is not included.KARAF-2237

LDAP login module cannot look up keystore and/or truststore

Content from issues.apache.org is not included.KARAF-2240

Incompatible Equinox version

Content from issues.apache.org is not included.KARAF-2244

BundleWatcher should wait for refresh to be finished before updating another bundle

Content from issues.apache.org is not included.KARAF-2245

instance:connect doesn’t work anymore

Content from issues.apache.org is not included.KARAF-2246

wrapper feature doesn’t install

Content from issues.apache.org is not included.KARAF-2247

Upgrade to Equinox 3.8.2.v20130124-134944

Content from issues.apache.org is not included.KARAF-2248

Karaf console wraps on Windows 7 when connecting using the client

Content from issues.apache.org is not included.KARAF-2257

SCR Component Updates

Content from issues.apache.org is not included.KARAF-2264

MBean operation errors are not raised correctly

Content from issues.apache.org is not included.KARAF-2269

Servicemix Specs Activator/OsgiLocator Broken due to KARAF-2136

Content from issues.apache.org is not included.KARAF-2270

Service wrapper assumes java is on system path

Content from issues.apache.org is not included.KARAF-2273

Turn blueprint as synchronous by default

Content from issues.apache.org is not included.KARAF-2279

Upgrade to OSGi Core 5.0.0

Content from issues.apache.org is not included.KARAF-2285

Some tabs in WebConsole are blank

Content from issues.apache.org is not included.KARAF-2290

should also endorse activation-api spec jar

Content from issues.apache.org is not included.KARAF-2291

make rmiServerHost configurable

Content from issues.apache.org is not included.KARAF-2292

Upgrade to Pax Web 3.0.0

Content from issues.apache.org is not included.KARAF-2297

WebConsole should export org.json

Content from issues.apache.org is not included.KARAF-2298

Karaf shell option for a \"transient\" bundle stop

Content from issues.apache.org is not included.KARAF-2300

log command to list all the logging levels currently been set

Content from issues.apache.org is not included.KARAF-2301

Improve shell syntax documentation

Content from issues.apache.org is not included.KARAF-2306

BootClasspathLibraries should be copied before Karaf classpath settings in pax-exam container

Content from issues.apache.org is not included.KARAF-2307

ActiveMQ Karaf commands do not work with Karaf 3

Content from issues.apache.org is not included.KARAF-2308

404 link in latest karaf documentatoin

Content from issues.apache.org is not included.KARAF-2309

Normal Zip file which put into the deploy folder can’t be deleted anymore

Content from issues.apache.org is not included.KARAF-2310

Upgrade to Spring 3.2.2.RELEASE

Content from issues.apache.org is not included.KARAF-2312

Uninstalling a feature should respect bundle start levels

Content from issues.apache.org is not included.KARAF-2314

Remove SNAPSHOT repositories by default in the distribution

Content from issues.apache.org is not included.KARAF-2315

The check for jvm.dll happens to early in the bat file

Content from issues.apache.org is not included.KARAF-2316

features-maven-plugin ignore proxy settings in maven settings.xml

Content from issues.apache.org is not included.KARAF-2319

Upgrade to Pax Web 3.0.1

Content from issues.apache.org is not included.KARAF-2320

make kar deployer/service to support NoAutoRefreshBundles option

Content from issues.apache.org is not included.KARAF-2323

Package MBean fails for export

Content from issues.apache.org is not included.KARAF-2326

Backspace stops working after shutdown command

Content from issues.apache.org is not included.KARAF-2327

Upgrade to commons-codec 1.8

Content from issues.apache.org is not included.KARAF-2328

Upgrade to guava 14.0.1

Content from issues.apache.org is not included.KARAF-2329

Upgrade to jline 2.11

Content from issues.apache.org is not included.KARAF-2330

Upgrade to Aries Transaction Blueprint 1.0.1

Content from issues.apache.org is not included.KARAF-2331

Upgrade to XBean 3.13

Content from issues.apache.org is not included.KARAF-2332

Upgrade to jansi 1.11

Content from issues.apache.org is not included.KARAF-2334

Upgrade to slf4j 1.7.5

Content from issues.apache.org is not included.KARAF-2335

Upgrade to Spring 3.2.3.RELEASE

Content from issues.apache.org is not included.KARAF-2336

Remove karaf-pax-exam and use pax-exam for itests

Content from issues.apache.org is not included.KARAF-2337

Upgrade to Apache POM 13

Content from issues.apache.org is not included.KARAF-2339

Do not install boot features asynchronously

Content from issues.apache.org is not included.KARAF-2344

ensure LDAPLoginModule can retrieve multiple roles assigned to a specific user

Content from issues.apache.org is not included.KARAF-2346

WebConsole should export package with version 3.1.2 (and not 4.0.0)

Content from issues.apache.org is not included.KARAF-2351

Upgrade to Pax-Swissbox 1.7.0(-SNAPSHOT) and bndlib 2.1.0

Content from issues.apache.org is not included.KARAF-2356

Enable use of ANSI colors in ShellTable

Content from issues.apache.org is not included.KARAF-2357

features-create-kar goal of the karaf-maven-plugin ignores bundles listed in the features that have the \"dependency\" property set to \"true\"

Content from issues.apache.org is not included.KARAF-2358

Upgrade to Pax URL 1.6.0

Content from issues.apache.org is not included.KARAF-2359

DirectoryWatcher for \"deploy\" directory should be configured to wait until framework start level reaches 60

Content from issues.apache.org is not included.KARAF-2360

Add password option to admin:connect and ssh:ssh commands

Content from issues.apache.org is not included.KARAF-2363

Second feature validation result in an Exception.

Content from issues.apache.org is not included.KARAF-2365

jaas:manage selects wrong configuration

Content from issues.apache.org is not included.KARAF-2368

Commands with more than one argument have incorrect help string

Content from issues.apache.org is not included.KARAF-2369

extend role.filter of LDAPLoginModule to support distinguishedName filter

Content from issues.apache.org is not included.KARAF-2370

Add alias command

Content from issues.apache.org is not included.KARAF-2372

Introduce boot features sync mode property (true|false)

Content from issues.apache.org is not included.KARAF-2373

Generic capabilities should be formatted correctly when displaying bundle headers

Content from issues.apache.org is not included.KARAF-2375

WcTests set to ignore

Content from issues.apache.org is not included.KARAF-2380

Error deploying embedded Karaf web demo

Content from issues.apache.org is not included.KARAF-2381

The shell log:set command not as documented

Content from issues.apache.org is not included.KARAF-2383

Upgrade to XBean 3.14

Content from issues.apache.org is not included.KARAF-2386

Custom Distribution page for 2.3.x is unreachable

Content from issues.apache.org is not included.KARAF-2389

Upgrade to commons-compress 1.5

Content from issues.apache.org is not included.KARAF-2390

Fix namespace handlers provided service header

Content from issues.apache.org is not included.KARAF-2391

Add generic capabilities provided by the framework

Content from issues.apache.org is not included.KARAF-2392

Remove unneeded manifest headers, add service import definitions for blueprint namespaces

Content from issues.apache.org is not included.KARAF-2393

Upgrade to Felix Maven Bundle plugin 2.4.0

Content from issues.apache.org is not included.KARAF-2394

Upgrade to Felix WebConsole 4.2.0

Content from issues.apache.org is not included.KARAF-2395

karaf:features-generate-descriptor fails with Maven 3.1.0 : No implementation for org.sonatype.aether.RepositorySystem was bound

Content from issues.apache.org is not included.KARAF-2397

Replace usages of non-standard org.eclipse:osgi with org.eclipse:org.eclipse.osgi

Content from issues.apache.org is not included.KARAF-2398

Upgrade to ServiceMix cglib bundle 3.0_1

Content from issues.apache.org is not included.KARAF-2399

Upgrade to jledit 0.2.0

Content from issues.apache.org is not included.KARAF-2401

Improve log coloring

Content from issues.apache.org is not included.KARAF-2404

bin script is not Unix executable in the zip distribution

Content from issues.apache.org is not included.KARAF-2407

dev:create-dump should generate full stack traces of each thread

Content from issues.apache.org is not included.KARAF-2413

Add features:chooseurl for camel-extra

Content from issues.apache.org is not included.KARAF-2414

Move URL handling classes to separate package

Content from issues.apache.org is not included.KARAF-2415

dev:create-dump: extending with environment information

Content from issues.apache.org is not included.KARAF-2416

OverlappingFileLockException when cloning an instance

Content from issues.apache.org is not included.KARAF-2417

Logging doesn’t work in cloned instances

Content from issues.apache.org is not included.KARAF-2419

karaf maven plugin: Extract docbook and wiki help generation from mojo class

Content from issues.apache.org is not included.KARAF-2421

FeatureFinder should prevent ArrayIndexOutOfBoundException

Content from issues.apache.org is not included.KARAF-2422

Upgrade to Pax Exam 3.2.0

Content from issues.apache.org is not included.KARAF-2423

Avoid overlapping lock exceptions when multiple threads access the admin service

Content from issues.apache.org is not included.KARAF-2424

Wrapper’s generated karaf-service does not work on Solaris

Content from issues.apache.org is not included.KARAF-2425

Code cleanup in karaf maven plugin

Content from issues.apache.org is not included.KARAF-2426

Support flat repo structure and meta data export in AddToRepositoryMojo

Content from issues.apache.org is not included.KARAF-2427

When using service wrapper karaf.data is wrong on child instances

Content from issues.apache.org is not included.KARAF-2429

It would be nice to have scr:list sort components by id.

Content from issues.apache.org is not included.KARAF-2434

Add support for JAAS groups

Content from issues.apache.org is not included.KARAF-2435

Add Role-based access to JMX

Content from issues.apache.org is not included.KARAF-2436

Upgrade to Pax Logging 1.7.1

Content from issues.apache.org is not included.KARAF-2437

Logs still have been printed into console after log:tail and Ctrl + C

Content from issues.apache.org is not included.KARAF-2438

Improve ScrServiceMBean to display more details about SCR components

Content from issues.apache.org is not included.KARAF-2439

Karaf maven plugin should allow to export feature meta data so user can create start scripts for containers

Content from issues.apache.org is not included.KARAF-2442

Role-based security for Shell/Console commands

Content from issues.apache.org is not included.KARAF-2443

bundle-level and update commands should take symbolic name as parameter

Content from issues.apache.org is not included.KARAF-2445

\"bin\\karaf.bat clean\" does not work with whitespaces in KARAF_HOME

Content from issues.apache.org is not included.KARAF-2446

Fix etc/config.properties for endorsed xercesImpl

Content from issues.apache.org is not included.KARAF-2447

Managing child instances does not work with whitespaces in KARAF_HOME

Content from issues.apache.org is not included.KARAF-2449

Include heap dump in the zip created by dev:create-dump

Content from issues.apache.org is not included.KARAF-2450

Create \"service-wrapper\" alias to the wrapper feature

Content from issues.apache.org is not included.KARAF-2452

The \"--force\" option is not honored when designate bundle as a system bundle

Content from issues.apache.org is not included.KARAF-2453

Using features to extend existing configuration

Content from issues.apache.org is not included.KARAF-2454

Portable way to make custom shell commands (without inheriting from OsgiCommandSupport)

Content from issues.apache.org is not included.KARAF-24552372

Role-based security for OSGi Services

Content from issues.apache.org is not included.KARAF-2456

Shutdown is stuck after wrapper:install

Content from issues.apache.org is not included.KARAF-2457

Branding is not propagated to instance created with admin:create

Content from issues.apache.org is not included.KARAF-2458

Update to Spring 3.2.4.RELEASE

Content from issues.apache.org is not included.KARAF-2459

help command should be contextual to the current subshell

Content from issues.apache.org is not included.KARAF-2460

Feature file generated by karaf maven plugin does not contain the feature dependencies

Content from issues.apache.org is not included.KARAF-2461

Upgrade to Pax Web 3.0.2

Content from issues.apache.org is not included.KARAF-2462

Upgrade to Jetty 8.1.12.v20130726

Content from issues.apache.org is not included.KARAF-2463

Upgrade to easymock 3.2

Content from issues.apache.org is not included.KARAF-2464

Upgrade to sshd-core 0.9.0

Content from issues.apache.org is not included.KARAF-2465

Upgrade to jasypt 1.9.1

Content from issues.apache.org is not included.KARAF-2470

maven-karaf-plugin: dependency ignored

Content from issues.apache.org is not included.KARAF-2471

Karaf Wrapper doesn’t return the correct exit result when using RUN_AS_USER

Content from issues.apache.org is not included.KARAF-2473

log:set DEFAULT is not more supported

Content from issues.apache.org is not included.KARAF-2474

Provide a command for dumping the System, and OSGi properties

Content from issues.apache.org is not included.KARAF-2476

Special characters are dropped when generating the LDAP the user and role filters

Content from issues.apache.org is not included.KARAF-2479

ensure we escape \\ in LDAP filter correctly

Content from issues.apache.org is not included.KARAF-2482

Provide equivalent to features:info in FeaturesMBean

Content from issues.apache.org is not included.KARAF-2484

Export Bundle-SymbolicName and Bundle-Version in karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-2485

Fix StandardFeaturesTest

Content from issues.apache.org is not included.KARAF-2491

Create extra karaf maven plugin command for meta data export and optionally eliminate duplicates

Content from issues.apache.org is not included.KARAF-2492

Possible UnsatisfiedLinkError when using dev:restart with native libraries

Content from issues.apache.org is not included.KARAF-2494

Fixing some bugs about failed resolutions, not adding core features by default

Content from issues.apache.org is not included.KARAF-2496

Add a configuration to define the behaviour of the subshell completion

Content from issues.apache.org is not included.KARAF-2497

NPE in PropertiesLoginModule

Content from issues.apache.org is not included.KARAF-2499

Karaf should exit if the data directory is deleted

Content from issues.apache.org is not included.KARAF-2500

Karaf should monitor the lock file existence

Content from issues.apache.org is not included.KARAF-2501

Break some bundle dependencies in the console

Content from issues.apache.org is not included.KARAF-2502

karaf-service script does not properly set the RUN_AS_GROUP variable if a primary group is not set

Content from issues.apache.org is not included.KARAF-2503

Allow to limit the number of entries the history command remembers

Content from issues.apache.org is not included.KARAF-2505

When clean_cache-file exists the whole data-directory is deleted

Content from issues.apache.org is not included.KARAF-2510

Upgrade to Aries Blueprint CM 1.0.2

Content from issues.apache.org is not included.KARAF-2511

Review and update documentation

Content from issues.apache.org is not included.KARAF-2513

management boot can not process MBean without implement DynamicMBean interface

Content from issues.apache.org is not included.KARAF-2516

log:tail | grep foo - throws interrupted exception when using ctrl + c

Content from issues.apache.org is not included.KARAF-2520

Null Pointer in Dynamic-Import Command

Content from issues.apache.org is not included.KARAF-2521

The client script should find better default values

Content from issues.apache.org is not included.KARAF-2523

Karaf JDBC lock doesn’t work with M$ SQLServer

Content from issues.apache.org is not included.KARAF-2524

CLONE - Wrapper/service does not start for karaf 3

Content from issues.apache.org is not included.KARAF-2526

Adding diagnostics for spring dm errors

Content from issues.apache.org is not included.KARAF-2527

Move duplicate package reporting from bundle:diag to package:exports

Content from issues.apache.org is not included.KARAF-2528

don’t allow authentication = none if LDAP user or password is provided

Content from issues.apache.org is not included.KARAF-2529

Use connection credentials when searching for roles in LDAP

Content from issues.apache.org is not included.KARAF-2530

Build failure on Mac…​.

Content from issues.apache.org is not included.KARAF-2531

NPE in log:tail after a log:clear

Content from issues.apache.org is not included.KARAF-2532

itests are very slow because of timeouts when waiting for commands

Content from issues.apache.org is not included.KARAF-2533

Use PerClass for feature tests

Content from issues.apache.org is not included.KARAF-2535

Introduce blueprint-web feature

Content from issues.apache.org is not included.KARAF-2539

Add --clear option to history command

Content from issues.apache.org is not included.KARAF-2540

LDAP authentication defaults to null if not specified

Content from issues.apache.org is not included.KARAF-2541

On Mac OS locate the JAVA_HOME

Content from issues.apache.org is not included.KARAF-2542

Enhance documentation and wrapper for running Karaf as service with Mac OS X

Content from issues.apache.org is not included.KARAF-2543

Update to Pax-Web 3.0.3

Content from issues.apache.org is not included.KARAF-2545

Add feature:repo-refresh command

Content from issues.apache.org is not included.KARAF-2547

karaf/stop script should be catching 'Connection refused' and display a message

Content from issues.apache.org is not included.KARAF-2549

Provide additional enterprise features

Content from issues.apache.org is not included.KARAF-2552

Running log:tail on admin:console causes full CPU usage.

Content from issues.apache.org is not included.KARAF-2553

Upgrade to commons-compress 1.6

Content from issues.apache.org is not included.KARAF-2554

Upgrade to Felix ConfigAdmin 1.8.0

Content from issues.apache.org is not included.KARAF-2555

Upgrade to Felix Metatype 1.0.8

Content from issues.apache.org is not included.KARAF-2558

Unit Tests in error when building from trunk on Windows platform

Content from issues.apache.org is not included.KARAF-2559

Upgrade to Felix SCR 1.8.0

Content from issues.apache.org is not included.KARAF-2560

Upgrade to Felix Utils 1.4.0

Content from issues.apache.org is not included.KARAF-2563

Compilation fails with JDK 8 ea

Content from issues.apache.org is not included.KARAF-2564

Upgrade to Felix WebConsole Event plugin 1.1.0

Content from issues.apache.org is not included.KARAF-2565

Upgrade to OSGi Compendium 5.0.0

Content from issues.apache.org is not included.KARAF-2566

StandardFeaturesTest fail on aries-annotation feature

Content from issues.apache.org is not included.KARAF-2569

Introduce KARAF_ETC env variable

Content from issues.apache.org is not included.KARAF-2572

Karaf does not start if there is no log appender named out

Content from issues.apache.org is not included.KARAF-2573

Child instance doesn’t start

Content from issues.apache.org is not included.KARAF-2574

Improve message when .sshkaraf/known_hosts key changed

Content from issues.apache.org is not included.KARAF-2575

Add missing commands in bin/instance

Content from issues.apache.org is not included.KARAF-2576

Add instance:status/admin:status command to check the status of an instance

Content from issues.apache.org is not included.KARAF-2577

--help option doesn’t work with command through bin/admin or bin/instance script

Content from issues.apache.org is not included.KARAF-2578

Upgrade to Pax Tinybundles 2.0.0

Content from issues.apache.org is not included.KARAF-2579

Upgrade to Pax Exam 3.3.0

Content from issues.apache.org is not included.KARAF-2581

Upgrade to jledit 0.2.1

Content from issues.apache.org is not included.KARAF-2582

Upgrade to json 20131018

Content from issues.apache.org is not included.KARAF-2583

Upgrade to ServiceMix Specs 2.3.0

Content from issues.apache.org is not included.KARAF-2584

Upgrade to XBean 3.16

Content from issues.apache.org is not included.KARAF-2586

Upgrade to Pax Web 3.0.4

Content from issues.apache.org is not included.KARAF-2590

Upgrade to Pax Exam 3.4.0

Content from issues.apache.org is not included.KARAF-2594

The use of inheritable thread locals in ThreadIO can cause problems

Content from issues.apache.org is not included.KARAF-2595

log:get ALL and log:set DEFAULT don’t work as expected

Content from issues.apache.org is not included.KARAF-2598

Add \"--no-format\" option to commands using ShellTable

Content from issues.apache.org is not included.KARAF-2602

Support Java 8

Content from issues.apache.org is not included.KARAF-2603

ConfigMBean update() operation is blocked for the admin (karaf) user

Content from issues.apache.org is not included.KARAF-2604

Improve the feature:repo-add arguments description

Content from issues.apache.org is not included.KARAF-2605

When reading user input from console, always delegate to the ConsoleReader

Content from issues.apache.org is not included.KARAF-2606

Add compatibility bundles for console/commands

Content from issues.apache.org is not included.KARAF-2607

PropertiesBackingEngine allows duplicate roles to be assigned to user

Content from issues.apache.org is not included.KARAF-2608

Upgrade to Pax Web 3.0.5

Content from issues.apache.org is not included.KARAF-2609

Provides etc/org.apache.karaf.kar.cfg file in the distribution

Content from issues.apache.org is not included.KARAF-2610

Update the comments in etc/users.properties (to include changes on groups/roles)

Content from issues.apache.org is not included.KARAF-2613

Add group/role supports in LDAPLoginModule and JDBCLoginModule

Content from issues.apache.org is not included.KARAF-2615

Bundles attribute is empty in the ObrMBean

Content from issues.apache.org is not included.KARAF-2616

war feature should depends to http (instead of pax-http)

Content from issues.apache.org is not included.KARAF-2617

Deployed WAB are not available and stay in unknown state

Content from issues.apache.org is not included.KARAF-2618

Add start()/stop() operations with just bundle ID in the WebMBean

Content from issues.apache.org is not included.KARAF-2619

Remove jetty.xml from Karaf

Content from issues.apache.org is not included.KARAF-2620

Manual should use the official OSGi Web-ContextPath instead of Webapp-Context

Content from issues.apache.org is not included.KARAF-2621

PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

Content from issues.apache.org is not included.KARAF-2622

shouldn’t encrypt public key for PublickeyLoginModule

Content from issues.apache.org is not included.KARAF-2623

Karaf client script only returns a non zero status if there is exception

Content from issues.apache.org is not included.KARAF-2624

Karaf script for AIX should use JVM option: -Xdump:heap instead of IBM_JAVA_HEAPDUMP_TEXT to control production heapdumps

Content from issues.apache.org is not included.KARAF-2626

Add load-test and threads commands

Content from issues.apache.org is not included.KARAF-2628

Fix synchronization issues in the commands completer

Content from issues.apache.org is not included.KARAF-2631

GenerateDescriptorMojo ignores managed scope

Content from issues.apache.org is not included.KARAF-2632

Handle backslashes at end of line in the console

Content from issues.apache.org is not included.KARAF-2633

Prevent deadlocks with classloaders on JDK 6

Content from issues.apache.org is not included.KARAF-2634

Specify the alias when registering servlets to eliminate warnings

Content from issues.apache.org is not included.KARAF-2635

Deployment errors/warnings for bundles within \"deploy\" directory should be logged

Content from issues.apache.org is not included.KARAF-2636

Improve security mechanism

Content from issues.apache.org is not included.KARAF-2637

Optimize the kar deployer to not read/write the status every time a bundle changes

Content from issues.apache.org is not included.KARAF-2638

Speed up karaf startup a bit by setting the specs timeout to 0

Content from issues.apache.org is not included.KARAF-2639

Provide a way to configure ciphers and macs and use only the secured one by default

Content from issues.apache.org is not included.KARAF-2640

SAXParseException when attempting to execute a dry run of Karaf release

Content from issues.apache.org is not included.KARAF-2643

Upgrade to Felix FileInstall 3.2.8

Content from issues.apache.org is not included.KARAF-2644

Upgrade to Felix Utils 1.4.2

Content from issues.apache.org is not included.KARAF-2645

Created instances etc folder doesn’t contain all mandatory files

Content from issues.apache.org is not included.KARAF-2649

Add Spring Security features

Content from issues.apache.org is not included.KARAF-2650

lde alias is not correct

Content from issues.apache.org is not included.KARAF-2656

Config service doesn’t create a file in etc if it doesn’t exist

Content from issues.apache.org is not included.KARAF-2658

Include Pax CDI 0.6.0 repository in Karaf enterprise features

Content from issues.apache.org is not included.KARAF-2659

Upgrade Karaf core features namespace to 1.2.0

Content from issues.apache.org is not included.KARAF-2660

Upgrade to javax.annotation 1.2.0

Content from issues.apache.org is not included.KARAF-2661

Upgrade to ServiceMix Specs 2.4.0

Content from issues.apache.org is not included.KARAF-2663

client fails with NullPointerException

Content from issues.apache.org is not included.KARAF-2666

Provide hibernate features

Content from issues.apache.org is not included.KARAF-2669

Command Archetype uses private-package !* which leads to an empty bundle

Content from issues.apache.org is not included.KARAF-2673

Cannot execute single itests

Content from issues.apache.org is not included.KARAF-2674

Provide Spring 4.0.2.RELEASE_1 feature

Content from issues.apache.org is not included.KARAF-2676

Editing properties in configuration files managed via MangedServiceFactories leads to corrupt property file

Content from issues.apache.org is not included.KARAF-2678

txlog files locked during admin clone on windows

Content from issues.apache.org is not included.KARAF-2679

Blueprint and Spring url handlers are not thread safe

Content from issues.apache.org is not included.KARAF-2680

Add new itests

Content from issues.apache.org is not included.KARAF-2683

Fix OpenJPA features

Content from issues.apache.org is not included.KARAF-2685

Set the hibernate bundles start-level greater than the default one

Content from issues.apache.org is not included.KARAF-2686

Add DBCP datasource support

Content from issues.apache.org is not included.KARAF-2687

Better thread name for lock and shutdown background threads

Content from issues.apache.org is not included.KARAF-2688

Karaf info - Add memory details about perm gen pool

Content from issues.apache.org is not included.KARAF-2690

Add trailing / in osgi:service in the jndi:names command

Content from issues.apache.org is not included.KARAF-2691

Karaf shell info command to display the pid

Content from issues.apache.org is not included.KARAF-2692

The jdbc and jms completers shows jndi names for the delete command

Content from issues.apache.org is not included.KARAF-2693

Upgrade to Pax Logging 1.7.2

Content from issues.apache.org is not included.KARAF-2694

NPE when use osgi:uninstall

Content from issues.apache.org is not included.KARAF-2695

Upgrade to commons-codec 1.9

Content from issues.apache.org is not included.KARAF-2696

Add config files to meta data

Content from issues.apache.org is not included.KARAF-2697

Upgrade to Aries Blueprint Core 1.4.0

Content from issues.apache.org is not included.KARAF-2698

Add -l (level) option to log:display/log:tail in order to filter messages only for a given log level (and higher)

Content from issues.apache.org is not included.KARAF-2700

Upgrade to Felix Metatype 1.0.10

Content from issues.apache.org is not included.KARAF-2702

Upgrade to bndlib 2.2.0

Content from issues.apache.org is not included.KARAF-2703

Upgrade to maven-assembly-plugin 2.4

Content from issues.apache.org is not included.KARAF-2704

Upgrade to maven-compiler-plugin 3.1

Content from issues.apache.org is not included.KARAF-2705

Upgrade to maven-dependency-plugin 2.8

Content from issues.apache.org is not included.KARAF-2706

Upgrade to maven-deploy-plugin 2.8.1

Content from issues.apache.org is not included.KARAF-2707

Mistake on karaf-wrapper.conf generate to Windows 64 bits with wrapper:install

Content from issues.apache.org is not included.KARAF-2708

Upgrade to maven-enforcer-plugin 1.3.1

Content from issues.apache.org is not included.KARAF-2709

Upgrade to maven-idea-plugin 2.2.1

Content from issues.apache.org is not included.KARAF-2710

Upgrade to maven-install-plugin 2.5.1

Content from issues.apache.org is not included.KARAF-2711

Upgrade to maven-javadoc-plugin 2.9.1

Content from issues.apache.org is not included.KARAF-2713

Upgrade to maven-jxr-plugin 2.4

Content from issues.apache.org is not included.KARAF-2714

Upgrade to maven-project-info-reports-plugin 2.7

Content from issues.apache.org is not included.KARAF-2715

Upgrade to maven-release-plugin 2.4.2

Content from issues.apache.org is not included.KARAF-2716

Upgrade to maven-remote-resources-plugin 1.5

Content from issues.apache.org is not included.KARAF-2717

Upgrade to maven-resources-plugin 2.6

Content from issues.apache.org is not included.KARAF-2719

Upgrade to maven-site-plugin 3.3

Content from issues.apache.org is not included.KARAF-2720

Upgrade to maven-source-plugin 2.2.1

Content from issues.apache.org is not included.KARAF-2721

Upgrade to maven-surefire-report-plugin 2.16

Content from issues.apache.org is not included.KARAF-2722

Upgrade to maven-war-plugin 2.4

Content from issues.apache.org is not included.KARAF-2723

Upgrade to maven-rat-plugin 0.10 and fix rat issues

Content from issues.apache.org is not included.KARAF-2724

Upgrade to build-helper-maven-plugin 1.8

Content from issues.apache.org is not included.KARAF-2725

jpa feature should install org.osgi.enterprise 5.0.0 bundle

Content from issues.apache.org is not included.KARAF-2726

Openjpa feature installs wrong jpa spec bundle

Content from issues.apache.org is not included.KARAF-2727

Unable to start karaf on Solaris

Content from issues.apache.org is not included.KARAF-2729

DerbyXA datasource (from template) is not visible with jdbc:datasources

Content from issues.apache.org is not included.KARAF-2731

Commands using the old Action interface with the felix package name do not work

Content from issues.apache.org is not included.KARAF-2732

Karaf doesn’t start without internet connection

Content from issues.apache.org is not included.KARAF-2733

Upgrade to commons-beanutils 1.9.1

Content from issues.apache.org is not included.KARAF-2736

Upgrade to Aries Transaction Manager 1.1.0

Content from issues.apache.org is not included.KARAF-2737

Upgrade to Felix SCR 1.8.2

Content from issues.apache.org is not included.KARAF-2738

Wrong groupId for xercesImpl

Content from issues.apache.org is not included.KARAF-2739

Open jansi import in shell table to allow usage in karaf 2.x

Content from issues.apache.org is not included.KARAF-2741

JMS Command Refactorings for error handling

Content from issues.apache.org is not included.KARAF-2742

karaf-maven-plugin can not include filtered resources in a custom distribution

Content from issues.apache.org is not included.KARAF-2743

karaf-maven-plugin can not create custom Karaf with Apache Camel

Content from issues.apache.org is not included.KARAF-2745

JDBC commands improve error handling

Content from issues.apache.org is not included.KARAF-2746

Hibernate feature enhancements

Content from issues.apache.org is not included.KARAF-2747

The Http-Whiteboard feature is missing a link to the http feature

Content from issues.apache.org is not included.KARAF-2749

BundleSelector should be more \"selective\"

Content from issues.apache.org is not included.KARAF-2751

Add Hibernate-Validator feature

Content from issues.apache.org is not included.KARAF-2752

Provide a way to override bundles at feature installation time

Content from issues.apache.org is not included.KARAF-2753

Logging for override mechanism

Content from issues.apache.org is not included.KARAF-2754

all password should be encrypted when encryption.enabled is true

Content from issues.apache.org is not included.KARAF-2756

Define an annotation for completers and retrieve them from the OSGi Service Registry

Content from issues.apache.org is not included.KARAF-2759

Error in Client parameter parsing

Content from issues.apache.org is not included.KARAF-2760

Monitor etc/user.properties to automatically encrypt passwords

Content from issues.apache.org is not included.KARAF-2761

Java DSL for creating commands

Content from issues.apache.org is not included.KARAF-2762

Whiteboard exporter for Actions

Content from issues.apache.org is not included.KARAF-2763

Define simple injection annotations for commands and completers

Content from issues.apache.org is not included.KARAF-2767

Update to commons-fileupload 1.3.1

Content from issues.apache.org is not included.KARAF-2769

Upgrade to Pax CDI 0.7.0

Content from issues.apache.org is not included.KARAF-2772

Separate command api and support classes from shell

Content from issues.apache.org is not included.KARAF-2773

Refreshing the console bundle closes karaf

Content from issues.apache.org is not included.KARAF-2774

Watched bundles are restarted twice

Content from issues.apache.org is not included.KARAF-2775

webconsole gogo plugin does not work: Exception in thread \"Karaf Console Web user karaf\" java.lang.SecurityException: Current user has no associated roles.

Content from issues.apache.org is not included.KARAF-2776

Startup bundles are installed our of order

Content from issues.apache.org is not included.KARAF-2777

Substitution is scattered in various place and the code has bugs

Content from issues.apache.org is not included.KARAF-2778

The bin/shell script is broken

Content from issues.apache.org is not included.KARAF-2779

wrapper feature can’t be installed

Content from issues.apache.org is not included.KARAF-2781

Enable rat profile by default

Content from issues.apache.org is not included.KARAF-2783

Upgrade to Pax Web 3.0.7-SNAPSHOT

Content from issues.apache.org is not included.KARAF-2785

First line of sorted input not printed in sort command

Content from issues.apache.org is not included.KARAF-2786

Comment the default key and document how to change/enable it

Content from issues.apache.org is not included.KARAF-2789

Upgrade to sshd 0.11.0

Content from issues.apache.org is not included.KARAF-2790

Bundle commands wrongly default to select all bundles

Content from issues.apache.org is not included.KARAF-2791

AddFeaturesToRepoMojo should support read version from dependency features

Content from issues.apache.org is not included.KARAF-2793

Remove tight coupling from bundle/core and kar/core to pax-url-aether

Content from issues.apache.org is not included.KARAF-2794

Remove gogo-runtime and jansi bundles

Content from issues.apache.org is not included.KARAF-2795

@Option annotation class missing documentation

Content from issues.apache.org is not included.KARAF-2797

Allow FeaturesService to specify options during feature uninstallation

Content from issues.apache.org is not included.KARAF-2798

jdbc:create -i -t HSQL installs wrong db-engine

Content from issues.apache.org is not included.KARAF-2801

Fix camel-extras features repository URL

Content from issues.apache.org is not included.KARAF-2805

Provide a clean console and command model

Content from issues.apache.org is not included.KARAF-2806

The bundle:watch commands fails when updating o.a.k.bundle.core bundle

Content from issues.apache.org is not included.KARAF-2807

Unable to have multiple subshells in one bundle

Content from issues.apache.org is not included.KARAF-2808

Child containers should be able to have additional libs on the classpath

Content from issues.apache.org is not included.KARAF-281

History using up arrow does not work on windows

Content from issues.apache.org is not included.KARAF-2811

Upgrade to felix utils 1.6.0

Content from issues.apache.org is not included.KARAF-2813

Use EventAdmin to provide an audit trail of events, but it’s lacking the authenticated Subject who performed the action

Content from issues.apache.org is not included.KARAF-2816

upgrade to spring 3.2.8.RELEASE

Content from issues.apache.org is not included.KARAF-2818

Add ECF to feature repo

Content from issues.apache.org is not included.KARAF-2819

datasource-xxx.xml contains wrong password after jdbc:create

Content from issues.apache.org is not included.KARAF-2820

features-maven-plugin:add-features-to-repo adds wrong transitive feature version

Content from issues.apache.org is not included.KARAF-2821

features-maven-plugin:add-features-to-repo is broken in 2.3.5-SNAPSHOT

Content from issues.apache.org is not included.KARAF-2822

org.apache.karaf.jaas.modules.jdbc.JDBCUtils.OSGI contains \"bundles:\" not \"osgi:\" as required by the OSGi JNDI spec\"

Content from issues.apache.org is not included.KARAF-2828

Reintroduce system as a default repository

Content from issues.apache.org is not included.KARAF-2829

Upgrade to pax-url 2.0.0

Content from issues.apache.org is not included.KARAF-2830

Karaf scripts java version check should be more \"flexible\"

Content from issues.apache.org is not included.KARAF-2831

Switch to pax url uber bundles

Content from issues.apache.org is not included.KARAF-2832

Fix exception when using the features-maven-plugin with non osgi compliant features version

Content from issues.apache.org is not included.KARAF-2833

Make core services independant of blueprint

Content from issues.apache.org is not included.KARAF-2834

Create features for aries proxy / blueprint and various karaf services

Content from issues.apache.org is not included.KARAF-2835

Do not include blueprint in the karaf framework

Content from issues.apache.org is not included.KARAF-2837

The config.properties in features-maven-plugin is out-of-data.

Content from issues.apache.org is not included.KARAF-2839

Conditional features are not verified correctly after installing / uninstalling a feature

Content from issues.apache.org is not included.KARAF-2840

Creating child container using admin service should use KARAF_OPTS

Content from issues.apache.org is not included.KARAF-2841

FeaturesService#listInstalledFeatures() should not return conditional features

Content from issues.apache.org is not included.KARAF-2842

Add an option to feature:install to install the bundles without starting it

Content from issues.apache.org is not included.KARAF-2844

Sync skipTests and invoker.skip

Content from issues.apache.org is not included.KARAF-2845

Move SingleServiceTracker to util

Content from issues.apache.org is not included.KARAF-2846

Gogo webconsole plugin is broken

Content from issues.apache.org is not included.KARAF-2847

Connect connect to the root instance

Content from issues.apache.org is not included.KARAF-2848

Add MSSQL datasource type

Content from issues.apache.org is not included.KARAF-2849

MBeanServer unregistration is not correctly handled

Content from issues.apache.org is not included.KARAF-2850

The karaf-maven-plugin and boot features service should be more resilient with the bootFeatures list.

Content from issues.apache.org is not included.KARAF-2851

The FeaturesService can sometime loose the repository list

Content from issues.apache.org is not included.KARAF-2852

Merge commands into their respective service bundle

Content from issues.apache.org is not included.KARAF-2853

Upgrade to Apache POM 14

Content from issues.apache.org is not included.KARAF-2855

The config:list command should sort configurations and properties

Content from issues.apache.org is not included.KARAF-2856

Assembly archetype itest fails

Content from issues.apache.org is not included.KARAF-2857

Add Solaris x86_64 support to wrapper

Content from issues.apache.org is not included.KARAF-2859

Decouple features/core from persistent/core

Content from issues.apache.org is not included.KARAF-2860

Upgrade to Felix Framework 4.4.0/Felix Framework Security 2.4.0

Content from issues.apache.org is not included.KARAF-2861

Upgrade to ASM 5.0.3

Content from issues.apache.org is not included.KARAF-2863

Spring features are not correct

Content from issues.apache.org is not included.KARAF-2864

The internal logger for the felix framework is not configured

Content from issues.apache.org is not included.KARAF-2865

Avoid uninteresting exception stack traces while running load-test

Content from issues.apache.org is not included.KARAF-2868

Upgrade to aries jmx core 1.1.2

Content from issues.apache.org is not included.KARAF-2869

Upgrade to Pax CDI 0.7.0

Content from issues.apache.org is not included.KARAF-2871

Command description for http:* commands

Content from issues.apache.org is not included.KARAF-2874

Upgrade to XBean 3.18

Content from issues.apache.org is not included.KARAF-2875

Remove useless StringMap class from main

Content from issues.apache.org is not included.KARAF-2877

Upgrade to Pax Web 4.0.0

Content from issues.apache.org is not included.KARAF-2878

The thread reading the system input stream should exit automatically when the console bundle stops

Content from issues.apache.org is not included.KARAF-2880

jms:* commands don’t consume messages

Content from issues.apache.org is not included.KARAF-2888

New FeaturesService based on the real OSGi resolver

Content from issues.apache.org is not included.KARAF-2889

Upgrade to Equinox 3.9.1-v20140110-1610

Content from issues.apache.org is not included.KARAF-2890

The env variables can’t be read while running karaf as a Linux service

Content from issues.apache.org is not included.KARAF-2895

installation website link produces 404 not found page

Content from issues.apache.org is not included.KARAF-2898

Maven feature validation did not accept WAR bundle (WAB) artifacts.

Content from issues.apache.org is not included.KARAF-2899

NPE when running features:listUrl

Content from issues.apache.org is not included.KARAF-2900

Allow generic requirements as condition to features

Content from issues.apache.org is not included.KARAF-2901

Add an option to show bundle version in bundle:tree-show

Content from issues.apache.org is not included.KARAF-2902

Separate section for Karaf-xxx headers and sort headers

Content from issues.apache.org is not included.KARAF-2903

Upgrade to gemini blueprint 1.0.2

Content from issues.apache.org is not included.KARAF-2904

Use the osgi extender namespace for blueprint

Content from issues.apache.org is not included.KARAF-2906

Upgrade to fileinstall 3.4.0

Content from issues.apache.org is not included.KARAF-2907

Upgrade to ConfigAdmin 1.8.0

Content from issues.apache.org is not included.KARAF-2908

Upgrade to hibernate latest 4.2.x and 4.3.x versions

Content from issues.apache.org is not included.KARAF-2909

Upgrade to felix gogo runtime 0.12.0

Content from issues.apache.org is not included.KARAF-2910

Properties login module seems to leak a PropertiesInstaller reference results in OOM

Content from issues.apache.org is not included.KARAF-2911

Support for Aries OSGi subsystems

Content from issues.apache.org is not included.KARAF-2912

Upgrade to equinox region 1.1.0.v20120522-1841

Content from issues.apache.org is not included.KARAF-2913

JAAS JDBCBackingEngine has the wrong condition to iterate results, no users are returned

Content from issues.apache.org is not included.KARAF-2914

JAAS JDBCBackingEngineFactory: Wrong query from the configuration

Content from issues.apache.org is not included.KARAF-2915

Add flag \"-bl Bundle-Level\" to install command to set Bundle-Level during bundle installation.

Content from issues.apache.org is not included.KARAF-2916

Add fully qualified DN replacement for role search

Content from issues.apache.org is not included.KARAF-2917

Command to display bundle id

Content from issues.apache.org is not included.KARAF-2918

Provide ability to set a banner prior to user login via ssh

Content from issues.apache.org is not included.KARAF-2919

karaf jms:* commands works in non-transacted mode

Content from issues.apache.org is not included.KARAF-2921

bin/karaf selecting the wrong Java VM on a computer with Java 8 installed

Content from issues.apache.org is not included.KARAF-2923

Region support in features service

Content from issues.apache.org is not included.KARAF-2927

Allow karaf-maven-plugin integration tests to run in maven offline mode

Content from issues.apache.org is not included.KARAF-2928

Upgrade to Aries JMX Core 1.1.2

Content from issues.apache.org is not included.KARAF-2929

Upgrade to Aries JNDI Url 1.1

Content from issues.apache.org is not included.KARAF-2930

Support for OSGi Repository spec in resolution

Content from issues.apache.org is not included.KARAF-2931

Webconsole plugins are broken

Content from issues.apache.org is not included.KARAF-2932

Upgrade to Felix WebConsole 4.2.2

Content from issues.apache.org is not included.KARAF-2933

Upgrade to Jasypt 1.9.2

Content from issues.apache.org is not included.KARAF-2935

Upgrade to Pax URL 2.0.0

Content from issues.apache.org is not included.KARAF-2936

Upgrade to slf4j 1.7.7 / Pax Logging 1.7.3

Content from issues.apache.org is not included.KARAF-2937

Upgrade to json 20140107

Content from issues.apache.org is not included.KARAF-2941

Let jdbc be more robust against broken data sources

Content from issues.apache.org is not included.KARAF-2942

Require JDK7 for Karaf 4.x

Content from issues.apache.org is not included.KARAF-2943

Wrong polymorphism leads to null variables

Content from issues.apache.org is not included.KARAF-2944

Add jasypt-spring31 bundle to jasypt-encryption feature

Content from issues.apache.org is not included.KARAF-2945

Upgrade to Aries Proxy 1.0.3 and Aries spifly 1.0.1 in order to support ASM5 and Java8

Content from issues.apache.org is not included.KARAF-2946

Duplicate package exports because of accidently deployed bundles

Content from issues.apache.org is not included.KARAF-2947

Karaf master does not build because of rat errors when working with eclipse

Content from issues.apache.org is not included.KARAF-2948

Add su and sudo commands

Content from issues.apache.org is not included.KARAF-2949

Use a jaas role to allow access to system bundles

Content from issues.apache.org is not included.KARAF-2951

Transitive repositories and bundles are not added to system repo

Content from issues.apache.org is not included.KARAF-2952

Add a lifecycle for features

Content from issues.apache.org is not included.KARAF-2957

LDAP login module cannot handle slashes in CN

Content from issues.apache.org is not included.KARAF-2958

Use of type-converters in Karaf Security Documentation is incorrect

Content from issues.apache.org is not included.KARAF-2959

JDBC commands don’t properly close connection

Content from issues.apache.org is not included.KARAF-2961

When a feature is generated from a bundle project, include that bundle in the feature

Content from issues.apache.org is not included.KARAF-2963

osgi:headers - Add option to not display uses:= in exported headers as its too verbose and useless information

Content from issues.apache.org is not included.KARAF-2966

scr:details - Sort the properties so its easier for humans to read

Content from issues.apache.org is not included.KARAF-2971

there is no MBean operation for easily get bundle status

Content from issues.apache.org is not included.KARAF-2974

Mentioning of version number delimiter missing in obr:deploy command help

Content from issues.apache.org is not included.KARAF-2977

JdbcMBean attribute is \"unavailable\"

Content from issues.apache.org is not included.KARAF-2978

RBAC-- recognize group configuration when use Publickey to Login

Content from issues.apache.org is not included.KARAF-2980

strip off tabs/spaces around role|group names

Content from issues.apache.org is not included.KARAF-2981

Karaf shutdown hangs in SshServer.stop()

Content from issues.apache.org is not included.KARAF-2983

Support window size change signals in Terminal

Content from issues.apache.org is not included.KARAF-2984

Improve setenv script to include placeholder for extra java options

Content from issues.apache.org is not included.KARAF-2985

Provide a plugin to automatically generate generic requirements / dependencies for karaf internal activators

Content from issues.apache.org is not included.KARAF-2986

Use urls for features repository completion mapping

Content from issues.apache.org is not included.KARAF-2988

Add support for prerequisites on features

Content from issues.apache.org is not included.KARAF-2989

rmiServerHost configruation doesn’t work on Karaf 3.x

Content from issues.apache.org is not included.KARAF-2991

Shell Console throws exception when a service contains int[] as value for a property

Content from issues.apache.org is not included.KARAF-2992

Generate the shutdown command at first boot

Content from issues.apache.org is not included.KARAF-2994

Use the current distribution configuration for default boot features when creating children

Content from issues.apache.org is not included.KARAF-2995

RBAC - the shell command acl configuration modification can’t take effect unless we restart the Karaf server

Content from issues.apache.org is not included.KARAF-2996

shutdown +n command not work and shutdown hh:mm not been validated

Content from issues.apache.org is not included.KARAF-2998

When chopping long lines, less does not take tabs into account

Content from issues.apache.org is not included.KARAF-3000

Whitespace in feature file bundle element value causes NumberFormatException

Content from issues.apache.org is not included.KARAF-3001

RBAC - MBean Server RBAC guard should support wildcard role

Content from issues.apache.org is not included.KARAF-3002

RBAC-add a jmx.acl.whitelist so that all ObjectName in this list will bypass the RBAC

Content from issues.apache.org is not included.KARAF-3003

Allow deployment based on generic requirements, bundles and bundle dependencies

Content from issues.apache.org is not included.KARAF-3006

Provide an EventAdmin based audit trail for JAAS

Content from issues.apache.org is not included.KARAF-3016

Be able to redirect child instance std out in a file

Content from issues.apache.org is not included.KARAF-3020

RBAC-put \"type\" right after the domain when generate the PID from JMX ObjectName

Content from issues.apache.org is not included.KARAF-3021

Keyboard still read after log:tail cancelled

Content from issues.apache.org is not included.KARAF-3022

RBAC - support the JMX operation match starts with a wildcard

Content from issues.apache.org is not included.KARAF-3024

RBAC - Support wildcard in jmx.acl…​..cfg filename

Content from issues.apache.org is not included.KARAF-3025

Add an instance:restart command

Content from issues.apache.org is not included.KARAF-3026

Add a dependency=\"true\" flag on feature dependencies

Content from issues.apache.org is not included.KARAF-3031

Upgrade to Pax URL 2.1.0

Content from issues.apache.org is not included.KARAF-3032

Multi-stage boot features function does not support over 3 stages.

Content from issues.apache.org is not included.KARAF-3033

The system bundle should export and boot delegate javax.xml.crypto packages

Content from issues.apache.org is not included.KARAF-3042

Add a variable (false by default) to enable redirect to karaf.out

Content from issues.apache.org is not included.KARAF-3044

Can’t shutdown karaf via wrapper on AIX

Content from issues.apache.org is not included.KARAF-3045

Simplify console branding

Content from issues.apache.org is not included.KARAF-3046

Upgrade to gogo runtime 0.12.1

Content from issues.apache.org is not included.KARAF-3052

Allow passing through custom ldap properties

Content from issues.apache.org is not included.KARAF-3054

client doesn’t load using IBM JDK

Content from issues.apache.org is not included.KARAF-3055

tabbing in subshell displays more than commands of the current subshell

Content from issues.apache.org is not included.KARAF-3056

Upgrade to JLine 2.12

Content from issues.apache.org is not included.KARAF-3058

add backing engine serivce for org.apache.karaf.jaas.modules.publickey.PublickeyLoginModule

Content from issues.apache.org is not included.KARAF-3061

Problems with jaas:realms / jaas:manage commands when using multiple realms of the same name

Content from issues.apache.org is not included.KARAF-3066

Improve OpenEJB documentation in manual

Content from issues.apache.org is not included.KARAF-3068

Update to Spring 3.2.9.RELEASE_1

Content from issues.apache.org is not included.KARAF-3072

Instance etc files are not sync with the root etc files

Content from issues.apache.org is not included.KARAF-3073

Add jvisualvm config in monitoring documentation

Content from issues.apache.org is not included.KARAF-3074

Provide mbeans for statistics of hibernate session factories

Content from issues.apache.org is not included.KARAF-3075

AdminService should avoid writing file in case just read instance status

Content from issues.apache.org is not included.KARAF-3085

features:chooseurl/feature:repo-add should support \"real\" version range

Content from issues.apache.org is not included.KARAF-3095

itests randomly fail to get the JMXConnector

Content from issues.apache.org is not included.KARAF-3096

Karaf doesn’t start with Equinox 3.9.1

Content from issues.apache.org is not included.KARAF-3098

Check the usage of config.properties in main module

Content from issues.apache.org is not included.KARAF-3100

Add Option To Create Config Files For Feature Configs Instead Of Importing Directly Into Config Admin

Content from issues.apache.org is not included.KARAF-3101

Upgrade to Spring 4.0.5.RELEASE

Content from issues.apache.org is not included.KARAF-3102

\"New\" resolver leaves some bundles in resolved state and install unexpected bundles

Content from issues.apache.org is not included.KARAF-3103

config:edit does not correctly handle configuration visibility for --factory calls.

Content from issues.apache.org is not included.KARAF-3104

Add the connector feature from ServiceMix

Content from issues.apache.org is not included.KARAF-3105

Cannot use LDAPLoginModule with ActiveDirectory

Content from issues.apache.org is not included.KARAF-3106

Upgrade to blueprint core 1.4.1

Content from issues.apache.org is not included.KARAF-3107

Upgrade to maven-bundle-plugin 2.5.0

Content from issues.apache.org is not included.KARAF-3109

Upgrade to Pax Exam 4.0.0

Content from issues.apache.org is not included.KARAF-3111

Instance/Admin Service should provide more options as part of instance settings

Content from issues.apache.org is not included.KARAF-3112

make stopTimeout of AdminService configurable

Content from issues.apache.org is not included.KARAF-3115

add address flag when create a child instance

Content from issues.apache.org is not included.KARAF-3116

Upgrade to Felix Framework 4.4.1

Content from issues.apache.org is not included.KARAF-3119

Do not allow empty passwords by default for ldap

Content from issues.apache.org is not included.KARAF-3120

Upgrade to Aries JPA 1.0.2

Content from issues.apache.org is not included.KARAF-3121

Upgrade to Aries Blueprint Annotation 1.0.1

Content from issues.apache.org is not included.KARAF-3123

BundleWatcherImpl tries to stop bundle fragments

Content from issues.apache.org is not included.KARAF-3124

Provide shell:env command

Content from issues.apache.org is not included.KARAF-3125

Add a possibility to cache LDAP credentials

Content from issues.apache.org is not included.KARAF-3126

add more specific completer for admin:start|stop command

Content from issues.apache.org is not included.KARAF-3127

bin/instance script doesn’t work

Content from issues.apache.org is not included.KARAF-3128

Update ops4j/oss sonatype repositories URL

Content from issues.apache.org is not included.KARAF-3129

RAT plugin error on ssh key files

Content from issues.apache.org is not included.KARAF-3130

add admin:change-ssh-host command

Content from issues.apache.org is not included.KARAF-3131

Upgrade to Hibernate 4.2.15.Final/4.3.6.Final

Content from issues.apache.org is not included.KARAF-3134

Log executed shell commands at debug level

Content from issues.apache.org is not included.KARAF-3138

Having eventadmin listed as a boot features cause problems in other bundles startup

Content from issues.apache.org is not included.KARAF-3140

Upgrade to sshd 0.12.0

Content from issues.apache.org is not included.KARAF-3147

Local JMX connect is not possible

Content from issues.apache.org is not included.KARAF-3149

Karaf chooseurl for jclouds is wrong

Content from issues.apache.org is not included.KARAF-3150

kar:install doesn’t support classifier in a MVN URL

Content from issues.apache.org is not included.KARAF-3156

Upgrade to Pax CDI 0.8.0

Content from issues.apache.org is not included.KARAF-3157

Upgrade to Pax Exam 4.1.0

Content from issues.apache.org is not included.KARAF-3158

Incorrect javax.annotation version for java7

Content from issues.apache.org is not included.KARAF-3159

Fix feature deployer documentation about auto installation of the features

Content from issues.apache.org is not included.KARAF-3162

Update the security documentation as the PropertiesConverter doesn’t exist anymore

Content from issues.apache.org is not included.KARAF-3164

Document exposing JAAS BackendEngineFactory services for the login module

Content from issues.apache.org is not included.KARAF-3167

Document the configfile override behaviour

Content from issues.apache.org is not included.KARAF-3170

Java8 packages related to JavaFX are missing

Content from issues.apache.org is not included.KARAF-3180

openwebbeans feature doesn’t install

Content from issues.apache.org is not included.KARAF-3182

Upgrade to Felix EventAdmin 1.4.0

Content from issues.apache.org is not included.KARAF-3183

Upgrade to bndlib 2.3.0

Content from issues.apache.org is not included.KARAF-3184

Upgrade to commons-beanutils 1.9.2

Content from issues.apache.org is not included.KARAF-3185

Upgrade to Felix BundleRepository 2.0.2

Content from issues.apache.org is not included.KARAF-3192

Don’t throw IllegalStateException when can’t find attribute for a certain bean

Content from issues.apache.org is not included.KARAF-3196

Export sun.misc package from the system bundle

Content from issues.apache.org is not included.KARAF-3198

Cleanup Pax Swissbox dependencies

Content from issues.apache.org is not included.KARAF-32

Support ssh public key authentication and agent forwarding

Content from issues.apache.org is not included.KARAF-3201

Upgrade to pax-logging 1.7.4

Content from issues.apache.org is not included.KARAF-3204

Avoid calls to Configuration#setBundleLocation(null) which are not needed

Content from issues.apache.org is not included.KARAF-3205

Refactor create-dump to be more low level

Content from issues.apache.org is not included.KARAF-3207

Provide an audit login module

Content from issues.apache.org is not included.KARAF-3210

karaf:features-generate-descriptor fails with Maven 3.1.x and 3.2.x : required class was missing …​ org/sonatype/aether/RepositorySystem

Content from issues.apache.org is not included.KARAF-3212

karaf.data variable not correctly resolved while installing the pax-http feature

Content from issues.apache.org is not included.KARAF-3213

ConcurrentModification exception in FileInstall/Upgrade to Felix FileInstall 3.4.1

Content from issues.apache.org is not included.KARAF-3222

Command description for osgi:shutdown could be improved

Content from issues.apache.org is not included.KARAF-3224

Support wrap URL with option

Content from issues.apache.org is not included.KARAF-3226

Upgrade to Spring 4.0.7.RELEASE

Content from issues.apache.org is not included.KARAF-3227

Upgrade to Spring 3.2.11.RELEASE

Content from issues.apache.org is not included.KARAF-3228

Add Spring 4.1.2.RELEASE_1 features

Content from issues.apache.org is not included.KARAF-3229

Upgrade to Felix EventAdmin 1.4.2

Content from issues.apache.org is not included.KARAF-3230

jndi feature doesn’t install

Content from issues.apache.org is not included.KARAF-3233

Upgrade to Pax Exam 4.2.0

Content from issues.apache.org is not included.KARAF-3243

Upgrade to Pax URL 2.2.0

Content from issues.apache.org is not included.KARAF-3246

Rename jpa features as jpa/jpa20 and jpa21

Content from issues.apache.org is not included.KARAF-3248

bundle:refresh doesn’t work without argument

Content from issues.apache.org is not included.KARAF-3249

Error: \"usage: dirname path\" when Karaf is located under path with spaces

Content from issues.apache.org is not included.KARAF-3250

JVM options ignored on Windows

Content from issues.apache.org is not included.KARAF-3251

Karaf maven plugin does not install bundles in conditional as needed

Content from issues.apache.org is not included.KARAF-3255

Document jasypt property placeholder

Content from issues.apache.org is not included.KARAF-3261

jdbc command (using JdbcConnector.java) does not honour service ranking and throws IllegalArgumentException instead

Content from issues.apache.org is not included.KARAF-3262

Being able to use ${karaf.etc} in feature <configfile/> element

Content from issues.apache.org is not included.KARAF-3264

What is the AND operator in shell:if ?

Content from issues.apache.org is not included.KARAF-3265

Upgrade to Aries Blueprint CM 1.0.5

Content from issues.apache.org is not included.KARAF-3273

zodiac.springsource.com repo is missing from the default repository set (required for gemini-blueprint feature)

Content from issues.apache.org is not included.KARAF-3275

Release Apache Karaf 4.0.0.M1

Content from issues.apache.org is not included.KARAF-3278

Display warning message when trying to install an already installed bundle

Content from issues.apache.org is not included.KARAF-3279

Update Aries SubSystem to use API and Core bundles

Content from issues.apache.org is not included.KARAF-328

Drop support for JDK 1.5

Content from issues.apache.org is not included.KARAF-3280

maven javadoc plugin update to source 1.7

Content from issues.apache.org is not included.KARAF-3281

Upgrade to Pax Logging 1.8.0 (log4j v2 support)

Content from issues.apache.org is not included.KARAF-3282

highlight local classes/resources in \"bundle:classes\" command

Content from issues.apache.org is not included.KARAF-3284

The shell-log bundle should not import org.apache.log4j.* package

Content from issues.apache.org is not included.KARAF-3288

karaf script doesn’t start on Solaris if JAVA_HOME is not set

Content from issues.apache.org is not included.KARAF-3289

Add a while loop command

Content from issues.apache.org is not included.KARAF-3290

Upgrade to felix gogo runtime 0.14.0

Content from issues.apache.org is not included.KARAF-3291

Upgrade to Pax Exam 4.3.0

Content from issues.apache.org is not included.KARAF-3293

more fine-grained way to specify the jmx.acl.whitelist.cfg

Content from issues.apache.org is not included.KARAF-3303

\"keyStoreAvailabilityTimeout\" is treated as boolean in JMX configuration

Content from issues.apache.org is not included.KARAF-3304

Upgrade to Pax CDI 0.9.0

Content from issues.apache.org is not included.KARAF-3305

Upgrade to Aries Blueprint Core 1.4.2

Content from issues.apache.org is not included.KARAF-3306

Upgrade to Aries JNDI API 1.1.0

Content from issues.apache.org is not included.KARAF-3307

Upgrade to Aries JPA API 1.0.2/JPA Container 1.0.2/JPA Blueprint Aries 1.0.4/JPA Container Context 1.0.4

Content from issues.apache.org is not included.KARAF-3308

Upgade to Aries Proxy Impl 1.0.4

Content from issues.apache.org is not included.KARAF-3309

Upgrade to Felix Maven Bundle Plugin 2.5.3

Content from issues.apache.org is not included.KARAF-3311

Upgrade to Pax Tinybundles 2.1.0

Content from issues.apache.org is not included.KARAF-3312

Upgrade to maven-assembly-plugin 2.4.1

Content from issues.apache.org is not included.KARAF-3313

Upgrade to maven-compiler-plugin 3.2

Content from issues.apache.org is not included.KARAF-3314

Upgrade to maven-dependency-plugin 2.9

Content from issues.apache.org is not included.KARAF-3315

Upgrade to maven-jar-plugin 2.5

Content from issues.apache.org is not included.KARAF-3316

Upgrade to maven-site-plugin 3.4

Content from issues.apache.org is not included.KARAF-3317

Upgrade to maven-source-plugin 2.4

Content from issues.apache.org is not included.KARAF-3318

Upgrade to maven-surefire-plugin 2.17

Content from issues.apache.org is not included.KARAF-3319

Upgrade to maven-war-plugin 2.5

Content from issues.apache.org is not included.KARAF-3320

Upgrade to apache-rat-plugin 0.11

Content from issues.apache.org is not included.KARAF-3321

Upgrade to build-helper-maven-plugin 1.9.1

Content from issues.apache.org is not included.KARAF-3322

Upgrade to exec-maven-plugin 1.3.2

Content from issues.apache.org is not included.KARAF-3325

Karaf throws SocketTimeoutException and exits after 49 days

Content from issues.apache.org is not included.KARAF-3327

Incorrect LC_CTYPE parsing

Content from issues.apache.org is not included.KARAF-3330

embedded Karaf web demo doesn’t deploy since 3.0.2

Content from issues.apache.org is not included.KARAF-3331

Upgrade to Aries Transaction Manager 1.1.1

Content from issues.apache.org is not included.KARAF-3335

Endorsed org.apache.karaf.exception-3.0.2 jar causes issues with Java 8 Nashorn scripts

Content from issues.apache.org is not included.KARAF-3338

Upgrade to Apache POM 15

Content from issues.apache.org is not included.KARAF-3347

'LATEST' placeholder is not resolved correctly for descriptors and repositories

Content from issues.apache.org is not included.KARAF-3350

The log:display command fails with CNFE if the pax-logging-service bundle has been refreshed

Content from issues.apache.org is not included.KARAF-3352

Generate html and pdf artifacts in the manual

Content from issues.apache.org is not included.KARAF-3353

Upgrade jandex in hibernate feature to avoid wrapping

Content from issues.apache.org is not included.KARAF-3362

Version for Jetty in standard features is wrong.

Content from issues.apache.org is not included.KARAF-3365

typo in org.ops4j.pax.url.mvn.cfg

Content from issues.apache.org is not included.KARAF-3367

add additional configuration options when use wrapper:install

Content from issues.apache.org is not included.KARAF-3368

Support reference:file:xxx urls in startup.properties

Content from issues.apache.org is not included.KARAF-3369

karaf-maven-plugin 3.0.2 breaks deployment to Nexus

Content from issues.apache.org is not included.KARAF-3370

itests using ssh or cdi related fail

Content from issues.apache.org is not included.KARAF-3372

only register HUP signal handler for non-windows platform

Content from issues.apache.org is not included.KARAF-3373

Log lower level root cause exception in LDAPLoginModule.doLogin()

Content from issues.apache.org is not included.KARAF-3377

Starting Karaf on Windows changes console title

Content from issues.apache.org is not included.KARAF-338

Upgrade Karaf to version 1.0.0 of pax-web

Content from issues.apache.org is not included.KARAF-3380

Convert mojos to use annotations

Content from issues.apache.org is not included.KARAF-3381

Remove deprecated methods in InstanceService / Instance

Content from issues.apache.org is not included.KARAF-3382

Support configuration for custom LDAP group to JAAS role mapping

Content from issues.apache.org is not included.KARAF-3383

Avoid exception causing completion to fail if a completer class can not be loaded (because of an optional package for example)

Content from issues.apache.org is not included.KARAF-3384

Commands are not unregistered correctly when a bundle is stopped

Content from issues.apache.org is not included.KARAF-3385

MultiException stacktraces do not display inner causes

Content from issues.apache.org is not included.KARAF-3386

Improve InstallKarsMojo to support reference: protocol and additional feature repositories

Content from issues.apache.org is not included.KARAF-3387

Add a verify-features goal to validate the feature with a real OSGi resolution

Content from issues.apache.org is not included.KARAF-3388

Fix blueprint-jasypt tests

Content from issues.apache.org is not included.KARAF-3389

Move security configurations (for commands and jmx) to their respective features

Content from issues.apache.org is not included.KARAF-3390

Karaf client should allow passing arguments to command

Content from issues.apache.org is not included.KARAF-3391

Move Base64 into karaf util

Content from issues.apache.org is not included.KARAF-3393

Provide ready to use jpa20 and jpa21 features

Content from issues.apache.org is not included.KARAF-3396

Upgrade to pax-logging 1.8.1

Content from issues.apache.org is not included.KARAF-3397

FeaturesServiceMBeanImpl throws an Exception when listening the features

Content from issues.apache.org is not included.KARAF-3398

Improve display of package:imports

Content from issues.apache.org is not included.KARAF-3399

The host is not refreshed if a new fragment is installed

Content from issues.apache.org is not included.KARAF-3400

Enabling Java System Security and OSGi security leaves Karaf in unusable state

Content from issues.apache.org is not included.KARAF-3401

Typo in users.properties

Content from issues.apache.org is not included.KARAF-3403

bin/client Utility Throws ArrayIndexOutOfBoundsException

Content from issues.apache.org is not included.KARAF-3404

Add a notion of profiles to karaf

Content from issues.apache.org is not included.KARAF-3405

Support for \"mostly static\" karaf instances

Content from issues.apache.org is not included.KARAF-3406

Upgrade to pax-url 2.2

Content from issues.apache.org is not included.KARAF-3407

Upgrade to felix utils 1.6.2

Content from issues.apache.org is not included.KARAF-3408

feature:repo-refresh doesn’t work

Content from issues.apache.org is not included.KARAF-3410

Add a maven proxy servlet

Content from issues.apache.org is not included.KARAF-3412

should add javax.management.builder.initial flag for Karaf child instance

Content from issues.apache.org is not included.KARAF-3413

should also associate the role to run executeScript

Content from issues.apache.org is not included.KARAF-3414

SshCommandTestBase uses some deprecated sshd APIs

Content from issues.apache.org is not included.KARAF-3418

Add getFeatureRepositoryName(Uri uri) to FeatureService

Content from issues.apache.org is not included.KARAF-342

merge webconsole branding package with webconsole

Content from issues.apache.org is not included.KARAF-3420

Java Debug options are Pre Java 5.0

Content from issues.apache.org is not included.KARAF-3421

Add a variable for the debug port number.

Content from issues.apache.org is not included.KARAF-3422

Upgrade pax-url dependency to 2.3.0

Content from issues.apache.org is not included.KARAF-3423

Can’t connect to a running instance with instance:connect

Content from issues.apache.org is not included.KARAF-3425

Need a solution to add a \"specific version\" of a feature in karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-3428

Upgrade to Pax CDI 0.10.0

Content from issues.apache.org is not included.KARAF-343

Upgrade to fileinstall 3.1.10

Content from issues.apache.org is not included.KARAF-3430

User name/password missing in connection factory created with jms:create

Content from issues.apache.org is not included.KARAF-3434

Support env:XXX subtitution for environment variables

Content from issues.apache.org is not included.KARAF-3435

Support default/alternate values for variable substitution

Content from issues.apache.org is not included.KARAF-3436

Upgrade to felix fileinstall 3.4.4

Content from issues.apache.org is not included.KARAF-3439

[Docs] karaf.lock.delay in example is set to very low number.

Content from issues.apache.org is not included.KARAF-3441

The admin:stop Command Does Not Zero Out Root Container PID

Content from issues.apache.org is not included.KARAF-3443

Deployed KAR files may be installed in the wrong order.

Content from issues.apache.org is not included.KARAF-3444

ExecuteAction - consider log level INFO changing to DEBUG

Content from issues.apache.org is not included.KARAF-3446

avoid Karaf client script \"logout\" command throwing an exception

Content from issues.apache.org is not included.KARAF-3452

Upgrade to maven-release-plugin 2.5.1

Content from issues.apache.org is not included.KARAF-3453

Create jolokia feature

Content from issues.apache.org is not included.KARAF-3455

Support for custom command parsers

Content from issues.apache.org is not included.KARAF-3459

PropertiesLoginModule throws NPE when callbackHandler is null

Content from issues.apache.org is not included.KARAF-3460

NPE in AutoEncryptionSupport.run

Content from issues.apache.org is not included.KARAF-3461

bin/karaf doesn’t use the provided KARAF_HOME

Content from issues.apache.org is not included.KARAF-3464

Upgrade to Pax CDI 0.11.0

Content from issues.apache.org is not included.KARAF-3465

Add pax-* projects URLs in the etc/org.apache.karaf.features.repos.cfg

Content from issues.apache.org is not included.KARAF-3470

Upgrade to Pax Exam 4.4.0

Content from issues.apache.org is not included.KARAF-3471

Karaf can’t start if etc/config.properties is not writable

Content from issues.apache.org is not included.KARAF-3474

Use Pax Web 4.1.0

Content from issues.apache.org is not included.KARAF-3478

Switch jdbc commands to use pax-jdbc-config and pax-jdbc-config-pool

Content from issues.apache.org is not included.KARAF-3481

Upgrade to OSGi r6

Content from issues.apache.org is not included.KARAF-3487

config:edit '(service.factorypid=myconfig)' throws NPE

Content from issues.apache.org is not included.KARAF-3490

Unresolved dependency (equinox region) when running an unmodified custom distribution

Content from issues.apache.org is not included.KARAF-3493

CreateArchiveMojo ignores the targetFile option

Content from issues.apache.org is not included.KARAF-3494

client should not fail if it can’t read etc/org.apache.karaf.shell.cfg file

Content from issues.apache.org is not included.KARAF-3499

Missing properties on the eventadmin events for jaas

Content from issues.apache.org is not included.KARAF-3500

NPE throws when executing \"bin/client shutdown\"

Content from issues.apache.org is not included.KARAF-3501

bin/client script doesn’t work in latest 4.0 SNAPSHOT kit

Content from issues.apache.org is not included.KARAF-3504

Make instance:create less verbose in the log

Content from issues.apache.org is not included.KARAF-3506

karaf-maven-plugin doesn’t handle leading whitespace on config file locations

Content from issues.apache.org is not included.KARAF-3511

Release Apache Karaf 4.0.0.M2

Content from issues.apache.org is not included.KARAF-3513

JMXConnectorServer should be able to pick up the new KeystoreInstance available in container

Content from issues.apache.org is not included.KARAF-3514

RuntimeException when setting system.properties -→ karaf.lock.level to a value greater 4 and starting Karaf

Content from issues.apache.org is not included.KARAF-3516

JMS: Create command -u option changes username and url

Content from issues.apache.org is not included.KARAF-3517

Typo in features bundle info

Content from issues.apache.org is not included.KARAF-3520

FeatureService fails to install feature in case of missing capability

Content from issues.apache.org is not included.KARAF-3524

Features on conditionals are not installed

Content from issues.apache.org is not included.KARAF-3526

feature:install foo doesn’t fail anymore when no feature match

Content from issues.apache.org is not included.KARAF-3527

Appending config from feature doesn’t work

Content from issues.apache.org is not included.KARAF-3528

When updating bundles, use the Bundle-UpdateLocation header

Content from issues.apache.org is not included.KARAF-3529

Make sure the framework resolver uses the already computed resolution

Content from issues.apache.org is not included.KARAF-3536

Diagnostic module won’t compile with IBM JDK

Content from issues.apache.org is not included.KARAF-3537

More and less commands do not handle ansi escape sequences correctly

Content from issues.apache.org is not included.KARAF-3538

Support multiline values in ShellTable

Content from issues.apache.org is not included.KARAF-3539

Ability to create headless shell session with a parent

Content from issues.apache.org is not included.KARAF-3541

Move Karaf boot libraries into their own folder

Content from issues.apache.org is not included.KARAF-3542

Correctly use opened streams when parsing xml

Content from issues.apache.org is not included.KARAF-3543

ClassNotFoundException when running shell.sh

Content from issues.apache.org is not included.KARAF-3544

Spring features should have a conditional on deployer for installing the spring url handler

Content from issues.apache.org is not included.KARAF-3545

The bundle:list command should display ellipsis when displaying long bundle locations

Content from issues.apache.org is not included.KARAF-3546

Provide a programmatic way to build custom karaf distributions outside of maven

Content from issues.apache.org is not included.KARAF-3548

Upgrade to bndlib 2.4.0

Content from issues.apache.org is not included.KARAF-3549

Upgrade to commons-codec 1.10

Content from issues.apache.org is not included.KARAF-3550

Upgrade to jline 2.12.1

Content from issues.apache.org is not included.KARAF-3551

Extend Karaf Instance interface with getRmiRegistryHost, getRmiServerHost, getSshHost

Content from issues.apache.org is not included.KARAF-3552

Upgrade to Aries Blueprint CM 1.0.6

Content from issues.apache.org is not included.KARAF-3553

Upgrade to Aries Blueprint Core 1.4.3

Content from issues.apache.org is not included.KARAF-3554

Upgrade to Aries JNDI Core 1.0.2

Content from issues.apache.org is not included.KARAF-3556

Upgrade to Aries Transaction Blueprint 1.0.2

Content from issues.apache.org is not included.KARAF-3558

Upgrade to sshd-core 0.13.0

Content from issues.apache.org is not included.KARAF-3559

Upgrade to Easymock 3.3.1

Content from issues.apache.org is not included.KARAF-3560

Upgrade to junit 4.12

Content from issues.apache.org is not included.KARAF-3562

DefaultJDBCLock case sensitive issue

Content from issues.apache.org is not included.KARAF-3563

Upgrade to Pax-URL-Aether 2.4.0

Content from issues.apache.org is not included.KARAF-3566

The javax.annotation package should be exported from system bundle with version 1.0 in JDK8

Content from issues.apache.org is not included.KARAF-3570

The jaas realm configuration is broken

Content from issues.apache.org is not included.KARAF-3574

Improve tooling support for karaf libraries

Content from issues.apache.org is not included.KARAF-3575

Enhance diagnostic core to allow \"external\" dump providers

Content from issues.apache.org is not included.KARAF-3576

Optimize GuardProxyCatalog#getServiceInvocationRoles

Content from issues.apache.org is not included.KARAF-3577

Optimize SecuredCommandConfigTransformer#generateServiceGuardConfig

Content from issues.apache.org is not included.KARAF-3580

FeaturesService expose register and unregister FeaturesListener methods

Content from issues.apache.org is not included.KARAF-3581

Optimize a bit startup time

Content from issues.apache.org is not included.KARAF-3582

command extension: if one class failed inspection is stopped

Content from issues.apache.org is not included.KARAF-3583

Add option to configure log level in the client script

Content from issues.apache.org is not included.KARAF-3584

Add metadata generation in the karaf-services-maven-plugin

Content from issues.apache.org is not included.KARAF-3585

Snapshots are not updated by the features service

Content from issues.apache.org is not included.KARAF-3586

Upgrade to pax-logging 1.8.2

Content from issues.apache.org is not included.KARAF-3587

Upgrade to pax-url 2.4.0

Content from issues.apache.org is not included.KARAF-3589

karaf-maven-plugin doesn’t allow specifying a version for a boot feature in etc/org.apache.karaf.features.cfg

Content from issues.apache.org is not included.KARAF-3590

Don’t log Passwords in clear text

Content from issues.apache.org is not included.KARAF-3592

Add jaas commands to create group and list group

Content from issues.apache.org is not included.KARAF-3594

Upgrade to Aries JMX Core 1.1.3

Content from issues.apache.org is not included.KARAF-3595

Upgrade to Aries Transaction JDBC 2.1.1

Content from issues.apache.org is not included.KARAF-3598

Upgrade to bundlerepository 2.0.4

Content from issues.apache.org is not included.KARAF-3599

Upgrade to configadmin 1.8.2

Content from issues.apache.org is not included.KARAF-3600

Upgrade to felix utils 1.8.0

Content from issues.apache.org is not included.KARAF-3602

Upgrade to fileinstall 3.5.0

Content from issues.apache.org is not included.KARAF-3603

Upgrade to gogo runtime 0.16.2

Content from issues.apache.org is not included.KARAF-3604

Upgrade to felix framework 4.9.0-SNAPSHOT

Content from issues.apache.org is not included.KARAF-3619

Add decanter feature repo to features.repo.cfg file for easier installation

Content from issues.apache.org is not included.KARAF-362

Add documentation how to build a custom karaf distribution including branding

Content from issues.apache.org is not included.KARAF-3621

Generate a more secure host key for SSH by default

Content from issues.apache.org is not included.KARAF-3622

Enhance SSH configuration mechanism

Content from issues.apache.org is not included.KARAF-3625

Password encryption doesn’t work

Content from issues.apache.org is not included.KARAF-3627

Add bundle revision information to bundle:list command

Content from issues.apache.org is not included.KARAF-3629

Use the resolver service from the system bundle

Content from issues.apache.org is not included.KARAF-3632

Change transaction parameter in features

Content from issues.apache.org is not included.KARAF-3633

Help mechanism improvements

Content from issues.apache.org is not included.KARAF-3635

Provide a black list for features

Content from issues.apache.org is not included.KARAF-3638

karaf-maven-plugin:features-add-to-repository fails with NPE

Content from issues.apache.org is not included.KARAF-3643

Persistence provider features should not load aries jpa

Content from issues.apache.org is not included.KARAF-3648

should zero out instance pid in instance.properties when we shutdown an instance from shell

Content from issues.apache.org is not included.KARAF-3650

diagnostic.boot should not depend to sun.misc package

Content from issues.apache.org is not included.KARAF-3652

Make RequestedState more obvious in API

Content from issues.apache.org is not included.KARAF-3653

Karaf can’t be started in offline mode

Content from issues.apache.org is not included.KARAF-3656

SSH message channel closed too early

Content from issues.apache.org is not included.KARAF-3657

Upgrade to ServiceMix Specs 2.5.0

Content from issues.apache.org is not included.KARAF-3659

shutdown of karaf throws NullPointerException if jmx ssl keystore is not configured properly

Content from issues.apache.org is not included.KARAF-3660

Setting JMX SSL causes StringIndexOutOfBoundsException when setting keyPasswords without = symbol

Content from issues.apache.org is not included.KARAF-3662

Unable to start on Windows

Content from issues.apache.org is not included.KARAF-3663

Unable to deploy KAR

Content from issues.apache.org is not included.KARAF-3666

Simplify Conditional#asFeature to have no arguments

Content from issues.apache.org is not included.KARAF-3667

Upgrade to sshd 0.14.0

Content from issues.apache.org is not included.KARAF-3668

ManagedServiceFactory update is not called after restart

Content from issues.apache.org is not included.KARAF-3669

Missing files in standard distribution

Content from issues.apache.org is not included.KARAF-3670

The client may use a group definition as the default user

Content from issues.apache.org is not included.KARAF-3671

Clean up karaf-maven-plugin goals

Content from issues.apache.org is not included.KARAF-3672

Commands are missing from the manual

Content from issues.apache.org is not included.KARAF-3673

Align classmate version between hibernate and hibernate-validator features

Content from issues.apache.org is not included.KARAF-3674

Document and improve scheduler feature

Content from issues.apache.org is not included.KARAF-3679

Change current documentation from Scalate to Asciidoc

Content from issues.apache.org is not included.KARAF-3681

Upgrade to Aries Subsystem API 1.1.0/Core 1.2.0

Content from issues.apache.org is not included.KARAF-3682

Upgrade to Felix maven-bundle-plugin 2.5.4

Content from issues.apache.org is not included.KARAF-3684

Karaf Manual doesn’t contain Package-Imports

Content from issues.apache.org is not included.KARAF-3686

Upgrade to Pax Exam 4.5.0

Content from issues.apache.org is not included.KARAF-3687

Upgrade to commons-compress 1.9

Content from issues.apache.org is not included.KARAF-3688

Upgrade to Pax URL 2.4.1

Content from issues.apache.org is not included.KARAF-3691

Upgrade to Felix Metatype 1.0.12

Content from issues.apache.org is not included.KARAF-3692

Upgrade to Felix WebConsole 4.2.8

Content from issues.apache.org is not included.KARAF-3693

only update the instances.properties when the \"read\" operation detect instance pid changes

Content from issues.apache.org is not included.KARAF-3695

Upgrade to 4.1.2

Content from issues.apache.org is not included.KARAF-3699

Upgrade to Felix ConfigAdmin 1.8.4

Content from issues.apache.org is not included.KARAF-3700

Upgrade to Felix Framework 5.0.0

Content from issues.apache.org is not included.KARAF-3701

Upgrade to Felix Resolver 1.2.0

Content from issues.apache.org is not included.KARAF-3702

Upgrade to Felix WebConsole Plugins Event 1.1.2

Content from issues.apache.org is not included.KARAF-3703

Unable to install ActiveMQ in Karaf 4 SNAPSHOT

Content from issues.apache.org is not included.KARAF-3704

Command jaas:groupadd allows adding duplicite groups

Content from issues.apache.org is not included.KARAF-3706

Exception at Karaf startup

Content from issues.apache.org is not included.KARAF-3707

Upgrade to Felix Framework 5.0.1/Resolver 1.4.0

Content from issues.apache.org is not included.KARAF-3709

The assembly builder should generate mvn urls for startup bundles

Content from issues.apache.org is not included.KARAF-3711

LDAP login module doesn’t handle case where CN, OU, DC case doesn’t match

Content from issues.apache.org is not included.KARAF-3712

Make cave usable with Karaf 4

Content from issues.apache.org is not included.KARAF-3713

JDBC generic datasource doesn’t use the correct username property

Content from issues.apache.org is not included.KARAF-3722

Feature resolver change bundles package export

Content from issues.apache.org is not included.KARAF-3723

avoid the NoSuchElementException when use bin/client and there’s no entry in the etc/user.properties

Content from issues.apache.org is not included.KARAF-3731

Upgrade to Spring 4.1.6_RELEASE

Content from issues.apache.org is not included.KARAF-3735

Upgrade to Pax Logging 1.8.3

Content from issues.apache.org is not included.KARAF-3738

Karaf client should be able to read environment variables

Content from issues.apache.org is not included.KARAF-3739

Add eventadmin feature as featuresBoot in standard distribution

Content from issues.apache.org is not included.KARAF-374

Clean up commands and remove System.out from them, simplify JANSI usage.

Content from issues.apache.org is not included.KARAF-3744

Configure the Felix logger correctly

Content from issues.apache.org is not included.KARAF-3747

jndi:alias prefix a name with a /

Content from issues.apache.org is not included.KARAF-3749

Add support for the Narayana Transaction Manager

Content from issues.apache.org is not included.KARAF-3751

Upgrade to felix connect 0.1.0

Content from issues.apache.org is not included.KARAF-3752

Check that resolver does not mandate required services to be present

Content from issues.apache.org is not included.KARAF-3753

Child instances can’t resolve libs in child system folder

Content from issues.apache.org is not included.KARAF-3754

Child instances should honor bundle overrides in root

Content from issues.apache.org is not included.KARAF-3755

shell.support.table.ShellTableTest breaked build on Windows

Content from issues.apache.org is not included.KARAF-3756

Upgrade to Pax CDI 0.12.0

Content from issues.apache.org is not included.KARAF-3759

Provide tooling to store a resolution attempt that failed so that it can be replayed offline for analysis

Content from issues.apache.org is not included.KARAF-3761

Build and test fail on Windows

Content from issues.apache.org is not included.KARAF-3763

Release Apache Karaf 4.0.0.M3

Content from issues.apache.org is not included.KARAF-3764

Features Service Refresh

Content from issues.apache.org is not included.KARAF-3765

Eventadmin logs warnings about wrong values

Content from issues.apache.org is not included.KARAF-3767

Generic JDBC datasource should use 1 instead of WHEN_EXHAUSTED_BLOCK

Content from issues.apache.org is not included.KARAF-3768

Unable to start child instance

Content from issues.apache.org is not included.KARAF-3779

Be able to define the copied location of the kar files

Content from issues.apache.org is not included.KARAF-378

Apache Karaf 3.0.0 Release

Content from issues.apache.org is not included.KARAF-3781

Provide an \"update/migration\" guide

Content from issues.apache.org is not included.KARAF-3783

NPE in karaf-maven-plugin features-export-meta-data

Content from issues.apache.org is not included.KARAF-3784

Kar hotdeployment doesn’t work

Content from issues.apache.org is not included.KARAF-3790

Add comment with karaf.lock.dir property in etc/system.properties

Content from issues.apache.org is not included.KARAF-3791

Unable to connect to an instance with instance:connect command

Content from issues.apache.org is not included.KARAF-3792

Upgrade to Pax Web 4.1.3

Content from issues.apache.org is not included.KARAF-3793

WebConsole installs but it’s not actually available

Content from issues.apache.org is not included.KARAF-3794

Upgrade to equinox 3.10.2.v20150203-1939

Content from issues.apache.org is not included.KARAF-3796

Provide aries jpa 2.0.0 and use feature for persistence-api

Content from issues.apache.org is not included.KARAF-3798

FeaturesServiceImpl not threadsafe

Content from issues.apache.org is not included.KARAF-3799

Add eclipselink feature

Content from issues.apache.org is not included.KARAF-3801

Upgrade to Pax Web 4.1.4

Content from issues.apache.org is not included.KARAF-3802

Disabling service requirements check for \"old style\" features

Content from issues.apache.org is not included.KARAF-3805

Distribution contains absolute path instead of mvn URL

Content from issues.apache.org is not included.KARAF-3811

Exception thrown when including the feature \"feature\" in Maven karaf:assembly goal

Content from issues.apache.org is not included.KARAF-3812

Exception caused by featuresRepositories property being set incorrectly

Content from issues.apache.org is not included.KARAF-3813

InvalidPathException thrown on karaf:assembly Maven goal

Content from issues.apache.org is not included.KARAF-3819

bundle:list command is not able to be executed from client script

Content from issues.apache.org is not included.KARAF-3821

dev:dump-create doesn’t include feature.txt anymore

Content from issues.apache.org is not included.KARAF-3823

introduce karaf.secured.command.compulsory.roles system property

Content from issues.apache.org is not included.KARAF-3825

Add ability to shutdown Karaf with a disabled shutdown port

Content from issues.apache.org is not included.KARAF-3830

karaf-services-maven-plugin ignores certain files

Content from issues.apache.org is not included.KARAF-3831

Broken link to 4.0.0 documentation

Content from issues.apache.org is not included.KARAF-3833

Project org.apache.karaf.jpa:hibernate does not have name set in pom.xml

Content from issues.apache.org is not included.KARAF-3837

The installation of the activemq feature is not stable wrt to the resolver

Content from issues.apache.org is not included.KARAF-3842

Avoid possible leaks with servlet events

Content from issues.apache.org is not included.KARAF-3843

Get rid of blueprint dependency in the web console

Content from issues.apache.org is not included.KARAF-3846

Version number not correct for the subsystems feature

Content from issues.apache.org is not included.KARAF-3850

Better support for extension fragments

Content from issues.apache.org is not included.KARAF-3853

Use configured Java path to startup wrapper

Content from issues.apache.org is not included.KARAF-3858

Add systemd support in the wrapper

Content from issues.apache.org is not included.KARAF-3859

bin/client script should go in interactive way to prompt the password when the \"-u\" option is used

Content from issues.apache.org is not included.KARAF-3860

fix [KARAF-3373] Log lower level root cause exception in LDAPLoginModule.doLogin()

Content from issues.apache.org is not included.KARAF-3871

Offer bundle:diag (without args) output via JMX

Content from issues.apache.org is not included.KARAF-3879

jdbc feature should installs pax-jdbc feature

Content from issues.apache.org is not included.KARAF-3880

Provide a standard feature just wrapping all boot features from the standard distribution

Content from issues.apache.org is not included.KARAF-3882

karaf should permit alternative host key formats

Content from issues.apache.org is not included.KARAF-3885

Memory leak when use interactive client shell

Content from issues.apache.org is not included.KARAF-3886

should escape specify characters in ROLE names

Content from issues.apache.org is not included.KARAF-3888

Karaf refreshes a lot of unrelated bundles during feature installation

Content from issues.apache.org is not included.KARAF-3891

Add JTA 1.2 features

Content from issues.apache.org is not included.KARAF-3893

Unable to start offline container

Content from issues.apache.org is not included.KARAF-3894

Still class cast exception for LazyLocalResourceImpl ⇒ LocalResourceImpl

Content from issues.apache.org is not included.KARAF-3896

KAR Deployer not using karaf.data property, hardcoded to \"data\"

Content from issues.apache.org is not included.KARAF-3899

PID file for child instances not getting written when dir has spaces

Content from issues.apache.org is not included.KARAF-3906

NPE when doing log:clear and log:display and log full=true

Content from issues.apache.org is not included.KARAF-3908

shell:new does not work for most classes

Content from issues.apache.org is not included.KARAF-3910

Client.sh references nonexistant mina-core jar

Content from issues.apache.org is not included.KARAF-3911

bin/client and ssh doesn’t work in interactive mode (can’t type only one character)

Content from issues.apache.org is not included.KARAF-3912

Make default client log level configurable

Content from issues.apache.org is not included.KARAF-3913

Provide Spring 4.2.0.RELEASE feature

Content from issues.apache.org is not included.KARAF-3914

Upgrade to Spring 4.1.7.RELEASE

Content from issues.apache.org is not included.KARAF-3915

Upgrade to Spring 3.2.14.RELEASE

Content from issues.apache.org is not included.KARAF-3917

bundle:list does not work from gogo webconsole.

Content from issues.apache.org is not included.KARAF-3918

An installed blueprint.xml has always been updated and restarted when install another unrelated feature

Content from issues.apache.org is not included.KARAF-3919

Upgrade to JPA 2.1.0

Content from issues.apache.org is not included.KARAF-3920

Provide OpenJPA 2.4.0 feature

Content from issues.apache.org is not included.KARAF-3922

Upgrade to jline 2.13.1

Content from issues.apache.org is not included.KARAF-3923

Karaf opens RMI port even when not using the management feature

Content from issues.apache.org is not included.KARAF-3924

Upgrade to transaction.blueprint 1.1.1

Content from issues.apache.org is not included.KARAF-3925

Release Apache Karaf 4.0.1

Content from issues.apache.org is not included.KARAF-3926

Several transaction manager versions are installed

Content from issues.apache.org is not included.KARAF-3927

karaf-maven-plugin:assembly goal should chmod bin shell scripts a+x

Content from issues.apache.org is not included.KARAF-3928

karaf-maven-plugin:archive goal should support a pathPrefix config setting to control the prefix added to each entry in the archives that are produced.

Content from issues.apache.org is not included.KARAF-3929

Syncope LoginModule throws a StringIndexOutOfBoundsException if the user has no roles

Content from issues.apache.org is not included.KARAF-3930

When starting the gogo shell in the webconsole the user is not fully authenticated

Content from issues.apache.org is not included.KARAF-3932

Upgrade to Pax-Web 4.2.0

Content from issues.apache.org is not included.KARAF-3934

Update Apache Directory + make use of random port generation

Content from issues.apache.org is not included.KARAF-3936

Stray TODO in production docs

Content from issues.apache.org is not included.KARAF-3943

Upgrade to Aries Util 1.1.1

Content from issues.apache.org is not included.KARAF-3945

Don’t try and set permgen settings in Java 8

Content from issues.apache.org is not included.KARAF-3946

LDAP role mapping too sensitive to extra whitespace

Content from issues.apache.org is not included.KARAF-3947

Upgrade to Aries Blueprint Core 1.4.4 & Aries Blueprint CM 1.0.7

Content from issues.apache.org is not included.KARAF-3948

Upgrade to commons-compress 1.10

Content from issues.apache.org is not included.KARAF-3952

Be able to provide full ObjectName to registerMBean()

Content from issues.apache.org is not included.KARAF-3954

Convey terminal size changes through SSH

Content from issues.apache.org is not included.KARAF-3956

should also add xalan into the endorse folder of distributions

Content from issues.apache.org is not included.KARAF-3961

Reference to generated featuresRepositories is invalid on Windows

Content from issues.apache.org is not included.KARAF-3962

Client can’t use properties defined in custom.properties

Content from issues.apache.org is not included.KARAF-3963

Some slight improvements to the doc for the feature generation mojo.

Content from issues.apache.org is not included.KARAF-3964

cygpath call in \"start\" to convert CLASSPATH should first verify it’s set

Content from issues.apache.org is not included.KARAF-3965

Calling Ctrl+D in Karaf console, when karaf asks if it is necessary to dispay all console commands, causes console not responding forever

Content from issues.apache.org is not included.KARAF-3968

The assembly mojo does not respect --offline

Content from issues.apache.org is not included.KARAF-3969

assembly goal has no way to set javase version

Content from issues.apache.org is not included.KARAF-397

Allow completion of non Karaf based osgi commands

Content from issues.apache.org is not included.KARAF-3971

log:tail and pressing Ctrl-D freezes karaf shell console

Content from issues.apache.org is not included.KARAF-3972

can’t genrate feature with prerequisite using karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-3974

SSH :: impossible to connect through SSH after reboot clean

Content from issues.apache.org is not included.KARAF-3975

Wrong start-level for eclipselink adapter in eclipselink feature

Content from issues.apache.org is not included.KARAF-3976

Broken compatibility with 3.x jdbc DataSources

Content from issues.apache.org is not included.KARAF-3978

enable specify different shell.init.script env for remote shell in \"exec\" and \"shell\" mode

Content from issues.apache.org is not included.KARAF-3982

Be able to change standard files during distribution assembly

Content from issues.apache.org is not included.KARAF-3983

Failed to start openjpa bundle - javax.transaction.SystemException not found

Content from issues.apache.org is not included.KARAF-3990

Missing documentation for debugging environment variables

Content from issues.apache.org is not included.KARAF-3994

karaf-maven-plugin is ignoring the feature version and installing all available versions of given feature in the repository.

Content from issues.apache.org is not included.KARAF-3996

bin/karaf does not set ulimit if MAX_FD_LIMIT=\"unlimited\"

Content from issues.apache.org is not included.KARAF-3997

Provide a RegionDigraphPersistence service

Content from issues.apache.org is not included.KARAF-3998

org.apache.felix.coordinator missing in transaction 1.3.0 feature

Content from issues.apache.org is not included.KARAF-4002

Karaf build on jenkins always fail at karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-4003

Karaf jenkins build fails at apache-karaf-minimal as it can not find framework kar

Content from issues.apache.org is not included.KARAF-4005

Different locations for KARAF_HOME and KARAF_BASE

Content from issues.apache.org is not included.KARAF-4006

karaf-maven-plugin does not seem to use the local repository

Content from issues.apache.org is not included.KARAF-4007

Use official spec bundle for jdbc

Content from issues.apache.org is not included.KARAF-4009

Upgrade to Pax URL 2.4.3

Content from issues.apache.org is not included.KARAF-4010

Add feature repo for eclipsesource jaxrs

Content from issues.apache.org is not included.KARAF-4011

karaf-maven-plugin:features-add-to-repository NPE with blueprint:file: URL

Content from issues.apache.org is not included.KARAF-4012

On MacOSX, java_home check should be on 1.8

Content from issues.apache.org is not included.KARAF-4018

Add transaction.blueprint 2.0.0 to transaction feature

Content from issues.apache.org is not included.KARAF-4019

Upgrade jpa feature to 2.2.0

Content from issues.apache.org is not included.KARAF-402

Gather features and cmdhelp maven plugins into a generic karaf maven plugin

Content from issues.apache.org is not included.KARAF-4020

karaf-maven-plugin:archive doesn’t respect an empty prefixPath

Content from issues.apache.org is not included.KARAF-4022

avoid the generated bundle file name too long in startup.properties

Content from issues.apache.org is not included.KARAF-4023

Upgrade to Pax Logging 1.8.4

Content from issues.apache.org is not included.KARAF-4024

role.policy \"group\" ceased to function

Content from issues.apache.org is not included.KARAF-4025

Update scr to 2.0.0

Content from issues.apache.org is not included.KARAF-4026

Karaf wrapper:install produces a SPARC32 binary on Solaris x86_64

Content from issues.apache.org is not included.KARAF-4028

karaf-wrapper-main.jar generated by wrapper is corrupted

Content from issues.apache.org is not included.KARAF-4029

Karaf maven plugin assembly goal requires project artifact to be installed first

Content from issues.apache.org is not included.KARAF-403

Improve Bundle-Description header display

Content from issues.apache.org is not included.KARAF-4030

Doclint for Javadoc fails on JDK 8

Content from issues.apache.org is not included.KARAF-4031

Unresolved repository inside the feature causes Karaf freezing during startup

Content from issues.apache.org is not included.KARAF-4032

Karaf maven plugin assembly goal does not use repositories declared in pom.xml

Content from issues.apache.org is not included.KARAF-4033

Upgrade to Aries JMX 1.1.5

Content from issues.apache.org is not included.KARAF-4035

Upgrade to Aries Subsystem 2.0.2

Content from issues.apache.org is not included.KARAF-4037

Upgrade to maven-bundle-plugin 3.0.0

Content from issues.apache.org is not included.KARAF-4038

Upgrade to Felix BundleRepository 2.0.6

Content from issues.apache.org is not included.KARAF-4039

Upgrade to Felix ConfigAdmin 1.8.8

Content from issues.apache.org is not included.KARAF-404

Upgrade to felix maven-bundle-plugin 2.3.4

Content from issues.apache.org is not included.KARAF-4040

Upgrade to Felix EventAdmin 1.4.4

Content from issues.apache.org is not included.KARAF-4041

Upgrade to Felix Framework/Main 5.2.0

Content from issues.apache.org is not included.KARAF-4042

Upgrade to Felix Metatype 1.1.2

Content from issues.apache.org is not included.KARAF-4043

Upgrade to Felix Resolver 1.6.0

Content from issues.apache.org is not included.KARAF-4044

Upgrade to Felix SCR 2.0.2

Content from issues.apache.org is not included.KARAF-4045

Upgrade to Felix WebConsole 4.2.12

Content from issues.apache.org is not included.KARAF-4046

Upgrade to Felix WebConsole Plugins DS 2.0.2

Content from issues.apache.org is not included.KARAF-4047

Upgrade to Felix WebConsole Plugins Event 1.1.4

Content from issues.apache.org is not included.KARAF-4049

Upgrade to Easymock 3.4

Content from issues.apache.org is not included.KARAF-4050

Upgrade to Pax Exam 4.6.0

Content from issues.apache.org is not included.KARAF-4051

Upgrade to Pax Web 4.2.2

Content from issues.apache.org is not included.KARAF-4052

Upgrade to Pax Tinybundles 2.1.1

Content from issues.apache.org is not included.KARAF-4053

Upgrade to ASM 5.0.4

Content from issues.apache.org is not included.KARAF-4055

karaf-maven-plugin: feature XML with a @ character

Content from issues.apache.org is not included.KARAF-4056

Developer-guide/extending: replace mvn archetype:create by generate

Content from issues.apache.org is not included.KARAF-4058

ssh:sshd command isn’t available

Content from issues.apache.org is not included.KARAF-4060

Throw an error when removing a repo containing installed features

Content from issues.apache.org is not included.KARAF-4062

Karaf client does now work after installing BouncyCastle

Content from issues.apache.org is not included.KARAF-4065

Standard distribution doesn’t ship the ACL files in the etc folder

Content from issues.apache.org is not included.KARAF-4066

Features command bundle should recover if FeatureService unavailable initially

Content from issues.apache.org is not included.KARAF-4068

Memory leak in SessionFactoryImpl class

Content from issues.apache.org is not included.KARAF-4069

ConsoleSessionImpl does not close the session in function close()

Content from issues.apache.org is not included.KARAF-407

Extend features:info command to display features description and details

Content from issues.apache.org is not included.KARAF-4070

Unable to install deployed features for bundle

Content from issues.apache.org is not included.KARAF-4072

Karaf shell not working properly in windows

Content from issues.apache.org is not included.KARAF-4077

Update to blueprint core 1.4.5

Content from issues.apache.org is not included.KARAF-4079

Karaf maven plugin doesn’t support overriding configuration files

Content from issues.apache.org is not included.KARAF-4080

Karaf 3.0.5 demo POMs contain a few invalid path references

Content from issues.apache.org is not included.KARAF-4081

Karaf-Command 'diag' does not provide full information for Spring-DM bundles

Content from issues.apache.org is not included.KARAF-4082

.kar file generated by karaf-maven-plugin does not contain all jars (no offline support)

Content from issues.apache.org is not included.KARAF-4084

Only one flag could be used in list command

Content from issues.apache.org is not included.KARAF-4085

Upgrade to Felix Framework 5.4.0

Content from issues.apache.org is not included.KARAF-4086

NPE in karaf-maven-plugin features-export-meta-data when there is no Manifest

Content from issues.apache.org is not included.KARAF-4087

Upgrade to Aries Subsystem 2.0.4

Content from issues.apache.org is not included.KARAF-4088

Upgrade to Felix Resolver 1.8.0

Content from issues.apache.org is not included.KARAF-4089

Upgrade to Felix WebConsole 4.2.14

Content from issues.apache.org is not included.KARAF-4090

Upgrade to Aries Subsystem 2.0.6

Content from issues.apache.org is not included.KARAF-4091

Support restarting the Karaf JVM and updating it’s lib directory

Content from issues.apache.org is not included.KARAF-4096

Upgrade Jolokia to version 1.3.2

Content from issues.apache.org is not included.KARAF-4097

Upgrade to Spring 4.2.2.RELEASE

Content from issues.apache.org is not included.KARAF-4098

Upgrade to Pax Web 4.2.3

Content from issues.apache.org is not included.KARAF-4100

[karaf-3.0.x] Error resolving artifact of feature due to org.ops4j.pax.url.mvn.cfg not loaded yet

Content from issues.apache.org is not included.KARAF-4102

It should be possible to change the primary feature name to be other than the artifact id

Content from issues.apache.org is not included.KARAF-4105

karaf-assembly fails when used Maven versions do not match derived OSGi versions

Content from issues.apache.org is not included.KARAF-4117

Upgrade to Pax Web 4.2.4

Content from issues.apache.org is not included.KARAF-4118

Command service declaration doesn’t work

Content from issues.apache.org is not included.KARAF-4119

la outputs results twice

Content from issues.apache.org is not included.KARAF-4126

Upgrade Cglib bundle to version 3.1_1

Content from issues.apache.org is not included.KARAF-4127

Missing license in Karaf-maven-plugin test-rename-main-feature file

Content from issues.apache.org is not included.KARAF-4129

Installing a feature with a fragment that attaches to pax-logging-api fails

Content from issues.apache.org is not included.KARAF-413

Tab completion on path when installing bundles

Content from issues.apache.org is not included.KARAF-4130

Use OSGi Resource repositories in features XML

Content from issues.apache.org is not included.KARAF-4132

assembly archetype should remove runtime scope to the standard features XML

Content from issues.apache.org is not included.KARAF-4134

karaf-maven-plugin mixes up prerequisities

Content from issues.apache.org is not included.KARAF-4135

Upgrade commons-collections to version 3.2.2

Content from issues.apache.org is not included.KARAF-4136

Upgrade Maven-bundle-plugin to version 3.0.1

Content from issues.apache.org is not included.KARAF-4138

wrapper:install doesn’t work on Windows due to path issues in karaf.home and karaf.data

Content from issues.apache.org is not included.KARAF-4139

Bundles with activation policy lazy remain in status starting when run with equinox

Content from issues.apache.org is not included.KARAF-4145

KAR is created with defect maven metadata

Content from issues.apache.org is not included.KARAF-4146

Add option to show only package name in Package:imports and package:exports commands

Content from issues.apache.org is not included.KARAF-4147

karaf-maven-plugin: Add description of configuration property \"libraries\"

Content from issues.apache.org is not included.KARAF-4149

Upgrade to Derby 10.12.1.1

Content from issues.apache.org is not included.KARAF-415

Config commands do not support the use of Managed Service Factories

Content from issues.apache.org is not included.KARAF-4150

bin/status fails if KARAF_DEBUG is set

Content from issues.apache.org is not included.KARAF-4151

Upgrade Felix Coordinator to version 1.0.2

Content from issues.apache.org is not included.KARAF-4152

Resolution of relative URLs from OBR repositories not working when there are multiple URLs

Content from issues.apache.org is not included.KARAF-4155

Fall to feature start-level

Content from issues.apache.org is not included.KARAF-4157

Provide system script to start Karaf without service wrapper

Content from issues.apache.org is not included.KARAF-4159

FeatureResolver: Wrong dependencies installed

Content from issues.apache.org is not included.KARAF-4166

Add karaf.lock.slave.block property to prevent a slave instance to start

Content from issues.apache.org is not included.KARAF-4168

Upgrade to Pax Exam 4.7.0

Content from issues.apache.org is not included.KARAF-4174

NullPointerException when running obr:info on a bundle served by cave

Content from issues.apache.org is not included.KARAF-4180

Document overrides configuration

Content from issues.apache.org is not included.KARAF-4182

Upgrade to Spring 4.2.3.RELEASE

Content from issues.apache.org is not included.KARAF-4184

ArgumentCompleter has incorrect check for enum type

Content from issues.apache.org is not included.KARAF-4185

Upgrade Pax-url to version 2.4.4

Content from issues.apache.org is not included.KARAF-4187

Make karaf-maven-plugin @threadSafe

Content from issues.apache.org is not included.KARAF-4188

Add support for Systemd’s watchdog

Content from issues.apache.org is not included.KARAF-4189

Switch to log4j v2 by default

Content from issues.apache.org is not included.KARAF-4190

Upgrade to pax-logging 1.9.1

Content from issues.apache.org is not included.KARAF-4192

java.lang.ClassCastException in org.apache.karaf.features.internal.region.CandidateComparator

Content from issues.apache.org is not included.KARAF-4193

Add option to dev:dump-create command (and MBean) to exclude heap and thread dumps

Content from issues.apache.org is not included.KARAF-4196

Upgrade Cglib to version 3.2.0

Content from issues.apache.org is not included.KARAF-4197

Upgrade to blueprint.core-1.5.0, jpa-2.3.0, transaction.blueprint-2.1.0

Content from issues.apache.org is not included.KARAF-4198

Support m2e incremental build in karaf-services-plugin

Content from issues.apache.org is not included.KARAF-4207

Poor Error Handling: Empty Catch Block

Content from issues.apache.org is not included.KARAF-4210

Unreleased Resource: Streams

Content from issues.apache.org is not included.KARAF-4218

JAAS boot classes are not marked serializable

Content from issues.apache.org is not included.KARAF-422

If no version was found, features-maven-plugin try to create an artifact with a null version

Content from issues.apache.org is not included.KARAF-4220

Upgrade to eclipselink 2.6.1

Content from issues.apache.org is not included.KARAF-4226

Web Console is missing package exports for bundleinfo and i18n

Content from issues.apache.org is not included.KARAF-4227

Upgrade to Pax-exam 4.8.0

Content from issues.apache.org is not included.KARAF-4228

Upgrade to Aries Subsystem 2.0.8

Content from issues.apache.org is not included.KARAF-4230

Upgrade to Aries Blueprint Core 1.5.0

Content from issues.apache.org is not included.KARAF-4233

Upgrade to Aries JPA Container 1.0.3

Content from issues.apache.org is not included.KARAF-4238

Upgrade to Pax URL 2.4.5

Content from issues.apache.org is not included.KARAF-4239

Upgrade to Pax-Logging 1.8.5

Content from issues.apache.org is not included.KARAF-424

Maven packaging for feature, kar, karaf-assembly; mojos based on geronimo server assemblies

Content from issues.apache.org is not included.KARAF-4240

Provide Asciidoc command help printer

Content from issues.apache.org is not included.KARAF-4242

Add apache artemis to repo-add shorthand list

Content from issues.apache.org is not included.KARAF-4243

Add apache ignite to feature repo:add shorthand

Content from issues.apache.org is not included.KARAF-4246

sshd 0.14.0 breaks client timeout

Content from issues.apache.org is not included.KARAF-4247

Issues with LDAP caching

Content from issues.apache.org is not included.KARAF-4252

scr feature doesn’t install the WebConsole DS plugin

Content from issues.apache.org is not included.KARAF-4254

NPE when building karaf-assembly target with installAllFeaturesByDefault=false

Content from issues.apache.org is not included.KARAF-4255

karaf-maven-plugin does include unused feature conditional dependencies in assembly

Content from issues.apache.org is not included.KARAF-4258

Cleanup deprecated and unused properties

Content from issues.apache.org is not included.KARAF-4260

Setting karaf.clean.all = true breaks service wrapper service script

Content from issues.apache.org is not included.KARAF-4263

Require JDK 1.8

Content from issues.apache.org is not included.KARAF-4264

Upgrade to pax-web 6

Content from issues.apache.org is not included.KARAF-4266

Upgrade to Spring 4.2.4.RELEASE

Content from issues.apache.org is not included.KARAF-4267

Remove derby config from windows karaf.bat

Content from issues.apache.org is not included.KARAF-4270

Shell-compat gets NPE trying to give help for combo of local and compat commands

Content from issues.apache.org is not included.KARAF-4271

Circular dependency not handled properly when a feature references itself directly

Content from issues.apache.org is not included.KARAF-4272

Karaf freezes when a circular dependency is introduced where a feature references itself over a chain of other features

Content from issues.apache.org is not included.KARAF-4273

Add -o (--only-matching) option to grep command

Content from issues.apache.org is not included.KARAF-4275

StaticConfigurationAdmin and NPE with spring dm

Content from issues.apache.org is not included.KARAF-4277

System scripts: add option to configure the executable to use to start/stop karaf

Content from issues.apache.org is not included.KARAF-4278

clean not working

Content from issues.apache.org is not included.KARAF-4280

Feature config overwrites existing values

Content from issues.apache.org is not included.KARAF-4281

System scripts: provide Systemd templates to manage Karaf child instances

Content from issues.apache.org is not included.KARAF-4282

Wrapper set KARAF_DATA to null in the generated wrapper.conf file

Content from issues.apache.org is not included.KARAF-4286

Upgrade Felix Utils to version 1.8.2

Content from issues.apache.org is not included.KARAF-4287

Upgrade Felix Fileinstall to version 3.5.2

Content from issues.apache.org is not included.KARAF-4288

karaf-maven-plugin doesn’t pass custom settings.xml option onto pax-url-aether

Content from issues.apache.org is not included.KARAF-4289

Upgrade to ServiceMix Specs 2.6.0

Content from issues.apache.org is not included.KARAF-4292

Upgrade Felix Eventadmin to version 1.4.6

Content from issues.apache.org is not included.KARAF-4293

SyncopeLoginModule could potentialy receive wrong message format

Content from issues.apache.org is not included.KARAF-4294

System scripts: Improove support for Solaris 10 init scripts

Content from issues.apache.org is not included.KARAF-4299

NoSuchElementException when clearing history

Content from issues.apache.org is not included.KARAF-4301

Upgrade Hibernate Validator to version 5.2.3.Final

Content from issues.apache.org is not included.KARAF-4307

Archive Mojo does not set permissions properly in bin if usePathPrefix=false

Content from issues.apache.org is not included.KARAF-431

Add documentation around remote management via JMX

Content from issues.apache.org is not included.KARAF-4311

karaf maven plugin does not respect -s setting on maven

Content from issues.apache.org is not included.KARAF-4314

karaf-maven-plugin issue when parsing feature xmls with <repository> entries that contain a newline and/or whitespaces

Content from issues.apache.org is not included.KARAF-4319

Completion does not work after semicolon

Content from issues.apache.org is not included.KARAF-432

Remove spring2 support from karaf features

Content from issues.apache.org is not included.KARAF-4324

Shell commands and optional @Reference

Content from issues.apache.org is not included.KARAF-4328

Align group definition in users.properties and keys.properties

Content from issues.apache.org is not included.KARAF-433

Add documentation about KAR archive format and deployer

Content from issues.apache.org is not included.KARAF-4330

Instance script doesn’t return correct PID number if root instance is started two times

Content from issues.apache.org is not included.KARAF-4335

Scripts attribute in ClientMojo is null by default.

Content from issues.apache.org is not included.KARAF-434

Add wrap deployer description in the deployer section of the Karaf user guide

Content from issues.apache.org is not included.KARAF-4340

System scripts: improve system scripts templates

Content from issues.apache.org is not included.KARAF-4343

Upgrade to Xalan 2.7.2_3

Content from issues.apache.org is not included.KARAF-4345

Upgrade to Jolokia 1.3.3

Content from issues.apache.org is not included.KARAF-4346

Support array of values with etc/*.config files

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-4349

Use the same approach of KARAF-4330 in karaf.bat script

Content from issues.apache.org is not included.KARAF-435

Add diagnostic documentation (dev:create-dump, etc) in the Karaf User Guide

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-4352

Upgrade Hibernate Validator to version 5.2.4.Final

Content from issues.apache.org is not included.KARAF-4353

Upgrade to Pax URL 2.4.6

Content from issues.apache.org is not included.KARAF-4354

Provide a bin/run script

Content from issues.apache.org is not included.KARAF-4357

OBR R5 Resources do not have Presentation Names

Content from issues.apache.org is not included.KARAF-4358

Spring feature forces the wrong jta version. Can cause an error if it is installed before transaction

Content from issues.apache.org is not included.KARAF-4359

Update Openjpa to 2.4.1

Content from issues.apache.org is not included.KARAF-4361

Allow dynamic config customization when embedding Karaf using the Main class

Content from issues.apache.org is not included.KARAF-4362

Improve the maven assembly goal so that it can run at package phase instead of install phase

Content from issues.apache.org is not included.KARAF-4363

ssh:sshd command shows default values twice

Content from issues.apache.org is not included.KARAF-4366

system scripts : fallback to generic init script for unknown os

Content from issues.apache.org is not included.KARAF-437

Document jre.properties tuning

Content from issues.apache.org is not included.KARAF-4370

Provide commands for eventadmin

Content from issues.apache.org is not included.KARAF-4371

karaf shell scripts use \"local\" which is not a posix compliant

Content from issues.apache.org is not included.KARAF-4372

Content assist for paths does not work correctly

Content from issues.apache.org is not included.KARAF-4373

Karaf.bat script produces \"The syntax of the command is incorrect\" even if it is working properly

Content from issues.apache.org is not included.KARAF-4376

Make grep return the list of results rather than null

Content from issues.apache.org is not included.KARAF-4377

Refer to hibernate-validator feature repository instead of using the current one

Content from issues.apache.org is not included.KARAF-4379

Upgrade to Narayana 5.3.1.Final

Content from issues.apache.org is not included.KARAF-4381

Upgrade to maven-antrun-plugin 1.8

Content from issues.apache.org is not included.KARAF-4382

Upgrade to maven-assembly-plugin 2.6

Content from issues.apache.org is not included.KARAF-4384

Upgrade to maven-compiler-plugin 3.5.1

Content from issues.apache.org is not included.KARAF-4385

Upgrade to maven-dependency-plugin 2.10

Content from issues.apache.org is not included.KARAF-4386

Upgrade to maven-deploy-plugin 2.8.2

Content from issues.apache.org is not included.KARAF-4387

Upgrade to maven-eclipse-plugin 2.10

Content from issues.apache.org is not included.KARAF-4388

Upgrade to maven-enforcer-plugin 1.4.1

Content from issues.apache.org is not included.KARAF-4389

Upgrade to maven-gpg-plugin 1.6

Content from issues.apache.org is not included.KARAF-439

Provide documentation about the Karaf wrapper

Content from issues.apache.org is not included.KARAF-4390

Upgrade to maven-install-plugin 2.5.2

Content from issues.apache.org is not included.KARAF-4391

Upgrade to maven-jar-plugin 2.6

Content from issues.apache.org is not included.KARAF-4392

Upgrade to maven-javadoc-plugin 2.10.3

Content from issues.apache.org is not included.KARAF-4393

Upgrade to maven-jxr-plugin 2.5

Content from issues.apache.org is not included.KARAF-4394

Upgrade to maven-project-info-reports-plugin 2.9

Content from issues.apache.org is not included.KARAF-4395

Upgrade to maven-release-plugin 2.5.3

Content from issues.apache.org is not included.KARAF-4396

Upgrade to maven-resources-plugin 2.7

Content from issues.apache.org is not included.KARAF-4397

Upgrade to maven-site-plugin 3.5

Content from issues.apache.org is not included.KARAF-4398

Upgrade to maven-source-plugin 3.0.0

Content from issues.apache.org is not included.KARAF-4399

Upgrade to maven-surefire-plugin and maven-surefire-report-plugin 2.18.1

Content from issues.apache.org is not included.KARAF-440

features-maven-plugin throws NullPointerException maven 3.0.2

Content from issues.apache.org is not included.KARAF-4400

Upgrade to maven-war-plugin 2.6

Content from issues.apache.org is not included.KARAF-4401

Upgrade to depends-maven-plugin 1.3.1

Content from issues.apache.org is not included.KARAF-4402

Upgrade to build-helper-maven-plugin 1.10

Content from issues.apache.org is not included.KARAF-4403

Upgrade to exec-maven-plugin 1.4.0

Content from issues.apache.org is not included.KARAF-4405

Upgrade to Felix Framework 5.6.1

Content from issues.apache.org is not included.KARAF-4406

Use javax.servlet-api 3.1.0 instead of Geronimo servlet spec

Content from issues.apache.org is not included.KARAF-4409

Upgrade to pax-jdbc 0.8.0

Content from issues.apache.org is not included.KARAF-4410

Upgrade to Aries JPA Container 1.0.4

Content from issues.apache.org is not included.KARAF-4411

FeatureResolver: spring-dm-web feature installs Spring ver 3.1.4 and 3.2.14 at the same time

Content from issues.apache.org is not included.KARAF-4412

system scripts : first line in solaris smf template should not be empty

Content from issues.apache.org is not included.KARAF-4413

Can’t start karaf on solaris 10

Content from issues.apache.org is not included.KARAF-4414

Add LogAuditLoginModule and replace FileAuditLoginModule by default

Content from issues.apache.org is not included.KARAF-4415

karaf-maven-plugin - The feature validate goal is missing

Content from issues.apache.org is not included.KARAF-4416

When reporting problems, the verify goal lists all bundles downloaded so far instead of just the ones from the failing feature

Content from issues.apache.org is not included.KARAF-4417

Display a summary for the verify goal

Content from issues.apache.org is not included.KARAF-4418

Ability to exclude a set of features from the verify goal

Content from issues.apache.org is not included.KARAF-4420

Ensure the maven plugin uses the same policy for service requirements

Content from issues.apache.org is not included.KARAF-4421

Upgrade to JLine 2.14.x

Content from issues.apache.org is not included.KARAF-4422

Ability to show wiring between features or all resources after a resolution

Content from issues.apache.org is not included.KARAF-4423

jaas: AutoEncryptionSupport can fail to shutdown

Content from issues.apache.org is not included.KARAF-4428

The bin/client script displays a badly formatted message from the AcceptAllServerKeyVerifier

Content from issues.apache.org is not included.KARAF-4429

JaxB marshalling failure due to endorsed java.lang.Exception

Content from issues.apache.org is not included.KARAF-443

Most of the blueprint bundles should be lazy by default

Content from issues.apache.org is not included.KARAF-4439

Prevent user authentication (shell & JMX) if he doesn’t have role

Content from issues.apache.org is not included.KARAF-444

Upgrade to latest version of pax-url

Content from issues.apache.org is not included.KARAF-4441

Datasource config file created from feature.xml without instance suffix

Content from issues.apache.org is not included.KARAF-4442

Improve slightly misleading message after SNAPSHOT feature installation

Content from issues.apache.org is not included.KARAF-4446

Display error in the console. glued text

Content from issues.apache.org is not included.KARAF-4447

BUILDING (file) update distribution directory

Content from issues.apache.org is not included.KARAF-4449

Upgrade to Aries proxy-impl 1.0.5

Content from issues.apache.org is not included.KARAF-445

Add completion for shell aliases

Content from issues.apache.org is not included.KARAF-4450

Upgrade to Aries jmx-core 1.1.6

Content from issues.apache.org is not included.KARAF-4451

Upgrade to Aries blueprint-core 1.6.0

Content from issues.apache.org is not included.KARAF-4452

Upgrade to Aries blueprint-cm 1.0.8

Content from issues.apache.org is not included.KARAF-4454

Resolve scr:list conflict between gogo and Karaf

Content from issues.apache.org is not included.KARAF-4456

Features repo without name breaks WebConsole features plugin

Content from issues.apache.org is not included.KARAF-4459

Upgrade Cglib to version 3.2.1

Content from issues.apache.org is not included.KARAF-446

Upgrade to Felix webconsole 3.1.8

Content from issues.apache.org is not included.KARAF-4460

New feature for Aries Blueprint Spring support

Content from issues.apache.org is not included.KARAF-4461

Upgrade to sshd 1.2.0

Content from issues.apache.org is not included.KARAF-4462

Allow control of attachment of generated assembly artifacts

Content from issues.apache.org is not included.KARAF-4464

Upgrade to Spring 4.2.5

Content from issues.apache.org is not included.KARAF-4465

Upgrade to Narayana 5.3.2.Final

Content from issues.apache.org is not included.KARAF-4469

Upgrade to Felix FileInstall 3.5.4

Content from issues.apache.org is not included.KARAF-447

Add JDBC lock implementation for PostgreSQL

Content from issues.apache.org is not included.KARAF-4472

Upgrade to Felix BundleRepository 2.0.8

Content from issues.apache.org is not included.KARAF-4475

Performing status check will wipe cache if karaf.clean.all/karaf.clean.cache is set

Content from issues.apache.org is not included.KARAF-4476

Upgrade to Aries Blueprint Core 1.6.1

Content from issues.apache.org is not included.KARAF-4477

Upgrade to Pax URL 2.4.7

Content from issues.apache.org is not included.KARAF-4479

Incorrect syntax in wrapper launch script karaf-service

Content from issues.apache.org is not included.KARAF-4482

Upgrade to Aries Blueprint CM 1.0.9

Content from issues.apache.org is not included.KARAF-4485

The failover page is not up to date regarding lock package

Content from issues.apache.org is not included.KARAF-4486

LDAPOptions sets Context.SECURITY_AUTHENTICATION only if username is provided

Content from issues.apache.org is not included.KARAF-4487

LDAPLoginModule and GSSAPI

Content from issues.apache.org is not included.KARAF-4489

Introduce a property in etc/org.apache.karaf.features.cfg to decide if <config/> should create cfg file or not

Content from issues.apache.org is not included.KARAF-449

Upgrade to PAX-WEB 1.1.0 (SNAPSHOT right now)

Content from issues.apache.org is not included.KARAF-4492

Upgrade Apache Commons-compress to version 1.11

Content from issues.apache.org is not included.KARAF-4493

Add the option to specify customized branding for SSH

Content from issues.apache.org is not included.KARAF-4496

UserPrincipal lookup in the JAAS' BackingEngine

Content from issues.apache.org is not included.KARAF-4497

Upgrade to Apache ServiceMix Specs 2.7.0

Content from issues.apache.org is not included.KARAF-4499

Can’t start a crashed server on Windows

Content from issues.apache.org is not included.KARAF-450

Add new web command for deploying and undeploying war archives

Content from issues.apache.org is not included.KARAF-4500

Refresh of the pax-logging-service cause log:* commands errors

Content from issues.apache.org is not included.KARAF-4504

Upgrade Pax Exam to version 4.9.0

Content from issues.apache.org is not included.KARAF-4505

Add dataSourceType option to jdbc:ds-create command.

Content from issues.apache.org is not included.KARAF-4509

Windows: if KARAF_DATA folder doesn’t exist lets create it

Content from issues.apache.org is not included.KARAF-451

Trunk build is broken

Content from issues.apache.org is not included.KARAF-4510

Initial instance.properties file root location uses karaf.home instead of karaf.base

Content from issues.apache.org is not included.KARAF-4511

grep leaves around Ansi reset char sequence

Content from issues.apache.org is not included.KARAF-4512

Upgrade to Aries Blueprint Core 1.6.2

Content from issues.apache.org is not included.KARAF-4514

Add config:install command and MBean

Content from issues.apache.org is not included.KARAF-4517

bin/client ends with \"Failed to get the session\"

Content from issues.apache.org is not included.KARAF-4519

If an action does not have a @Command annotation, fallback to calling a description() method via reflection to get an Action’s description

Content from issues.apache.org is not included.KARAF-452

Support bundle id ranges, symbolic name/version, and regex in shell start/stop etc commands

Content from issues.apache.org is not included.KARAF-4520

Add DigestPasswordLoginModule so PasswordDigest can work with Karaf JAAS realm

Content from issues.apache.org is not included.KARAF-4523

JMXSecurityMBean bulk canInvoke should be robust even if bulkQuery contains duplicate operations

Content from issues.apache.org is not included.KARAF-4524

SCTP class from JDK missing in jre.properties

Content from issues.apache.org is not included.KARAF-4526

System scripts : Solaris SMS sevice not started if path contains spaces

Content from issues.apache.org is not included.KARAF-4533

Adds Kerberos support

Content from issues.apache.org is not included.KARAF-4537

Karaf Maven Plugin should respect scope when building a feature

Content from issues.apache.org is not included.KARAF-454

Upgrade Karaf to version 1.0.1 of pax-web

Content from issues.apache.org is not included.KARAF-4547

Embed resolver in features.core to avoid errors in bundle resolution when installing CXF as boot feature

Content from issues.apache.org is not included.KARAF-4548

Avoid extensive spifly logging

Content from issues.apache.org is not included.KARAF-455

Improve the confluence output for commands

Content from issues.apache.org is not included.KARAF-4551

wrapper:install on solaris lacks instructions to symlink scripts

Content from issues.apache.org is not included.KARAF-4554

Completion of the 'watch' command hangs Karaf

Content from issues.apache.org is not included.KARAF-4555

Update to jline 2.14.2

Content from issues.apache.org is not included.KARAF-4556

Upgrade to Aries Blueprint CM 1.0.9

Content from issues.apache.org is not included.KARAF-4557

Add config:property-get and getProperty operation on the ConfigMBean

Content from issues.apache.org is not included.KARAF-456

Artifact versions named in the documentation are not replaced with the version of the current project

Content from issues.apache.org is not included.KARAF-4563

Upgrade Cglib to version 3.2.2

Content from issues.apache.org is not included.KARAF-4564

Can’t start karaf using symbolic link

Content from issues.apache.org is not included.KARAF-4566

\"karaf\" script invokes /bin/sh but requires /bin/bash functions

Content from issues.apache.org is not included.KARAF-4569

OSGi framework is not shut-down gracefully on SIGTERM

Content from issues.apache.org is not included.KARAF-457

Merge 2.2.x assemblies structure to trunk

Content from issues.apache.org is not included.KARAF-4570

Upgrade to jline 3

Content from issues.apache.org is not included.KARAF-4571

karaf-maven-plugin should respect version ranges when generating features repos

Content from issues.apache.org is not included.KARAF-4575

Re-add \"install all\" and \"uninstall all\" features repository options

Content from issues.apache.org is not included.KARAF-4576

Upgrade to Narayana 5.3.3.Final

Content from issues.apache.org is not included.KARAF-4577

Use ServiceComponentRuntime api and provide a BundleStateService for DS

Content from issues.apache.org is not included.KARAF-4581

There is a typo in the description of the UserDeleteCommand

Content from issues.apache.org is not included.KARAF-4583

Upgrade to equinox 3.10.101.v20150820-1432

Content from issues.apache.org is not included.KARAF-4584

Update Exec Maven Plugin to version 1.5.0

Content from issues.apache.org is not included.KARAF-4588

Features service lost install options

Content from issues.apache.org is not included.KARAF-4589

Add bundle location in BundleMBean

Content from issues.apache.org is not included.KARAF-4590

Document environment variable reference from configuration files

Content from issues.apache.org is not included.KARAF-4591

UnknownFormatConversionException when version range determination fails during feature creation

Content from issues.apache.org is not included.KARAF-4592

Cleanup Aries JDBC Transaction 2.1.2 from the pom.xml

Content from issues.apache.org is not included.KARAF-4595

Log when shell startup is suppressed

Content from issues.apache.org is not included.KARAF-4596

log:tail doesn’t correct correctly with jline 3

Content from issues.apache.org is not included.KARAF-4597

Avoid npe and exception logging in main module tests

Content from issues.apache.org is not included.KARAF-4598

Wrapper karaf-service should return 0 if the service is already running

Content from issues.apache.org is not included.KARAF-460

Add commands to manipulate kar archives

Content from issues.apache.org is not included.KARAF-4600

RBAC - MBean fails to resolve ACL if the order of properties in object name differs

Content from issues.apache.org is not included.KARAF-4603

Nashorn support in Karaf

Content from issues.apache.org is not included.KARAF-4606

Align jetty and pax-jetty version

Content from issues.apache.org is not included.KARAF-4607

ldap connection pool not created when using ssl (ldaps)

Content from issues.apache.org is not included.KARAF-461

dev:create-dump command should generate a cleaner zip file name

Content from issues.apache.org is not included.KARAF-4615

Cannot get OpenJPA 2.4.1 to work due to JPA 2.1 being installed

Content from issues.apache.org is not included.KARAF-4616

Upgrade to Felix SCR 2.0.6, SCR Compat 1.0.4, SCR Annotations 1.11.0

Content from issues.apache.org is not included.KARAF-4620

ACL default configuration for feature:start/stop missing

Content from issues.apache.org is not included.KARAF-4622

Upgrade to Spring 3.2.17

Content from issues.apache.org is not included.KARAF-4623

Upgrade to Spring 4.1.9.RELEASE

Content from issues.apache.org is not included.KARAF-4624

Create Karaf component to create Activemq connection factories

Content from issues.apache.org is not included.KARAF-4626

Feature build fails when version-ranges are enabled and a transitive dependency needs system properties

Content from issues.apache.org is not included.KARAF-4628

Can not start karaf on linux

Content from issues.apache.org is not included.KARAF-463

Add chapter for Pax Web and the OSGi HttpService

Content from issues.apache.org is not included.KARAF-4630

Race condition in StreamPumper causes an infinite loop in it’s deamon thread which prevents shell command from terminating

Content from issues.apache.org is not included.KARAF-4635

Upgrade Pax JDBC to version 0.9.0

Content from issues.apache.org is not included.KARAF-4636

karaf.secured.command.compulsory.roles does not work

Content from issues.apache.org is not included.KARAF-4637

LDAPLoginModule - add \"trim usernames\" option

Content from issues.apache.org is not included.KARAF-4638

Improve shell table output by using unicode box drawing characters

Content from issues.apache.org is not included.KARAF-4639

Add job control in the console

Content from issues.apache.org is not included.KARAF-4641

Possible problems with wrap jars in profiles

Content from issues.apache.org is not included.KARAF-4642

featuresBoot order is not honored

Content from issues.apache.org is not included.KARAF-4643

Fix the feature repositories default version to RELEASE / karaf.version

Content from issues.apache.org is not included.KARAF-4644

Pin Build to CXF 3.1.7

Content from issues.apache.org is not included.KARAF-4646

LdapPoolingTest fails with IBM JDK

Content from issues.apache.org is not included.KARAF-4648

Feature service-wrapper creates invalid SERVICENAME-wrapper.conf file

Content from issues.apache.org is not included.KARAF-4649

AssemblyMojo : blacklistPolicy set to null if not defined in pom

Content from issues.apache.org is not included.KARAF-465

Merge http with war feature

Content from issues.apache.org is not included.KARAF-4650

Can’t authenticate to Web Container in non root instance

Content from issues.apache.org is not included.KARAF-4651

Update tooling to use wagon-http to 2.10

Content from issues.apache.org is not included.KARAF-4652

ConcurrentModificationException and NullPointerException when starting Karaf

Content from issues.apache.org is not included.KARAF-4653

enable to build and run Karaf with JAVA9

Content from issues.apache.org is not included.KARAF-4654

Karaf shell command

Content from issues.apache.org is not included.KARAF-4655

karaf-maven-plugin add-features-to-repo goal can’t add Camel feature

Content from issues.apache.org is not included.KARAF-4657

karaf-maven-plugin attach artifact multiple times

Content from issues.apache.org is not included.KARAF-4658

Allow defaultTargetFile to be overridden for any kind of packaging

Content from issues.apache.org is not included.KARAF-4659

Ability to disable ldap listeners

Content from issues.apache.org is not included.KARAF-4660

Fix typo in the wrapper:install output message

Content from issues.apache.org is not included.KARAF-4662

Unable to create Karaf Cave 4.0.0 Kar file

Content from issues.apache.org is not included.KARAF-4673

Rename karaf.shutdown.pid.file to karaf.pid.file

Content from issues.apache.org is not included.KARAF-4675

Upgrade to Narayana 5.3.4.Final

Content from issues.apache.org is not included.KARAF-4677

Karaf branding doesn’t work anymore using branding bundle

Content from issues.apache.org is not included.KARAF-468

The admin InstanceImpl class should use the util properties for loading / storing rmiRegistryPort , sshPort

Content from issues.apache.org is not included.KARAF-4680

Karaf shell console (jline 3) leaves the terminal in \"bad\" state

Content from issues.apache.org is not included.KARAF-4681

System.setOut(null) in GrepTest cause other tests failure which need use System.out

Content from issues.apache.org is not included.KARAF-4682

avoid ConsoleSessionImpl thread running indefinitely

Content from issues.apache.org is not included.KARAF-4686

ClassLoader leak with RmiRegistryFactory and sun.rmi.transport.tcp.TCPEndpoint

Content from issues.apache.org is not included.KARAF-4687

ClassLoader leak with java.lang.Exception and karaf.exception library

Content from issues.apache.org is not included.KARAF-4688

jre.properties should export all JavaFX packages for JRE 1.8+

Content from issues.apache.org is not included.KARAF-469

Remove duplicate code

Content from issues.apache.org is not included.KARAF-4692

Inconsistent behavior towards Bundle-ManifestVersion

Content from issues.apache.org is not included.KARAF-4693

shell:new issue with class wildcards

Content from issues.apache.org is not included.KARAF-4695

Unable to use Content from karaf.apache.org is not included.http://karaf.apache.org/xmlns/shell/v1.0.0

Content from issues.apache.org is not included.KARAF-4700

Overrides and blacklist do not work by default and produce an exception

Content from issues.apache.org is not included.KARAF-4701

Problem installing feature

Content from issues.apache.org is not included.KARAF-4703

system-script: document bin/contrib

Content from issues.apache.org is not included.KARAF-4704

Unwanted variable interpolation in shell scripts

Content from issues.apache.org is not included.KARAF-4705

java.lang.ClassNotFoundException: org.jledit.ConcreteEditorFactory

Content from issues.apache.org is not included.KARAF-4709

use new JVM options with recent java9 kit

Content from issues.apache.org is not included.KARAF-471

would be nice for a \"already exists\" call to features:addurl to trigger a refresh

Content from issues.apache.org is not included.KARAF-4710

The feature service may not finish properly and leave bundles in the wrong state during boot install

Content from issues.apache.org is not included.KARAF-4712

Karaf assembly builder does not handle versions correctly

Content from issues.apache.org is not included.KARAF-4716

Upgrade to Aries Blueprint Core 1.7.0 and Aries Blueprint CM 1.0.9

Content from issues.apache.org is not included.KARAF-4717

Update webconsole.css to the latest one

Content from issues.apache.org is not included.KARAF-472

features-maven-plugin: TAB-characters in feature-repository lead to resolution-errors in add-features-to-repo

Content from issues.apache.org is not included.KARAF-4720

NamespaceHandler implementations hijack namespaces

Content from issues.apache.org is not included.KARAF-4723

Karaf sometimes will prioritize bundles in deploy folder at first start regardless of run level

Content from issues.apache.org is not included.KARAF-4726

Improve os-integration doc

Content from issues.apache.org is not included.KARAF-4727

SCR bundle state should not report SATISFIED components

Content from issues.apache.org is not included.KARAF-473

Support version resolving in FeatureService#getFeatures(name/version)

Content from issues.apache.org is not included.KARAF-4731

Upgrade Felix Framework 5.6.0 and Resolver 1.10.0

Content from issues.apache.org is not included.KARAF-4737

Bundle start attribute in features XML is ignored

Content from issues.apache.org is not included.KARAF-4739

Rebooting Karaf can cause some bundles to not resolve anymore

Content from issues.apache.org is not included.KARAF-4740

Upgrade to pax-logging 1.9.0

Content from issues.apache.org is not included.KARAF-4743

Upgrade Cglib to version 3.2.4

Content from issues.apache.org is not included.KARAF-4744

Upgrade to Narayana 5.3.5.Final

Content from issues.apache.org is not included.KARAF-4745

MBean may loose all information when throwing exceptions

Content from issues.apache.org is not included.KARAF-4746

Upgrade to Pax-Web 4.4.0

Content from issues.apache.org is not included.KARAF-4748

Make Felix Resolver Threads configurable

Content from issues.apache.org is not included.KARAF-4751

Upgrade to jansi 1.14

Content from issues.apache.org is not included.KARAF-4752

Support for logback configuration

Content from issues.apache.org is not included.KARAF-4758

Upgrade to Aries Transaction Manager 1.3.1

Content from issues.apache.org is not included.KARAF-476

The admin-command should be extended to handle RMI-server-port settings

Content from issues.apache.org is not included.KARAF-4760

Upgrade to Felix FileInstall 3.5.6

Content from issues.apache.org is not included.KARAF-4762

Upgrade to PaxUrl 2.5.1

Content from issues.apache.org is not included.KARAF-4764

Provide ability to configure RmiRegistryFactory create and locate options

Content from issues.apache.org is not included.KARAF-477

Karaf console should gracefully handle errors due to the history file being read only.

Content from issues.apache.org is not included.KARAF-4770

Update etc/org.apache.karaf.management.cfg

Content from issues.apache.org is not included.KARAF-4773

Leverage smart download retries from pax-url-aether 2.5.0

Content from issues.apache.org is not included.KARAF-4774

Remove gemini-blueprint support

Content from issues.apache.org is not included.KARAF-4775

Implement a thread top command

Content from issues.apache.org is not included.KARAF-478

Subclasses of Console should be able to change the history file.

Content from issues.apache.org is not included.KARAF-4780

Migrate SCR demos to the standard OSGi annotations

Content from issues.apache.org is not included.KARAF-4781

Support auto loading multiple initialization scripts

Content from issues.apache.org is not included.KARAF-4782

Encoding is lost in ssh print streams

Content from issues.apache.org is not included.KARAF-4783

Upgrade to Pax CDI 1.0.0.RC2

Content from issues.apache.org is not included.KARAF-4784

OsgiConfiguration for JAAS should fallback to default configuration

Content from issues.apache.org is not included.KARAF-4785

Use the scr gogo commands and provide completion

Content from issues.apache.org is not included.KARAF-4786

Upgrade to Aries Blueprint Core 1.7.1

Content from issues.apache.org is not included.KARAF-4787

Remove the generate goal and add the verify goal from the feature packaging

Content from issues.apache.org is not included.KARAF-4788

Upgrade to Aries JXM Core 1.1.7

Content from issues.apache.org is not included.KARAF-4789

Upgrade to Pax Exam 4.9.2

Content from issues.apache.org is not included.KARAF-4790

Upgrade to felix framework security 2.6.0

Content from issues.apache.org is not included.KARAF-4795

Expose timeout related options for pax-url-aether 2.5.0

Content from issues.apache.org is not included.KARAF-4796

Possible NPE while installing features when using framework extensions

Content from issues.apache.org is not included.KARAF-4797

Upgrade to Aries Util 1.1.3

Content from issues.apache.org is not included.KARAF-4798

Upgrade to JLine 3.0.1

Content from issues.apache.org is not included.KARAF-480

Minor ansi issue with admin:rename command

Content from issues.apache.org is not included.KARAF-4801

Remove some requirements for the verify goal

Content from issues.apache.org is not included.KARAF-4802

Auto Deploy does not release resource

Content from issues.apache.org is not included.KARAF-4803

Allow to turn off Karaf configuration persistence manager

Content from issues.apache.org is not included.KARAF-4805

configfiles are not copied to system directory

Content from issues.apache.org is not included.KARAF-4807

Upgrade Hibernate Validator to version 5.3.1.Final

Content from issues.apache.org is not included.KARAF-4810

karaf.bat / status.bat do not exit with a proper exit code

Content from issues.apache.org is not included.KARAF-4812

Upgrade to Felix ConfigAdmin 1.8.12

Content from issues.apache.org is not included.KARAF-4813

RMI should not listen to all hosts

Content from issues.apache.org is not included.KARAF-4814

Special character in stop script

Content from issues.apache.org is not included.KARAF-4816

Upgrade to Eclipselink 2.6.4

Content from issues.apache.org is not included.KARAF-4820

wrapper:install command does not use ---include and --env parameters

Content from issues.apache.org is not included.KARAF-4821

enable to configure the external moduli-url for the sshd server

Content from issues.apache.org is not included.KARAF-4823

Upgrade Hibernate Validator to version 5.3.2.Final

Content from issues.apache.org is not included.KARAF-4824

Add Option to bundle:update which doesn’t rewrite MANIFEST file

Content from issues.apache.org is not included.KARAF-4827

Cannot install feature depending on other 2+ levels of features with prerequisite=\"true\"

Content from issues.apache.org is not included.KARAF-4828

Support OFF log level in log:set console command

Content from issues.apache.org is not included.KARAF-483

pax-web jetty.xml configfile should contain default security realm

Content from issues.apache.org is not included.KARAF-4830

Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

Content from issues.apache.org is not included.KARAF-4834

Infinite loop if Exception occurs during the execution of karaf.shell.init.script

Content from issues.apache.org is not included.KARAF-4835

Add content assist for paths in shell:source command

Content from issues.apache.org is not included.KARAF-4836

Incorrect behaviour of the auto-completion of file path in command export-bundles

Content from issues.apache.org is not included.KARAF-4837

Session#readLine should not append to history

Content from issues.apache.org is not included.KARAF-4839

Infinite System bundle restart on feature deployment

Content from issues.apache.org is not included.KARAF-484

Upgrade to Felix Framework 3.0.9

Content from issues.apache.org is not included.KARAF-4841

Add support for Felix httplite

Content from issues.apache.org is not included.KARAF-4842

Karaf Maven Plugin builds features with invalid configuration

Content from issues.apache.org is not included.KARAF-4843

Updating factory configuration leads to new configuration instance

Content from issues.apache.org is not included.KARAF-4845

Cannot start karaf with JRE 9

Content from issues.apache.org is not included.KARAF-4846

Property karaf.etc must be a canoncial path

Content from issues.apache.org is not included.KARAF-4847

Cannot start feature pax-jetty with JDK 9

Content from issues.apache.org is not included.KARAF-4848

Upgrade Hibernate Validator to version 5.3.3.Final

Content from issues.apache.org is not included.KARAF-485

Karaf MBeans are not registered

Content from issues.apache.org is not included.KARAF-4852

Minor issues with start script

Content from issues.apache.org is not included.KARAF-4853

Option to prevent execution as root

Content from issues.apache.org is not included.KARAF-4854

Enable archetype.test.skip on fastinstall profile

Content from issues.apache.org is not included.KARAF-4855

Upgrade to commons-compress 1.12

Content from issues.apache.org is not included.KARAF-4856

Upgrade to maven-bundle-plugin 3.2.0

Content from issues.apache.org is not included.KARAF-4857

Upgrade to Felix EventAdmin 1.4.8

Content from issues.apache.org is not included.KARAF-4858

Upgrade to Felix Resolver 1.10.1

Content from issues.apache.org is not included.KARAF-4859

Upgrade to Felix Utils 1.8.4

Content from issues.apache.org is not included.KARAF-4860

Upgrade to Felix WebConsole 4.2.16

Content from issues.apache.org is not included.KARAF-4861

Upgrade to sshd 1.4.0

Content from issues.apache.org is not included.KARAF-4862

Upgrade to jline 3.1.0

Content from issues.apache.org is not included.KARAF-4863

Trim down the number of configuration files in apache-karaf-minimal and static framework

Content from issues.apache.org is not included.KARAF-4864

Change the default Karaf client log Level to 0

Content from issues.apache.org is not included.KARAF-4865

Karaf startup no longer works on platforms without \"readlink\"

Content from issues.apache.org is not included.KARAF-4866

detect JVM vendor and ensure correct saaj factories is picked up when it’s IBM JDK

Content from issues.apache.org is not included.KARAF-4868

Encoding problems in CLI with shell table output

Content from issues.apache.org is not included.KARAF-4869

Instance start failed.

Content from issues.apache.org is not included.KARAF-487

Improve --help information for obr:list

Content from issues.apache.org is not included.KARAF-4870

Store the wiring in the output file when using \"feature:install --store\"

Content from issues.apache.org is not included.KARAF-4871

LDAPLoginModule NPEs if no role filter is specified

Content from issues.apache.org is not included.KARAF-4872

Karaf build failed when assemby the minimal distribution

Content from issues.apache.org is not included.KARAF-4875

bundle:list should limit the table size to the terminal width

Content from issues.apache.org is not included.KARAF-4876

Allow an empty role.query for the JDBCLoginModule

Content from issues.apache.org is not included.KARAF-4879

The log:get command should display all loggers by default

Content from issues.apache.org is not included.KARAF-488

obr:list should also include the bundle-symbolic-name of the packages it lists as this is used to execute other OBR commands

Content from issues.apache.org is not included.KARAF-4886

Upgrade Hibernate Validator to version 5.3.4.Final

Content from issues.apache.org is not included.KARAF-4888

Upgrade to Pax-Web 6.0.0

Content from issues.apache.org is not included.KARAF-489

Upgrade pax-logging to 1.6.1

Content from issues.apache.org is not included.KARAF-4890

Upgrade to Spring 4.2.8.RELEASE

Content from issues.apache.org is not included.KARAF-4891

Provide Spring 4.3.5.RELEASE feature

Content from issues.apache.org is not included.KARAF-4892

Encode username in LDAPLoginModule to avoid \"code\" injection

Content from issues.apache.org is not included.KARAF-4897

Add an option to simplify bundle dependencies

Content from issues.apache.org is not included.KARAF-4898

Remove hibernate 3 support

Content from issues.apache.org is not included.KARAF-4900

karaf java9 build is broken since 9-ea+148

Content from issues.apache.org is not included.KARAF-4902

Create config from metatype defaults

Content from issues.apache.org is not included.KARAF-4903

Upgrade to Narayana 5.5.0.Final

Content from issues.apache.org is not included.KARAF-4904

instance:create should use next free ssh port

Content from issues.apache.org is not included.KARAF-4905

o.a.k.main.util.SimpleMavenResolver uses duplicate system repo

Content from issues.apache.org is not included.KARAF-4907

bin/status logging WARN every time

Content from issues.apache.org is not included.KARAF-4913

Upgrade to Pax-Web 6.0.1

Content from issues.apache.org is not included.KARAF-4918

Upgrade to Felix FileInstall 3.5.8

Content from issues.apache.org is not included.KARAF-4919

Upgrade to Aries Proxy 1.0.6

Content from issues.apache.org is not included.KARAF-4920

Upgrade to Aries Transaction Manager 1.3.2

Content from issues.apache.org is not included.KARAF-4921

Upgrade to pax-logging 1.10.0

Content from issues.apache.org is not included.KARAF-4922

Upgrade to Jolokia 1.3.5

Content from issues.apache.org is not included.KARAF-4923

Upgrade to Eclipse Equinox 3.11.2 (Neon.2)

Content from issues.apache.org is not included.KARAF-4924

Upgrade to commons-compress 1.13

Content from issues.apache.org is not included.KARAF-4925

Upgrade to ant 1.9.7_1

Content from issues.apache.org is not included.KARAF-4926

Command \"shell wrapper:install\" not working

Content from issues.apache.org is not included.KARAF-4927

NamespaceHandlers should return null for unknown namespaces

Content from issues.apache.org is not included.KARAF-4928

Allow specifying a resource type when blacklisting

Content from issues.apache.org is not included.KARAF-4931

Static Profile generation fails if configfile element contains a placeholder

Content from issues.apache.org is not included.KARAF-4932

Remove blueprint compat and blueprint annotations bundles

Content from issues.apache.org is not included.KARAF-4933

Resolve maven versions when downloading maven artifacts during assembly

Content from issues.apache.org is not included.KARAF-4934

Allow blacklisting repositories

Content from issues.apache.org is not included.KARAF-4936

FeatureTest#repoRefreshCommand failure

Content from issues.apache.org is not included.KARAF-4944

Upgrade to Pax Web 6.0.2

Content from issues.apache.org is not included.KARAF-4945

ensure LDAPCache is cleared when jaas module bundle get reloaded

Content from issues.apache.org is not included.KARAF-4946

Upgrade to Spring 4.2.9.RELEASE

Content from issues.apache.org is not included.KARAF-4947

Upgrade to Spring 3.2.18.RELEASE

Content from issues.apache.org is not included.KARAF-4948

Upgrade to Felix SCR 2.0.8/SCR Annotations 1.12.0/DS WebConsole plugin 2.0.4

Content from issues.apache.org is not included.KARAF-4949

Karaf 4.0.8 doesn’t work on Solaris 11

Content from issues.apache.org is not included.KARAF-4951

Incorrect Equals/HashCode implementation crashes Deployer

Content from issues.apache.org is not included.KARAF-4954

Upgrade to Aries JPA 2.5.0

Content from issues.apache.org is not included.KARAF-4956

Update pax jdbc to 1.0.0

Content from issues.apache.org is not included.KARAF-4957

Move old features into enterprise-legacy and spring-legacy modules

Content from issues.apache.org is not included.KARAF-4958

bundle:list -s is too wide

Content from issues.apache.org is not included.KARAF-4959

Log messages duplicated in log:tail

Content from issues.apache.org is not included.KARAF-496

Karaf prompt displayed twice

Content from issues.apache.org is not included.KARAF-4960

Karaf exits when typing \"la |\"

Content from issues.apache.org is not included.KARAF-4961

Legacy features should be in the default org.apache.karaf.features.repos.cfg file

Content from issues.apache.org is not included.KARAF-4962

Karaf itests are flaky on Jenkins

Content from issues.apache.org is not included.KARAF-4963

\"Old\" shell commands doesn’t work anymore

Content from issues.apache.org is not included.KARAF-4964

Can’t convert wrap URL used in shell commands

Content from issues.apache.org is not included.KARAF-4965

Upgrade to Pax Exam 4.10.0

Content from issues.apache.org is not included.KARAF-4967

Upgrade to Felix Resolver 1.12.0

Content from issues.apache.org is not included.KARAF-4968

LDAPLoginModule does not correctly implement login method

Content from issues.apache.org is not included.KARAF-4970

Problem when restoring the wiring for bundles with attached fragments

Content from issues.apache.org is not included.KARAF-4971

Upgrade to jline 3.1.3

Content from issues.apache.org is not included.KARAF-4972

Commands using the shell-compatibility layer appear twice in the completion proposal

Content from issues.apache.org is not included.KARAF-4973

Refactoring of features extension

Content from issues.apache.org is not included.KARAF-4974

service:list does not work if the service property ObjectClass returns an empty array

Content from issues.apache.org is not included.KARAF-4978

Features Subsystem leaks native memory

Content from issues.apache.org is not included.KARAF-4979

Features StaxParser and UrlLoader leak resources

Content from issues.apache.org is not included.KARAF-4980

OSGi framework capabilities: add all services

Content from issues.apache.org is not included.KARAF-4981

Upgrade to Aries Blueprint Spring (and Extender) 0.3.0

Content from issues.apache.org is not included.KARAF-4982

Remove packages already provided by the assembly builder through libraries

Content from issues.apache.org is not included.KARAF-4983

Improve osgi.ee capabilities

Content from issues.apache.org is not included.KARAF-4985

Karaf does not start with JDK 9 in Windows

Content from issues.apache.org is not included.KARAF-4988

Refreshing a feature repository from webconsole fails

Content from issues.apache.org is not included.KARAF-4989

Make LDAPLoginModule role.mapping option understand also fqdn

Content from issues.apache.org is not included.KARAF-4991

Upgrade to Narayana 5.5.2.Final

Content from issues.apache.org is not included.KARAF-4993

Unsecured access to gogo console over web

Content from issues.apache.org is not included.KARAF-4995

Disable LDAP cache by default

Content from issues.apache.org is not included.KARAF-4996

Missing packages in created instances

Content from issues.apache.org is not included.KARAF-4997

The generator doesn’t merge common entries between feature.xml and POM

Content from issues.apache.org is not included.KARAF-4998

Specify dependency/prerequisite features

Content from issues.apache.org is not included.KARAF-4999

Configfiles which are also POM dependencies end up duplicated

Content from issues.apache.org is not included.KARAF-500

Upgrade to Jetty 7.3.1

Content from issues.apache.org is not included.KARAF-5001

Upgrade to Felix Framework 5.6.2

Content from issues.apache.org is not included.KARAF-5002

Upgrade to Felix Configadmin 1.8.14

Content from issues.apache.org is not included.KARAF-5003

Possible bugs in the source code

Content from issues.apache.org is not included.KARAF-5004

Discover the artifact type instead of relying on the artifact type/classifier string (kar / features / bundle)

Content from issues.apache.org is not included.KARAF-5006

Upgrade to Hibernate 5.2.8.Final

Content from issues.apache.org is not included.KARAF-5008

Provide Maven diagnostic commands

Content from issues.apache.org is not included.KARAF-5009

Upgrade to JNA 4.3.0

Content from issues.apache.org is not included.KARAF-501

Upgrade to PAX Exam 1.2.4

Content from issues.apache.org is not included.KARAF-5010

Upgrade to Aries JPA 2.6.0

Content from issues.apache.org is not included.KARAF-5012

Upgrade to Felix Utils 1.9.0

Content from issues.apache.org is not included.KARAF-5013

Upgrade to Felix WebConsole 4.3.0, DS Plugin 2.0.6, Event Plugin 1.1.6

Content from issues.apache.org is not included.KARAF-5016

Possible NPE while running \"log:tail\" in Karaf console

Content from issues.apache.org is not included.KARAF-5017

Random user used when running bin/client without -u option

Content from issues.apache.org is not included.KARAF-5018

Missing files in distribution created by instance:create

Content from issues.apache.org is not included.KARAF-5019

The source command doesn’t work as before in karaf 4.1.0

Content from issues.apache.org is not included.KARAF-5022

The repo defines an unnecessary dependency to pax web

Content from issues.apache.org is not included.KARAF-5023

Improve config commands to better support substituted and typed properties

Content from issues.apache.org is not included.KARAF-5024

Upgrade to JLine 3.2.0

Content from issues.apache.org is not included.KARAF-5025

Upgrade to Gogo 1.0.4

Content from issues.apache.org is not included.KARAF-5026

Set org.ops4j.pax.url.mvn.certificateCheck to true by default

Content from issues.apache.org is not included.KARAF-5027

Missing jansi lib in the CLASSPATH of the client/client.bat

Content from issues.apache.org is not included.KARAF-5028

Set java.io.tmpdir when using the service wrapper

Content from issues.apache.org is not included.KARAF-5029

ensure Karaf can build and pass all tests with JDK9 latest EA kit

Content from issues.apache.org is not included.KARAF-5031

Subshell doesn’t show in prompt

Content from issues.apache.org is not included.KARAF-5032

Upgrade to Pax Web 6.0.3

Content from issues.apache.org is not included.KARAF-5037

Upgrade to Aries Blueprint Core 1.8.0 and Aries Blueprint CM 1.1.0

Content from issues.apache.org is not included.KARAF-5038

Upgrade to maven-bundle-plugin 3.3.0

Content from issues.apache.org is not included.KARAF-5039

Upgrade to maven-assembly-plugin 3.0.0

Content from issues.apache.org is not included.KARAF-5040

Upgrade maven-compiler-plugin to 3.6.1

Content from issues.apache.org is not included.KARAF-5041

Upgrade to maven-dependency-plugin 3.0.0

Content from issues.apache.org is not included.KARAF-5042

Upgrade to maven-javadoc-plugin 2.10.4

Content from issues.apache.org is not included.KARAF-5043

Upgrade to maven-resources-plugin 3.0.2

Content from issues.apache.org is not included.KARAF-5044

Upgrade to maven-site-plugin 3.6

Content from issues.apache.org is not included.KARAF-5045

Upgrade to maven-source-plugin 3.0.1

Content from issues.apache.org is not included.KARAF-5047

Upgrade to ServiceMix depends-maven-plugin 1.4.0

Content from issues.apache.org is not included.KARAF-5048

Upgrade to build-helper-maven-plugin 3.0.0

Content from issues.apache.org is not included.KARAF-5049

Upgrade to exec-maven-plugin 1.6.0

Content from issues.apache.org is not included.KARAF-5050

Update maven prerequisite version to 3.0.5

Content from issues.apache.org is not included.KARAF-5051

Command \"shell wrapper:install\" fails

Content from issues.apache.org is not included.KARAF-5055

Service wrapper shutdown timeout is not taken into account when Karaf’s JVM is 'Stopped'

Content from issues.apache.org is not included.KARAF-5058

Use ttop implementation from JLine

Content from issues.apache.org is not included.KARAF-5059

The terminal size is not set correctly when connecting through SSH

Content from issues.apache.org is not included.KARAF-506

The config shell commands offer no way to delete a command

Content from issues.apache.org is not included.KARAF-5061

Upgrade to ServiceMix Specs 2.8.0

Content from issues.apache.org is not included.KARAF-5067

Add option not to register StandardManageableRegionDigraph

Content from issues.apache.org is not included.KARAF-5068

Update pax-jdbc to 1.0.1

Content from issues.apache.org is not included.KARAF-507

The config shell completer does not allow completion of factory based pids

Content from issues.apache.org is not included.KARAF-5070

Uninstall of asm causes bad refresh cascades

Content from issues.apache.org is not included.KARAF-5072

Add setting to ssh server for forcing a provided key

Content from issues.apache.org is not included.KARAF-5074

Support for typed config files (as in Felix ConfigAdmin config files) in features

Content from issues.apache.org is not included.KARAF-5075

Use the JDK provided StandardEmitterMBean

Content from issues.apache.org is not included.KARAF-5079

Log:tail does not print messages steadily

Content from issues.apache.org is not included.KARAF-508

The config:edit create does not allow the creation of factory configs

Content from issues.apache.org is not included.KARAF-5080

Use the full ttop command from gogo-jline

Content from issues.apache.org is not included.KARAF-5081

Fix problem with resource extraction from kar files

Content from issues.apache.org is not included.KARAF-5082

Allow the use of external data for features configuration

Content from issues.apache.org is not included.KARAF-5085

Upgrade to Aries JPA 2.6.1

Content from issues.apache.org is not included.KARAF-5087

Upgrade to Spring 4.3.7.RELEASE

Content from issues.apache.org is not included.KARAF-5089

GuardingEventHook may stop filtering listeners if one of the bundles is not valid

Content from issues.apache.org is not included.KARAF-509

The config:update command does not save factory configurations to the correct file

Content from issues.apache.org is not included.KARAF-5090

Update equinox to 3.11.3

Content from issues.apache.org is not included.KARAF-5091

log:get does not show correct level

Content from issues.apache.org is not included.KARAF-5094

Remove -server option in Karaf scripts

Content from issues.apache.org is not included.KARAF-5096

Karaf 4.1.1 Console Issues Over SSH (PuTTY)

Content from issues.apache.org is not included.KARAF-510

maven dependency structure should match feature contents

Content from issues.apache.org is not included.KARAF-5102

org.ops4j.pax.logging.cfg contains non-ASCII character

Content from issues.apache.org is not included.KARAF-5103

Quick start fails at the step \"feature:install camel-spring\"

Content from issues.apache.org is not included.KARAF-5104

karaf:run should support a features set

Content from issues.apache.org is not included.KARAF-5105

Issue with bin/shell command in karaf 4.1.1

Content from issues.apache.org is not included.KARAF-5106

karaf-maven-plugin hangs the build (probably when having cyclic deps in the features def)

Content from issues.apache.org is not included.KARAF-5107

Allow hooking into the feature installation process

Content from issues.apache.org is not included.KARAF-5109

endorsed and ext directories are not set properly when using instance start

Content from issues.apache.org is not included.KARAF-5112

Upgrade to jansi 1.16

Content from issues.apache.org is not included.KARAF-5113

Upgrade to jline 3.3.0

Content from issues.apache.org is not included.KARAF-5114

Upgrade to gogo 1.0.6

Content from issues.apache.org is not included.KARAF-5116

Defining karaf.log.console as a log4j2 log level causes exceptions

Content from issues.apache.org is not included.KARAF-5118

Make SSHD server threads configurable

Content from issues.apache.org is not included.KARAF-512

WebConsole installation failed due to missing jetty-jaas feature

Content from issues.apache.org is not included.KARAF-5121

blueprint created by jms:create is not correct

Content from issues.apache.org is not included.KARAF-5123

Executing feature:repo-remove can leave karaf in an invalid state

Content from issues.apache.org is not included.KARAF-5124

NPE when location information is included in console logging pattern

Content from issues.apache.org is not included.KARAF-5125

Upgrade to Narayana 5.5.6.Final

Content from issues.apache.org is not included.KARAF-5126

Use awaitility and matchers in JmsTest

Content from issues.apache.org is not included.KARAF-5128

Upgrade to aries.proxy 1.1.1

Content from issues.apache.org is not included.KARAF-5129

JMS Pooling and better Artemis support

Content from issues.apache.org is not included.KARAF-513

The ssh:ssh and admin:connect command do not allow passing a command to execute

Content from issues.apache.org is not included.KARAF-5131

XA + JMS support

Content from issues.apache.org is not included.KARAF-514

When starting a child instance, there’s no way to wait until it’s started

Content from issues.apache.org is not included.KARAF-5143

Command cannot be executed via SSH when property \"karaf.shell.init.script\" (etc/system.properties) has its default value

Content from issues.apache.org is not included.KARAF-5146

Upgrade to Narayana 5.6.0.Final

Content from issues.apache.org is not included.KARAF-5147

Upgrade to pax-web-6.0.4

Content from issues.apache.org is not included.KARAF-5148

Replace use of org.json

Content from issues.apache.org is not included.KARAF-5149

Upgrade to JNA 4.4.0

Content from issues.apache.org is not included.KARAF-5150

Upgrade to Aries Blueprint Core 1.8.1

Content from issues.apache.org is not included.KARAF-5151

Upgrade to Aries Transaction Manager 1.3.3

Content from issues.apache.org is not included.KARAF-5152

Upgrade to commons-compress 1.14

Content from issues.apache.org is not included.KARAF-5153

Upgrade to Felix BundleRepository 2.0.10

Content from issues.apache.org is not included.KARAF-5154

Upgrade to Felix Framework 5.6.4

Content from issues.apache.org is not included.KARAF-5155

Upgrade to Felix HttpLite 0.1.6

Content from issues.apache.org is not included.KARAF-5157

Upgrade to Felix Resolver 1.14.0

Content from issues.apache.org is not included.KARAF-5158

Upgrade to Felix SCR 2.0.10

Content from issues.apache.org is not included.KARAF-5159

Upgrade to Felix WebConsole 4.3.4

Content from issues.apache.org is not included.KARAF-516

Upgrade to felix eventadmin 1.2.10

Content from issues.apache.org is not included.KARAF-5160

Upgrade to Equinox Region 1.2.101.v20150831-1342

Content from issues.apache.org is not included.KARAF-5162

Code can be simplified using new Map methods

Content from issues.apache.org is not included.KARAF-5164

karaf-maven-plugin fails to verify artifacts if only available within local reactor

Content from issues.apache.org is not included.KARAF-5165

Custom Distributions: Pax-Web gets installed twice

Content from issues.apache.org is not included.KARAF-5167

Instance etc folder is not sync automatically

Content from issues.apache.org is not included.KARAF-5168

Replace old-style loops with foreach loops or streams

Content from issues.apache.org is not included.KARAF-5169

Remove redundant type information

Content from issues.apache.org is not included.KARAF-517

Upgrade to pax-runner 1.6.1

Content from issues.apache.org is not included.KARAF-5170

Use try-with-resources

Content from issues.apache.org is not included.KARAF-5171

Upgrade to ServiceMix Specs 2.9.0

Content from issues.apache.org is not included.KARAF-5172

Add simple LDAPBackingEngine

Content from issues.apache.org is not included.KARAF-5173

Some tests could benefit from a common CallbackHandler

Content from issues.apache.org is not included.KARAF-5175

Provide a debugs option for the karaf script to make it easier to debug karaf startup sequence

Content from issues.apache.org is not included.KARAF-5176

Fix support for characters entered while executing a command

Content from issues.apache.org is not included.KARAF-5178

Code can be simplified using lambdas

Content from issues.apache.org is not included.KARAF-5179

Setting the karaf.restart.jvm property to true causes system halt commands to behave as reboots

Content from issues.apache.org is not included.KARAF-518

Unable to load features.xml with included schema attribute

Content from issues.apache.org is not included.KARAF-5180

The framework is restarted and sometimes spits an exception when refreshing a fragment

Content from issues.apache.org is not included.KARAF-5181

NPE while running \"threads --tree\" command from console

Content from issues.apache.org is not included.KARAF-5182

Console command log:list returns \"null\"

Content from issues.apache.org is not included.KARAF-5184

ClassLoader leak when org.apache.karaf.shell.core bundle is refreshed

Content from issues.apache.org is not included.KARAF-5185

Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa feature

Content from issues.apache.org is not included.KARAF-519

Jline behavior problem when pasting long lines

Content from issues.apache.org is not included.KARAF-5196

Strongly consider removing -XX:+UnsyncloadClass from start scripts

Content from issues.apache.org is not included.KARAF-5197

Features deployed from a KAR file do not respect the feature’s install setting

Content from issues.apache.org is not included.KARAF-5199

Karaf installs both version of the feature (old and new) in case if referencing feature contains wrapped bundle with package import

Content from issues.apache.org is not included.KARAF-52

Provide shell commands for SCR

Content from issues.apache.org is not included.KARAF-5203

KAR:Create missing bundles that are marked conditional

Content from issues.apache.org is not included.KARAF-5205

Add -r/--refresh option to bundle:update command

Content from issues.apache.org is not included.KARAF-5206

Karaf doesn’t start after not clean reboot, because stored PID corresponds to running process

Content from issues.apache.org is not included.KARAF-5207

Features 1.4 namespace not supported by the features deployer

Content from issues.apache.org is not included.KARAF-5208

Improve feature:install error message

Content from issues.apache.org is not included.KARAF-5211

NPE in StoredWiringResolver if BundleEvent.UNRESOLVED handled before BundleEvent.RESOLVED event

Content from issues.apache.org is not included.KARAF-5216

Exiting karaf shell, mess the bash shell

Content from issues.apache.org is not included.KARAF-5219

Upgrade Narayana to version 5.6.2.Final

Content from issues.apache.org is not included.KARAF-522

Download from provisioning server retry

Content from issues.apache.org is not included.KARAF-5221

karaf-maven-plugin’s pidsToExtract handled incorrectly

Content from issues.apache.org is not included.KARAF-5222

Make possible to force the start of a karaf instance even if another one has been detected as running.

Content from issues.apache.org is not included.KARAF-5223

\"Error in initialization script\" messages printed to the main console when clients connect through ssh

Content from issues.apache.org is not included.KARAF-5225

Add Narayana dependencies to DependencyManagement

Content from issues.apache.org is not included.KARAF-5226

Add Hibernate-validator dependency to DependencyManagement

Content from issues.apache.org is not included.KARAF-5227

Use an explicit Awaitility version property

Content from issues.apache.org is not included.KARAF-5229

The download manager may generate wrong jar with custom urls

Content from issues.apache.org is not included.KARAF-523

Allow maven style names in startup.properties

Content from issues.apache.org is not included.KARAF-5230

Support version range when installing features

Content from issues.apache.org is not included.KARAF-5231

Upgrade to jline 3.3.1

Content from issues.apache.org is not included.KARAF-5234

Update BUILDING file to reference Java 8

Content from issues.apache.org is not included.KARAF-5235

Remove null values from AssemblyMojo configuration

Content from issues.apache.org is not included.KARAF-5241

Improve RBAC logging for JMX

Content from issues.apache.org is not included.KARAF-5243

add -p option for bin/client

Content from issues.apache.org is not included.KARAF-5245

Running karaf.bat inside a \"Program Files (x86)\" directory

Content from issues.apache.org is not included.KARAF-5246

Karaf shell command crashes on tab-completion when quotes are used

Content from issues.apache.org is not included.KARAF-5247

java.lang.InterruptedException after logout command in shell

Content from issues.apache.org is not included.KARAF-5248

Upgrade to blueprint-core 1.8.2

Content from issues.apache.org is not included.KARAF-5249

Upgrade to blueprint spring 0.4.0

Content from issues.apache.org is not included.KARAF-525

Bundles listed in etc/startup.properties should only installed the first time

Content from issues.apache.org is not included.KARAF-5250

SNAPSHOT metadata doesn’t match SNAPSHOT artifacts after mvn deploy

Content from issues.apache.org is not included.KARAF-5252

Upgrade Narayana to version 5.6.3.Final

Content from issues.apache.org is not included.KARAF-5253

Update pax-jdbc to 1.1.0

Content from issues.apache.org is not included.KARAF-5255

Upgrade to pax-web-6.0.6

Content from issues.apache.org is not included.KARAF-5256

Upgrade to Felix SCR 2.0.12

Content from issues.apache.org is not included.KARAF-5257

Upgrade to sshd 1.6.0

Content from issues.apache.org is not included.KARAF-5264

Clean up maven dependencies

Content from issues.apache.org is not included.KARAF-5266

log commands should limit number of lines printed instead of number of log entries

Content from issues.apache.org is not included.KARAF-5267

Karaf does not work correctly after log:tail

Content from issues.apache.org is not included.KARAF-5268

Upgrade to commons-logging 1.2

Content from issues.apache.org is not included.KARAF-5269

Upgrade to commons-lang3 3.6

Content from issues.apache.org is not included.KARAF-527

The console bundle should indicate it provides the gogo related services

Content from issues.apache.org is not included.KARAF-5271

Improve JDBC generic lock to better support network glitches

Content from issues.apache.org is not included.KARAF-5272

Enhance the features deployer so that it performs a real upgrade

Content from issues.apache.org is not included.KARAF-5273

karaf-maven-plugin assembly should take feature wildcards

Content from issues.apache.org is not included.KARAF-5276

Do not use right prompt by default

Content from issues.apache.org is not included.KARAF-5278

Update to felix framework 5.6.6

Content from issues.apache.org is not included.KARAF-5279

InterruptedException when updating the shell.core bundle

Content from issues.apache.org is not included.KARAF-528

Error while using correct feature descriptor in features-maven-plugin

Content from issues.apache.org is not included.KARAF-5280

Shell should not display the welcome message again when it is restarted

Content from issues.apache.org is not included.KARAF-5281

Upgrade to Spring 4.3.10.RELEASE

Content from issues.apache.org is not included.KARAF-5282

SyncopeLoginModule should support Syncope 2.x response format

Content from issues.apache.org is not included.KARAF-5286

Separate server key generation from key reading

Content from issues.apache.org is not included.KARAF-5287

Provide a way to hide passwords in shell

Content from issues.apache.org is not included.KARAF-5289

Upgrade to jline 3.4.0

Content from issues.apache.org is not included.KARAF-529

Upgrade to Pax URL 1.3.2

Content from issues.apache.org is not included.KARAF-5291

Upgrade Narayana to version 5.6.4.Final

Content from issues.apache.org is not included.KARAF-5292

uneeded dependency to dbcp in eclipselink feature

Content from issues.apache.org is not included.KARAF-5293

Upgrade to Apache POM 18

Content from issues.apache.org is not included.KARAF-5294

Cleanup Maven repository

Content from issues.apache.org is not included.KARAF-5298

config:update doesn’t create the cfg file in the etc folder

Content from issues.apache.org is not included.KARAF-530

Rename org.apache.karaf.assemblies/apache-karaf to org.apache.karaf/apache-karaf

Content from issues.apache.org is not included.KARAF-5300

FeaturesService should use more specific classes for model

Content from issues.apache.org is not included.KARAF-5304

checkRootInstance function in karaf script fails under AIX

Content from issues.apache.org is not included.KARAF-5305

FeatureConfigInstaller writes incorrect config if append=true and file already exists

Content from issues.apache.org is not included.KARAF-5306

Add scheduler:trigger command

Content from issues.apache.org is not included.KARAF-5307

Add SchedulerMBean to mimic scheduler shell commands

Content from issues.apache.org is not included.KARAF-5308

Remove RepositoryImpl lazy loading as we always load it upfront anyway

Content from issues.apache.org is not included.KARAF-5309

Upgrade to directory server 2.0.0-M24

Content from issues.apache.org is not included.KARAF-5310

Upgrade to maven surefire plugin 2.20 to get colored output

Content from issues.apache.org is not included.KARAF-5311

NPE in karaf-maven-plugin when specifying descriptor by file url

Content from issues.apache.org is not included.KARAF-5312

bin/stop script output some unwanted message on mac

Content from issues.apache.org is not included.KARAF-5314

The performance of profile builder used by karaf maven plugin has reduced significantly in 4.1 compared to 4.0

Content from issues.apache.org is not included.KARAF-5315

Race condition during shutdown using SIGTERM

Content from issues.apache.org is not included.KARAF-5316

Jaas Encryption should be easier to use

Content from issues.apache.org is not included.KARAF-5317

\"Exception in thread \"SIGWINCH handler\" java.lang.UnsupportedOperationException\" occurs when resizing the console while log:tail is run

Content from issues.apache.org is not included.KARAF-5319

the jetty feature in karaf shouldn’t depend on pax-jetty feature

Content from issues.apache.org is not included.KARAF-5320

Karaf Command Arguments escapes backslash characters

Content from issues.apache.org is not included.KARAF-5324

Versions are not cleaned anymore when creating version ranges

Content from issues.apache.org is not included.KARAF-5327

Threads not stopped on karaf.restart + bundle(0).stop()

Content from issues.apache.org is not included.KARAF-5328

NPE is thrown when execute source command from client/ssh

Content from issues.apache.org is not included.KARAF-533

Improve depdencny handling to manual

Content from issues.apache.org is not included.KARAF-5330

Require a specific role to access the SSH console

Content from issues.apache.org is not included.KARAF-5331

Use shell command access control lists during command completion

Content from issues.apache.org is not included.KARAF-5332

bin/stop script fails when KARAF_DEBUG is set

Content from issues.apache.org is not included.KARAF-5337

karaf-maven-plugin generates an \"override.properties\" instead of \"overrides.properties\"

Content from issues.apache.org is not included.KARAF-5338

Unable to access the local JMX server on OSX

Content from issues.apache.org is not included.KARAF-5339

Allow to define blacklisted bundles in a profile

Content from issues.apache.org is not included.KARAF-534

Startlevel: Strange deployment behaviour

Content from issues.apache.org is not included.KARAF-5340

A \"Set<LocalDependency>\" cannot contain a \"Artifact\" in Dependency31Helper

Content from issues.apache.org is not included.KARAF-5342

No reference to branding-ssh.properties in console branding section

Content from issues.apache.org is not included.KARAF-5343

Upgrade to pax-web-6.0.7

Content from issues.apache.org is not included.KARAF-5345

Upgrade to pax-jms-0.1.0 and ActiveMQ 5.15.0

Content from issues.apache.org is not included.KARAF-5349

Upgrade to pax-jdbc-1.2.0

Content from issues.apache.org is not included.KARAF-535

Description for List command incorrectly claims Threshold default is -1

Content from issues.apache.org is not included.KARAF-5352

KARAF_ETC envvar ignored

Content from issues.apache.org is not included.KARAF-5354

The log:get and log:set commands should support etc/log4j2.xml configuration

Content from issues.apache.org is not included.KARAF-5355

The scripts triggered with {{scheduler::schedule}} command fail to execute

Content from issues.apache.org is not included.KARAF-5357

Help string for feature:stop is incorrect

Content from issues.apache.org is not included.KARAF-5358

Upgrade to Felix Utils 1.10.2 and FileInstall 3.6.2

Content from issues.apache.org is not included.KARAF-5359

Upgrade to JLine 3.5.0

Content from issues.apache.org is not included.KARAF-536

Backspace no longer works in Putty after using 'connect' command to connect to other instance, and commands are printed in only 2 columns.

Content from issues.apache.org is not included.KARAF-5360

Upgrade to Felix Gogo Runtime / JLine 1.0.8

Content from issues.apache.org is not included.KARAF-5361

shell:watch is broken

Content from issues.apache.org is not included.KARAF-5363

Add --no-start option to kar:install, kar cfg and kar MBean

Content from issues.apache.org is not included.KARAF-5365

Upgrade to Aries Subsystem 2.0.10

Content from issues.apache.org is not included.KARAF-5366

Upgrade to Felix ConfigAdmin 1.8.16

Content from issues.apache.org is not included.KARAF-5367

Upgrade to Felix EventAdmin 1.4.10

Content from issues.apache.org is not included.KARAF-5368

Upgrade to Felix Framework & Main 5.6.8

Content from issues.apache.org is not included.KARAF-5369

Upgrade to Felix Metatype 1.1.4

Content from issues.apache.org is not included.KARAF-537

admin.bat prints stacktraces to standard out

Content from issues.apache.org is not included.KARAF-5370

Upgrade to Felix Resolver 1.14.0

Content from issues.apache.org is not included.KARAF-5371

Race condition between FeatureService and Fileinstall

Content from issues.apache.org is not included.KARAF-5373

Karaf-maven-plugin fails to create feature file

Content from issues.apache.org is not included.KARAF-5374

karaf-maven-plugin can’t configure the start-level for the startupBundles

Content from issues.apache.org is not included.KARAF-5375

feature:stop command does not stop the bundles

Content from issues.apache.org is not included.KARAF-5376

Processor mechanism for feature definitions (a.k.a. \"better overrides\")

Content from issues.apache.org is not included.KARAF-5377

Speed up repository loading

Content from issues.apache.org is not included.KARAF-5380

Fix typo in JDBC lock implementation

Content from issues.apache.org is not included.KARAF-5382

Karaf shell session.readLine consumes backslashes

Content from issues.apache.org is not included.KARAF-5384

Optional dependencies in MINA SSHD Core cause system bundle refreshes

Content from issues.apache.org is not included.KARAF-5388

create dump doesn’t include log file anymore

Content from issues.apache.org is not included.KARAF-539

Document configfile xml tag of features

Content from issues.apache.org is not included.KARAF-5394

maven-metadata-local.xml in KARs cause SAXParseException

Content from issues.apache.org is not included.KARAF-5395

Improve memory consumption during resolution

Content from issues.apache.org is not included.KARAF-5396

Ensure Karaf can build with JDK9 GA(build 9+181)

Content from issues.apache.org is not included.KARAF-5397

Remove org.apache.karaf.shell config from ssh feature

Content from issues.apache.org is not included.KARAF-5398

The \"cd\" command should not attempt to complete multiple directories

Content from issues.apache.org is not included.KARAF-540

Add IdentificationUtils in Karaf utils

Content from issues.apache.org is not included.KARAF-5400

Remove usage of felix scr compatibility bundle

Content from issues.apache.org is not included.KARAF-5401

Upgrade to Aries Blueprint Spring 0.5.0

Content from issues.apache.org is not included.KARAF-5404

CLI autocompletion issue

Content from issues.apache.org is not included.KARAF-5407

Allow feature:info to print the xml for a given feature

Content from issues.apache.org is not included.KARAF-541

Support JMX SSL via etc/org.apache.karaf.management.cfg

Content from issues.apache.org is not included.KARAF-5411

Client doesn’t prompt for user if no user.properties file

Content from issues.apache.org is not included.KARAF-5413

Missing explicit version in features

Content from issues.apache.org is not included.KARAF-5414

Features mentioned in feature.xml stubs aren’t taken into account in dependency calculations

Content from issues.apache.org is not included.KARAF-5416

Remove support for ext and endorsed libraries for Java 9 compatibility

Content from issues.apache.org is not included.KARAF-5417

Trim down distributions

Content from issues.apache.org is not included.KARAF-5418

SSH public key authentication from LDAP

Content from issues.apache.org is not included.KARAF-5419

Upgrade to Aries Blueprint Core 1.8.3

Content from issues.apache.org is not included.KARAF-542

Support of next line with '>' character

Content from issues.apache.org is not included.KARAF-5420

Bad console behavior when dealing with the input stream with the exec command

Content from issues.apache.org is not included.KARAF-5423

Karaf is flagged as vulnerable to CVE-2015-5262

Content from issues.apache.org is not included.KARAF-5426

Print type of wiring resource

Content from issues.apache.org is not included.KARAF-5427

Add RBAC support for reflection invocation and redirections in the console

Content from issues.apache.org is not included.KARAF-5429

Upgrade Narayana to version 5.7.0.Final

Content from issues.apache.org is not included.KARAF-543

Add manual section around log custom appenders

Content from issues.apache.org is not included.KARAF-5430

Upgrade to Spring 4.0.9.RELEASE & 4.3.12.RELEASE

Content from issues.apache.org is not included.KARAF-5431

Upgrade to Felix Gogo Runtime / JLine 1.0.10

Content from issues.apache.org is not included.KARAF-5432

Upgrade to Felix Utils 1.10.4 and FileInstall 3.6.4

Content from issues.apache.org is not included.KARAF-5435

BundleException when installing a bundle by API when the FeatureService install a feature

Content from issues.apache.org is not included.KARAF-5436

Factory configurations file in etc/ are not deleted when the configuration is deleted

Content from issues.apache.org is not included.KARAF-5437

Use named thread pools to help identifying threads

Content from issues.apache.org is not included.KARAF-5439

Upgrade Narayana to version 5.7.1.Final

Content from issues.apache.org is not included.KARAF-544

Documentation on how to use the JMX console

Content from issues.apache.org is not included.KARAF-5440

No override facility for properties in system.properties

Content from issues.apache.org is not included.KARAF-5443

Add a completer for bundle symbolic names

Content from issues.apache.org is not included.KARAF-5445

Completers should be followed by a space when complete

Content from issues.apache.org is not included.KARAF-5446

Fragment bundles are not resolved properly when installing/restarting the container

Content from issues.apache.org is not included.KARAF-5447

Support Spring 5.0.x

Content from issues.apache.org is not included.KARAF-5448

Fix Java 9 warnings

Content from issues.apache.org is not included.KARAF-5455

remove redundant sshRole comment

Content from issues.apache.org is not included.KARAF-5456

introduce a property karaf.shell.history.file.maxSize to configure the history file size on disk

Content from issues.apache.org is not included.KARAF-5458

karaf-maven-plugin fails to assemble artifacts if only available within local reactor

Content from issues.apache.org is not included.KARAF-546

Null point exception when executing log:display on an empty log

Content from issues.apache.org is not included.KARAF-5461

incorrect filter in EncryptionSupport of jaas modules

Content from issues.apache.org is not included.KARAF-5464

karaf.bat file is missing KARAF_SYSTEM_OPTS property

Content from issues.apache.org is not included.KARAF-5467

Karaf doesn’t recognize Java 9 on Ubuntu 16.04

Content from issues.apache.org is not included.KARAF-5468

Clean up AssemblyMojo

Content from issues.apache.org is not included.KARAF-5470

Karaf fails build with Java 9.0.1

Content from issues.apache.org is not included.KARAF-5473

Karaf SSH session timing out

Content from issues.apache.org is not included.KARAF-5475

Provide a security audit log

Content from issues.apache.org is not included.KARAF-5476

Reduce number of logins when using the webconsole

Content from issues.apache.org is not included.KARAF-5478

Provide a Version class to check Karaf version used.

Content from issues.apache.org is not included.KARAF-5485

Be able to disable the sftp server

Content from issues.apache.org is not included.KARAF-5486

Add a command to change job scheduling

Content from issues.apache.org is not included.KARAF-5488

Upgrade to Felix Framework 5.6.10

Content from issues.apache.org is not included.KARAF-5489

Upgrade to commons-io 2.6

Content from issues.apache.org is not included.KARAF-5490

Upgrade to JNA 4.5.0

Content from issues.apache.org is not included.KARAF-5491

Upgrade to commons-compress 1.15

Content from issues.apache.org is not included.KARAF-5494

Fix performance issue generating service metadata, change logging

Content from issues.apache.org is not included.KARAF-5495

Upgrade SyncopeBackingEngineFactory to support Syncope 2.x

Content from issues.apache.org is not included.KARAF-5496

NPEs in SyncopeLoginModule if \"version\" is not specified

Content from issues.apache.org is not included.KARAF-5498

SyncopeLoginModule parses roles instead of groups for Syncope 2.0.x

Content from issues.apache.org is not included.KARAF-5506

ensure we also check the ACL for alias cmds before auto-completer

Content from issues.apache.org is not included.KARAF-551

Implement the shell:source command

Content from issues.apache.org is not included.KARAF-5511

Proper Provide-Capability for org.apache.karaf.jaas.modules.EncryptionService

Content from issues.apache.org is not included.KARAF-5516

Upgrade to commons-lang3 3.7

Content from issues.apache.org is not included.KARAF-5517

Upgrade to Apache Felix Metatype 1.1.6

Content from issues.apache.org is not included.KARAF-5518

Upgrade to Apache Felix WebConsole DS plugin 2.0.8

Content from issues.apache.org is not included.KARAF-5519

Upgrade to Apache Felix WebConsole EventAdmin plugin 1.1.8

Content from issues.apache.org is not included.KARAF-5520

Upgrade to Maven dependencies 3.5.2

Content from issues.apache.org is not included.KARAF-5521

Upgrade to Maven Wagon 3.0.0

Content from issues.apache.org is not included.KARAF-5522

Upgrade to easymock 3.5.1

Content from issues.apache.org is not included.KARAF-5523

Upgrade to Equinox 3.12.50

Content from issues.apache.org is not included.KARAF-5525

Upgrade to PAX tinybundle 3.0.0

Content from issues.apache.org is not included.KARAF-5527

the karaf.secured.command.compulsory.roles should only affect command ACL rules

Content from issues.apache.org is not included.KARAF-5528

Karaf feature deployer should stop refreshed bundles together with the updated ones

Content from issues.apache.org is not included.KARAF-5529

Rewrite SCR management layer to more closely follow the real object model

Content from issues.apache.org is not included.KARAF-553

Get place of jetty config with mvn url in sync

Content from issues.apache.org is not included.KARAF-5531

Upgrade to maven-compiler-plugin 3.7.0

Content from issues.apache.org is not included.KARAF-5532

Upgrade to maven-dependency-plugin 3.0.2

Content from issues.apache.org is not included.KARAF-5533

KarArtifactInstaller does not properly detect already installed KAR files

Content from issues.apache.org is not included.KARAF-5535

Upgrade to maven-javadoc-plugin 3.0.0

Content from issues.apache.org is not included.KARAF-5536

Upgrade to maven-war-plugin 3.2.0

Content from issues.apache.org is not included.KARAF-5537

Upgrade to modello-maven-plugin 1.9.1

Content from issues.apache.org is not included.KARAF-5538

Upgrade to maven-invoker-plugin 3.0.1

Content from issues.apache.org is not included.KARAF-5539

Upgrade to maven-archetype-plugin 3.0.1

Content from issues.apache.org is not included.KARAF-554

Add karaf version in system properties and display in shell:info command output

Content from issues.apache.org is not included.KARAF-5541

ensure check the compulsory.roles even there’s no ACL for a specific command scope

Content from issues.apache.org is not included.KARAF-5544

Provide bundle consistency report from custom Karaf distribution

Content from issues.apache.org is not included.KARAF-5546

incorrect acl rules for system:start-level

Content from issues.apache.org is not included.KARAF-5547

Blueprint namespace handlers cause warning to be printed

Content from issues.apache.org is not included.KARAF-5548

Improve the find-class command to support package names

Content from issues.apache.org is not included.KARAF-5549

Upgrade to JLine 3.5.4

Content from issues.apache.org is not included.KARAF-5550

Upgrade to pax-url 2.5.4

Content from issues.apache.org is not included.KARAF-5551

Upgrade to Pax Web 6.1.0

Content from issues.apache.org is not included.KARAF-5554

the karaf.secured.command.compulsory.roles shouldn’t apply for alias commands

Content from issues.apache.org is not included.KARAF-5558

Be able to configure the Quartz Scheduler

Content from issues.apache.org is not included.KARAF-5559

log:tail kills ssh & karaf when root logger is in DEBUG

Content from issues.apache.org is not included.KARAF-5563

Enf-of-line display problem with the ShellTable on windows

Content from issues.apache.org is not included.KARAF-5565

Upgrade to Pax Web 6.1.1

Content from issues.apache.org is not included.KARAF-5566

Features installed through prerequisites lead to errors when uninstalling features

Content from issues.apache.org is not included.KARAF-5568

Karaf Commands cannot have return codes

Content from issues.apache.org is not included.KARAF-5569

Cannot pass commands to client script when sftpEnabled=false

Content from issues.apache.org is not included.KARAF-557

Feature: Failed to check to not install a bundle with the symbolic name contains attributes

Content from issues.apache.org is not included.KARAF-5573

Karaf on Windows does not pass the version check when JAVA_HOME contains whitespace

Content from issues.apache.org is not included.KARAF-5574

Upgrade to Pax Web 7.0.0/Jetty 9.4.6

Content from issues.apache.org is not included.KARAF-5578

Add repo URL for sling

Content from issues.apache.org is not included.KARAF-558

Boot feature from configuration file, can contain some spaces; the name should be trimmed

Content from issues.apache.org is not included.KARAF-5581

bin/client -u karaf -p karaf can login if we enable jasypt for jaas

Content from issues.apache.org is not included.KARAF-5584

Upgrade to SSHD 1.7.0

Content from issues.apache.org is not included.KARAF-5585

Verify mojo configure pax-url-mvn with non existent settings.xml

Content from issues.apache.org is not included.KARAF-5586

Upgrade to Hibernate-validator 5.4.2

Content from issues.apache.org is not included.KARAF-5588

Increase max number of threads in the scheduler by default

Content from issues.apache.org is not included.KARAF-559

AdminService loses root flag for instances

Content from issues.apache.org is not included.KARAF-5591

Blacklisted features should be considered as dependencies and/or conditionals

Content from issues.apache.org is not included.KARAF-5593

karaf-assembly-plugin / builder could include only highest version number of dependent feature

Content from issues.apache.org is not included.KARAF-5595

Upgrade toJLine 3.6.0 and Jansi 1.17

Content from issues.apache.org is not included.KARAF-5596

Upgrade to Spring 5.0.3.RELEASE

Content from issues.apache.org is not included.KARAF-5597

Upgrade to Spring 4.3.14.RELEASE

Content from issues.apache.org is not included.KARAF-5599

Upgrade Narayana to version 5.7.2.Final

Content from issues.apache.org is not included.KARAF-560

Modify all console log commands to receive a \"logger\" argument.

Content from issues.apache.org is not included.KARAF-5602

Upgrade to Spring Security 4.2.4.RELEASE

Content from issues.apache.org is not included.KARAF-5604

karaf:features-generate-descriptor takes long when faced with complex feature dependencies

Content from issues.apache.org is not included.KARAF-5605

Upgrade to OpenJPA 2.4.2

Content from issues.apache.org is not included.KARAF-5606

Upgrade to EclipseLink 2.7.1

Content from issues.apache.org is not included.KARAF-5607

Upgrade to Hibernate 5.2.9.Final

Content from issues.apache.org is not included.KARAF-561

Make obr:list output similar to osgi:list

Content from issues.apache.org is not included.KARAF-5610

Build problems with JDK9

Content from issues.apache.org is not included.KARAF-5611

karaf.bat still uses endorsed dirs with Java 9 install

Content from issues.apache.org is not included.KARAF-5612

Upgrade to blueprint-core 1.9.0, blueprint-cm-1.2.0, blueprint-spring-0.6.0 and blueprint-spring-extender-0.4.0

Content from issues.apache.org is not included.KARAF-5614

Add HttpRedirect/Proxy service with http:redirect/proxy command & MBean

Content from issues.apache.org is not included.KARAF-5616

Upgrade to SCR 2.0.14

Content from issues.apache.org is not included.KARAF-5617

Upgrade to JNA 4.5.1

Content from issues.apache.org is not included.KARAF-5618

Upgrade to Aries JMX Blueprint 1.2.0

Content from issues.apache.org is not included.KARAF-5619

Upgrade to Aries JMX Core 1.1.8 & JMX Whiteboard 1.2.0

Content from issues.apache.org is not included.KARAF-562

Config properties defined in <config> tag (features.xml) are loaded during each refresh

Content from issues.apache.org is not included.KARAF-5622

Upgrade to commons-compress 1.16.1

Content from issues.apache.org is not included.KARAF-5623

Upgrade to maven-bundle-plugin 3.5.0

Content from issues.apache.org is not included.KARAF-5624

Upgrade to jline 3.6.1

Content from issues.apache.org is not included.KARAF-5625

Upgrade to Pax Swissbox 1.8.3

Content from issues.apache.org is not included.KARAF-5627

Upgrade to PAX-JMS 0.3.0

Content from issues.apache.org is not included.KARAF-5629

Add new karaf commands shell:elif and shell:else

Content from issues.apache.org is not included.KARAF-563

Adjustable PermSize and MaxPermSize in karaf script

Content from issues.apache.org is not included.KARAF-5631

Upgrade to PAX-CDI 1.0.0

Content from issues.apache.org is not included.KARAF-5634

karaf/karaf.bat scripts do not handle lib.next→lib update correctly

Content from issues.apache.org is not included.KARAF-5635

Integrate WebConsole Memory Usage plugin

Content from issues.apache.org is not included.KARAF-5639

NPE during instance:start

Content from issues.apache.org is not included.KARAF-564

Allow configuring features OBR resolver to resolve optional imports as well

Content from issues.apache.org is not included.KARAF-5641

Karaf boot scripts need to deal with JDK10 version patterns

Content from issues.apache.org is not included.KARAF-5645

Karaf crashes when using the character ']' in the console

Content from issues.apache.org is not included.KARAF-5646

Support env:XXX subtitution missing for system.properties

Content from issues.apache.org is not included.KARAF-5647

start, stop, shell, status and client fail on Solaris Sparc 11

Content from issues.apache.org is not included.KARAF-5649

Add a feature for the manual

Content from issues.apache.org is not included.KARAF-565

junit bundle missing (required by dev commands)

Content from issues.apache.org is not included.KARAF-5658

Upgrade to Spring 5.0.4.RELEASE

Content from issues.apache.org is not included.KARAF-566

Build: Remove duplicate entries from build artefacts.

Content from issues.apache.org is not included.KARAF-5665

Sometimes the command description does not show when listing commands with \"TAB\"

Content from issues.apache.org is not included.KARAF-5667

Installing the audit-log feature never ends

Content from issues.apache.org is not included.KARAF-5668

Upgrade to JLine 3.6.2

Content from issues.apache.org is not included.KARAF-567

org.apache.karaf.jaas.config.impl accidentally exported?

Content from issues.apache.org is not included.KARAF-5671

Demo profiles still use \"old style\" pax-logging configuration

Content from issues.apache.org is not included.KARAF-5672

Servlets urls are displayed without the http context path

Content from issues.apache.org is not included.KARAF-5673

karaf-maven-plugin can be very long to apply profile

Content from issues.apache.org is not included.KARAF-5675

Upgrade to XBean 4.7

Content from issues.apache.org is not included.KARAF-5677

deploy goal throws NPE with artifactLocations is not provided

Content from issues.apache.org is not included.KARAF-5678

Existing configfiles (in kar) may be overwritten when building assembly

Content from issues.apache.org is not included.KARAF-5679

Upgrade to Hibernate Validator 6.0.9.Final

Content from issues.apache.org is not included.KARAF-568

minimal assembly: zip and tar.gz do differ in content

Content from issues.apache.org is not included.KARAF-5680

Provide support for xml parsers deployed as bundle on Java 9

Content from issues.apache.org is not included.KARAF-5688

XML parsing fails when xerces is installed on JDK 8

Content from issues.apache.org is not included.KARAF-5692

Alias not honoured in config:edit --factory --alias

Content from issues.apache.org is not included.KARAF-5694

strip url to ensure it’s a valid one which could download

Content from issues.apache.org is not included.KARAF-5696

Java detection is broken on windows

Content from issues.apache.org is not included.KARAF-572

Command to show all registered servlets and their contexts

Content from issues.apache.org is not included.KARAF-573

Print out that karaf has to be restarted if using framework with new framework

Content from issues.apache.org is not included.KARAF-574

Re-introduce export version in packages:exports command

Content from issues.apache.org is not included.KARAF-575

webconsole: branding isn’t resolved, therfore the webconsole doesn’t work anymore

Content from issues.apache.org is not included.KARAF-576

introduce start-level attribute for feature element in features.xml

Content from issues.apache.org is not included.KARAF-582

Upgrade Apache Mina to 2.0.3

Content from issues.apache.org is not included.KARAF-583

Karaf manual does not build with new karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-584

Upgrade Karaf build environment

Content from issues.apache.org is not included.KARAF-585

When connected to a remote instance, Ctrl-C closes the connection instead of simply interrupting the command

Content from issues.apache.org is not included.KARAF-588

Some fixes to Karaf Site

Content from issues.apache.org is not included.KARAF-589

Shell console ExampleSubclassMain unit test is broken

Content from issues.apache.org is not included.KARAF-590

Upgrade to pax-logging 1.6.2

Content from issues.apache.org is not included.KARAF-591

Upgrade aopalliance ServiceMix bundle to 1.0_5

Content from issues.apache.org is not included.KARAF-592

Upgrade asm ServiceMix bundle to 3.3_2

Content from issues.apache.org is not included.KARAF-593

Upgrade cglib ServiceMix bundle to 2.1_3_7

Content from issues.apache.org is not included.KARAF-594

Upgrade commons-codec ServiceMix bundle to 1.3_4

Content from issues.apache.org is not included.KARAF-595

Upgrade commons-collections ServiceMix bundle to 3.2.1_2

Content from issues.apache.org is not included.KARAF-596

Upgrade commons-lang ServiceMix bundle to 2.4_5

Content from issues.apache.org is not included.KARAF-597

Upgrade jasypt ServiceMix bundle to 1.7_3

Content from issues.apache.org is not included.KARAF-598

Upgrade junit ServiceMix bundle to 4.7_3

Content from issues.apache.org is not included.KARAF-600

\"Extending the console\" documentation still refers to org.osgi.service.command

Content from issues.apache.org is not included.KARAF-601

features:list does not show features of newly installed feature file

Content from issues.apache.org is not included.KARAF-605

Add param to Gogo Argument and Option to override default value with specific value

Content from issues.apache.org is not included.KARAF-606

JAAS: Allow LDAPLoginModule to supply role \"DN\" from LDAP group search

Content from issues.apache.org is not included.KARAF-607

Upgrade felix-framework to 3.2.1

Content from issues.apache.org is not included.KARAF-608

Allow for multi-stage boot features installation

Content from issues.apache.org is not included.KARAF-613

Upgrade to Blueprint 0.3.1

Content from issues.apache.org is not included.KARAF-614

Add warning to osgi:shutdown to avoid inadvertently shutting down the container

Content from issues.apache.org is not included.KARAF-622

Jaas Cancel command is not working

Content from issues.apache.org is not included.KARAF-623

Create a shell completer for jaas realms

Content from issues.apache.org is not included.KARAF-625

Missing property 'log4j.appender.out.file' in the file org.ops4j.pax.logging.cfg caused a NPE

Content from issues.apache.org is not included.KARAF-630

SpringDeploymentListenerTest fails on IBM JDK builds with No Class Def Found Error

Content from issues.apache.org is not included.KARAF-634

README file refers an incorrect contribution URL

Content from issues.apache.org is not included.KARAF-636

Support wildcards for instance:start/stop/destroy commands

Content from issues.apache.org is not included.KARAF-637

Update branding-console documentation to include the changes to custom.properties

Content from issues.apache.org is not included.KARAF-638

Use the same naming convention in commands

Content from issues.apache.org is not included.KARAF-645

Add a flag to suppress --help Option output on

Content from issues.apache.org is not included.KARAF-646

Upgrade to Jetty 7.4.1.v20110513

Content from issues.apache.org is not included.KARAF-647

Support of sub-shell

Content from issues.apache.org is not included.KARAF-651

features-maven-plugin should \"embed\" the Karaf features descriptor

Content from issues.apache.org is not included.KARAF-653

Karaf minimal is missing the feature files.

Content from issues.apache.org is not included.KARAF-654

Merge jetty feature with jetty-jaas feature

Content from issues.apache.org is not included.KARAF-655

Remove Content from repository.ops4j.org is not included.http://repository.ops4j.org/maven2 from org.apache.karaf.management.cfg

Content from issues.apache.org is not included.KARAF-657

kar deployer should start the feature

Content from issues.apache.org is not included.KARAF-659

correct manuall about http-whiteboard feature

Content from issues.apache.org is not included.KARAF-662

Clarify relationship of config.properties and custom.properties

Content from issues.apache.org is not included.KARAF-663

features-maven-plugin add-features-to-repo should embed Karaf core features descriptor

Content from issues.apache.org is not included.KARAF-664

Use Wiki syntax in bundle.info instead of Ansi control sequences

Content from issues.apache.org is not included.KARAF-665

Rename karaf-maven-plugin goals

Content from issues.apache.org is not included.KARAF-667

Improve error message when OBR resolution fails due to invalid URLs

Content from issues.apache.org is not included.KARAF-668

The karaf web console doesn’t list web contexts

Content from issues.apache.org is not included.KARAF-670

Missing ${karaf.base}/system cause NullPointerException

Content from issues.apache.org is not included.KARAF-671

http:list does not display the correct information

Content from issues.apache.org is not included.KARAF-672

Upgrade to felix event admin 1.2.12

Content from issues.apache.org is not included.KARAF-679

Update jansi to version 1.6

Content from issues.apache.org is not included.KARAF-682

upgrade to jetty 7.4.2.v20110526

Content from issues.apache.org is not included.KARAF-686

introduce an override flag to configfile element so that we get chance to not override the finalname if it already exist

Content from issues.apache.org is not included.KARAF-689

Karaf instance can wrongly obtain a lock when the locking table is empty on a Oracle DB

Content from issues.apache.org is not included.KARAF-690

install http feature will start both 8080 and 8181 jetty port

Content from issues.apache.org is not included.KARAF-693

features:addurl raises \"Premature end of file\" when network is not available

Content from issues.apache.org is not included.KARAF-694

Upgrade to Pax-Logging 1.6.3

Content from issues.apache.org is not included.KARAF-696

Add a macro allowing users to identify the contents of a specific config file.

Content from issues.apache.org is not included.KARAF-697

features:list shows the features that failed installation as installed.

Content from issues.apache.org is not included.KARAF-698

Technical edits to User’s Guide

Content from issues.apache.org is not included.KARAF-699

Grammar fixes to source code files

Content from issues.apache.org is not included.KARAF-700

Updates to developer’s guide

Content from issues.apache.org is not included.KARAF-705

Upgrade demos/web to use jdk 1.6 on the trunk.

Content from issues.apache.org is not included.KARAF-706

variable substitution doesn’t work for system.properties

Content from issues.apache.org is not included.KARAF-711

Add documentation how to update Karaf

Content from issues.apache.org is not included.KARAF-712

Karaf’s ls command does not represent URL objects correctly

Content from issues.apache.org is not included.KARAF-713

Refactor karaf main

Content from issues.apache.org is not included.KARAF-717

Refactor Actions to get services injected instead of fetching them

Content from issues.apache.org is not included.KARAF-718

Grep doesn’t work when piped from features:listurl

Content from issues.apache.org is not included.KARAF-720

Make 3.0.x source JDK7 compliant for type handling.

Content from issues.apache.org is not included.KARAF-725

Read-only commands shouldn’t ask for system bundle confirmation

Content from issues.apache.org is not included.KARAF-729

Karaf Maven Plugin source code cleanup

Content from issues.apache.org is not included.KARAF-733

Doc fixes to the quick start guide and overview page

Content from issues.apache.org is not included.KARAF-735

java.util.NoSuchElementException if issue the first command as an empty command

Content from issues.apache.org is not included.KARAF-737

The Karaf WebConsole should not only list Http contexts but also web contexts as in web:list

Content from issues.apache.org is not included.KARAF-751

Provide a Timer Service in Karaf

Content from issues.apache.org is not included.KARAF-752

Editorial fixes to the assemblies/ configuration files

Content from issues.apache.org is not included.KARAF-753

commandlist --help points to help for jaas:pending

Content from issues.apache.org is not included.KARAF-754

shell:cat hyphen (\"-\") option not activating STDIN.

Content from issues.apache.org is not included.KARAF-755

Recommended improvements to help commands

Content from issues.apache.org is not included.KARAF-756

Add ability to have KeyStoreManager to wait for SSL keystore to be fully initialize by other bundle through timeout

Content from issues.apache.org is not included.KARAF-757

upgrade to jetty 7.4.4.v20110707

Content from issues.apache.org is not included.KARAF-760

MInor time rendering bug

Content from issues.apache.org is not included.KARAF-762

dev:watch should support multiple bundle IDs

Content from issues.apache.org is not included.KARAF-764

Correct links to ops4j in documentation

Content from issues.apache.org is not included.KARAF-766

Wrong help for features:install

Content from issues.apache.org is not included.KARAF-767

Upgrade to Felix Framework 3.2.2

Content from issues.apache.org is not included.KARAF-768

Upgrade to Eclipse Equinox 3.6.2.R36x_v20110210

Content from issues.apache.org is not included.KARAF-769

Update NOTICE file to mention JSW

Content from issues.apache.org is not included.KARAF-770

Upgrade to Eclipse Equinox 3.7.1

Content from issues.apache.org is not included.KARAF-772

Cleanup Karaf assemblies

Content from issues.apache.org is not included.KARAF-773

KAR docu outdated

Content from issues.apache.org is not included.KARAF-776

jclouds features require OSS Sonatype repository

Content from issues.apache.org is not included.KARAF-781

Class RunnableServiceListener misspelled

Content from issues.apache.org is not included.KARAF-783

Improve security docs wrt role policies

Content from issues.apache.org is not included.KARAF-784

Add date in the default Karaf log

Content from issues.apache.org is not included.KARAF-786

Add more MBeans

Content from issues.apache.org is not included.KARAF-791

Upgrade paxurl to 1.3.5

Content from issues.apache.org is not included.KARAF-793

Upgrade paxrunner to 1.7.5

Content from issues.apache.org is not included.KARAF-794

mvn eclipse:eclipse fails with maven plugin 2.8.

Content from issues.apache.org is not included.KARAF-795

Kar builder uses a different version for easymock then the rest of the project

Content from issues.apache.org is not included.KARAF-797

Upgrade to Pax Web 1.1.1

Content from issues.apache.org is not included.KARAF-800

karaf does not start when using java7

Content from issues.apache.org is not included.KARAF-802

Upgrade mail bundle version to 1.4.4.

Content from issues.apache.org is not included.KARAF-808

Remove author attribute tags from Karaf source code

Content from issues.apache.org is not included.KARAF-813

Install Pax URL OBR with the OBR feature

Content from issues.apache.org is not included.KARAF-816

Wrapper feature doesn’t load security libraries

Content from issues.apache.org is not included.KARAF-817

Allow to set Karaf window name via parameter

Content from issues.apache.org is not included.KARAF-818

Allow JAVA_MAX_MEM, JAVA_PERM_MEM, JAVA_MIN_MEM, JAVA_MAX_PERM_MEM the same way as for linux startup file

Content from issues.apache.org is not included.KARAF-819

Rename Karaf features name (and sub-projects features name) to use full qualified name

Content from issues.apache.org is not included.KARAF-820

Karaf client.bat swallows commands to be passed to the Karaf instance

Content from issues.apache.org is not included.KARAF-824

Web demo folder in 2.2.2 release is missing content and README.txt has bugs

Content from issues.apache.org is not included.KARAF-832

build html manual by default, use a profile for pdf generation

Content from issues.apache.org is not included.KARAF-834

Upgrade to Spring 3.0.6 - in std. features.xml

Content from issues.apache.org is not included.KARAF-835

Provide a spring-jms feature

Content from issues.apache.org is not included.KARAF-840

specify javax.annotation packages version to 1.1.0 for jre-1.6 as Annotation 1.1 Spec is used for Java 6

Content from issues.apache.org is not included.KARAF-845

Add a jasypt based property placeholder to support encrypted values

Content from issues.apache.org is not included.KARAF-847

Provide Karaf features covering all Spring bundles

Content from issues.apache.org is not included.KARAF-851

Upgrade Maven plugins in use

Content from issues.apache.org is not included.KARAF-854

Upgrade to Felix Framework 4.0.1

Content from issues.apache.org is not included.KARAF-855

Add support for OSGi R4.3

Content from issues.apache.org is not included.KARAF-864

obr:deploy command should provide a start option

Content from issues.apache.org is not included.KARAF-866

New dev:wait-for-service command to wait for a given osgi service

Content from issues.apache.org is not included.KARAF-881

Make aliases to osgi:* commands to be more clear for the users

Content from issues.apache.org is not included.KARAF-884

karaf-maven-plugin should more closely map to POMs

Content from issues.apache.org is not included.KARAF-885

StartBundle doesn’t deploy all bundles if one failed

Content from issues.apache.org is not included.KARAF-886

Document security properties in the relevant configuration files

Content from issues.apache.org is not included.KARAF-887

Refer PrinceXML website in the manual

Content from issues.apache.org is not included.KARAF-889

dev:framework commands incorrect workflow

Content from issues.apache.org is not included.KARAF-892

EventAdmin events from Gogo not being sent from Karaf’s console bundle

Content from issues.apache.org is not included.KARAF-894

Kar deployment failed

Content from issues.apache.org is not included.KARAF-896

Karaf webconsole exports wrong version of Felix webconsole package

Content from issues.apache.org is not included.KARAF-897

Fixing text in bundle.info files

Content from issues.apache.org is not included.KARAF-898

Config delete operation should remove the pid.cfg file

Content from issues.apache.org is not included.KARAF-899

Upgrade to Apache Felix Gogo version 0.10.0

Content from issues.apache.org is not included.KARAF-900

Shutdown command should display the instance name

Content from issues.apache.org is not included.KARAF-902

Jaas: Properties backing engine doesn’t remove users

Content from issues.apache.org is not included.KARAF-903

Upgrade to Pax Web 1.1.2

Content from issues.apache.org is not included.KARAF-904

add jetty.port=8181 to jetty.xml so that configuration for jetty connector could take effect

Content from issues.apache.org is not included.KARAF-905

propdel() method in the ConfigMBean didn’t work

Content from issues.apache.org is not included.KARAF-907

Include 64 bits wrapper library

Content from issues.apache.org is not included.KARAF-908

Provide a way to access system properties easily in the shell

Content from issues.apache.org is not included.KARAF-909

Delete the copy of the felix gogo Closure class

Content from issues.apache.org is not included.KARAF-910

Race between FeatureService and ConfigAdmin for resolving mvn: URLs?

Content from issues.apache.org is not included.KARAF-913

Omitted @Command on Gogo plugin is hard to debug because of NPE

Content from issues.apache.org is not included.KARAF-915

KAR deployment failed in the features XML is not the first entry of the KAR archive

Content from issues.apache.org is not included.KARAF-916

use org.apache.aries.jmx.core instead of org.apache.aries.jmx

Content from issues.apache.org is not included.KARAF-917

warn instead of info when failing to install a feature

Content from issues.apache.org is not included.KARAF-919

Kar redeployment failed

Content from issues.apache.org is not included.KARAF-921

maven eclipse plugin 2.8 does not work correctly with karaf

Content from issues.apache.org is not included.KARAF-922

features-maven-plugin ignores repository tags in feature files

Content from issues.apache.org is not included.KARAF-923

features-maven-plugin#AddFeaturesToRepoMojo does not handle spaces in repository urls well

Content from issues.apache.org is not included.KARAF-925

Karaf config.properties doesn’t define J2SE-1.6 and J2SE-1.7 execution environment

Content from issues.apache.org is not included.KARAF-926

JAAS: Properties backing engine doesn’t respect encryptor prefix and suffix

Content from issues.apache.org is not included.KARAF-928

Support of Gemini Blueprint

Content from issues.apache.org is not included.KARAF-930

Bundles MBean should mimic the BundleSelector like osgi:* commands

Content from issues.apache.org is not included.KARAF-931

Add includeTransitiveDependencies option to features-generate-descriptor Maven goal

Content from issues.apache.org is not included.KARAF-932

ConfigMBean raise a NPE when dictionnary is null

Content from issues.apache.org is not included.KARAF-934

Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.

Content from issues.apache.org is not included.KARAF-935

Deployer bundles do not start

Content from issues.apache.org is not included.KARAF-936

Features info command should display the start level of a bundle if available.

Content from issues.apache.org is not included.KARAF-937

Karaf maven plugin generates feature configuration with dublicate entries

Content from issues.apache.org is not included.KARAF-939

the realm set for JAASLoginService in jetty.xml should be karaf but not the default

Content from issues.apache.org is not included.KARAF-940

Align various bat and sh scripts

Content from issues.apache.org is not included.KARAF-942

Expose Karaf RMI registry as a service

Content from issues.apache.org is not included.KARAF-945

Use singular for shell commands

Content from issues.apache.org is not included.KARAF-946

MBeans should be renamed in singular

Content from issues.apache.org is not included.KARAF-947

Rename admin service to instance service

Content from issues.apache.org is not included.KARAF-948

Apply normalized shell command format

Content from issues.apache.org is not included.KARAF-950

ensure webconsole.branding and webconsole.console import same version for javax.servlet

Content from issues.apache.org is not included.KARAF-951

dev:create-dump raises a NullPointerException

Content from issues.apache.org is not included.KARAF-952

config:propdel doesn’t delete the property in the cfg file

Content from issues.apache.org is not included.KARAF-954

Double quotes missing in generated karaf-wrapper.conf

Content from issues.apache.org is not included.KARAF-956

jaas module should throw generic FailedLoginException

Content from issues.apache.org is not included.KARAF-960

Add information about available variables in the Karaf shell

Content from issues.apache.org is not included.KARAF-961

Update Mina SSHD to version 0.6.0

Content from issues.apache.org is not included.KARAF-962

Update easymock to version 2.5.2

Content from issues.apache.org is not included.KARAF-963

Refactoring of the modules

Content from issues.apache.org is not included.KARAF-964

admin feature is no more available in Karaf

Content from issues.apache.org is not included.KARAF-965

Allow features-maven-plugin to handle multiple versions of the same feature

Content from issues.apache.org is not included.KARAF-966

Update xbean to 3.8

Content from issues.apache.org is not included.KARAF-968

Features file should require name attribute on features element

Content from issues.apache.org is not included.KARAF-971

Add support for version ranges in features descriptor <repository/> element

Content from issues.apache.org is not included.KARAF-972

KARAF_OPTS is not propagated to start command in admin script

Content from issues.apache.org is not included.KARAF-977

config propset, propappend & propdel could use some autocompletion

Content from issues.apache.org is not included.KARAF-980

Add demo for extending Karaf’s console commands

Content from issues.apache.org is not included.KARAF-981

Set kar as a boot feature

Content from issues.apache.org is not included.KARAF-982

Utils.fromMaven cant deal with both classifier and extension

Content from issues.apache.org is not included.KARAF-984

Add Kar deployer demo using karaf-maven-plugin

Content from issues.apache.org is not included.KARAF-985

LDAPLoginModule generates a large number of DirContext objects

Content from issues.apache.org is not included.KARAF-987

Add scp support

Content from issues.apache.org is not included.KARAF-988

Upgrade to Aries Blueprint 0.4

Content from issues.apache.org is not included.KARAF-993

Upgrade to Aries Proxy 0.4

Content from issues.apache.org is not included.KARAF-995

Upgrade to Aries Util 0.4

Content from issues.apache.org is not included.KARAF-998

upgrade to jetty 7.5.4.v20111024

Content from issues.apache.org is not included.KARAF-999

local-repo folder shouldn’t be used

Content from issues.jboss.org is not included.OSFUSE-779

Karaf - Warning - failed to parse and instantiate of javax.servlet.ServletContainerInitializer in classpath

Content from issues.jboss.org is not included.ENTESB-2088

Tests in rest quickstart are always skipped

Content from issues.jboss.org is not included.ENTESB-3333

Add support to delete added patch

Content from issues.jboss.org is not included.ENTESB-4531

Support Artemis Component

Content from issues.jboss.org is not included.ENTESB-4552

Include camel-jcifs in fuse product distribution

Content from issues.jboss.org is not included.ENTESB-4718

Please add a flag to toggle users between offline and online modes

Content from issues.jboss.org is not included.ENTESB-5066

Test transaction recovery

Content from issues.jboss.org is not included.ENTESB-5326

add status report after patch finishes

Content from issues.jboss.org is not included.ENTESB-6118

[Quickstarts]GroupId and version are duplicated from parent

Content from issues.jboss.org is not included.ENTESB-6493

Integrate fuse-credential-store into Fuse Karaf distribution

Content from issues.jboss.org is not included.ENTESB-6715

Remove any deprecated Camel components from Fuse kit

Content from issues.jboss.org is not included.ENTESB-6741

Hawtio v2 - Create Karaf feature for Fuse 7 installation

Content from issues.jboss.org is not included.ENTESB-6797

HawtIO doesn’t start up in Fuse 7 kits

Content from issues.jboss.org is not included.ENTESB-6849

Update and include beginner quickstarts

Content from issues.jboss.org is not included.ENTESB-6850

Update and include camel quickstarts

Content from issues.jboss.org is not included.ENTESB-6851

Update and include cxf quickstarts

Content from issues.jboss.org is not included.ENTESB-6852

Update and include custom distro quickstart

Content from issues.jboss.org is not included.ENTESB-6870

hawtio v2 console shows nothing on Karaf / Fuse 7

Content from issues.jboss.org is not included.ENTESB-6872

Rebrand Karaf to Fuse

Content from issues.jboss.org is not included.ENTESB-6903

Can’t build quickstarts

Content from issues.jboss.org is not included.ENTESB-6911

Add licenses.xml to Fuse 7 Karaf kit

Content from issues.jboss.org is not included.ENTESB-6942

Include common features in Fuse 7 / karaf distro for offline use

Content from issues.jboss.org is not included.ENTESB-6947

can’t install feature camel-box

Content from issues.jboss.org is not included.ENTESB-7044

Remove camel-amq quickstart from Fuse 7.0

Content from issues.jboss.org is not included.ENTESB-7066

Update camel-odata quickstart to use camel-olingo4

Content from issues.jboss.org is not included.ENTESB-7110

Include Hibernate PostgreSQL Dialect for 9.x

Content from issues.jboss.org is not included.ENTESB-7125

Circular dependency between fuse-karaf and fabric8 projects

Content from issues.jboss.org is not included.ENTESB-7167

Karaf, EAP maven artifacts with different versions

Content from issues.jboss.org is not included.ENTESB-7181

Create fuse-karaf-framework kar for Fuse 7

Content from issues.jboss.org is not included.ENTESB-7219

Standalone Karaf quickstarts/examples should use a BOM

Content from issues.jboss.org is not included.ENTESB-7224

Provide some smoke tests for Fuse 7 project

Content from issues.jboss.org is not included.ENTESB-7230

bin/fuse script clean KARAF_OPTS environment variable

Content from issues.jboss.org is not included.ENTESB-7243

maven settings comments should have escaped properties

Content from issues.jboss.org is not included.ENTESB-7246

[7.0] Fuse shouldn’t have to download artifacts during startup

Content from issues.jboss.org is not included.ENTESB-7260

missing versions for karaf bundles in fuse7 bom

Content from issues.jboss.org is not included.ENTESB-7271

client tool asks for password even when password is passed in through command line args

Content from issues.jboss.org is not included.ENTESB-7273

drop bundles into deploy folder take no effect

Content from issues.jboss.org is not included.ENTESB-7383

soap quickstart test returns code 500

Content from issues.jboss.org is not included.ENTESB-7445

Switch back the Karaf Startup Message to the one in 6.3 to improve readability in Fuse Tooling

Content from issues.jboss.org is not included.ENTESB-7446

Pre-configure ActiveMQ dependencies in Fuse 7 Karaf-based runtime

Content from issues.jboss.org is not included.ENTESB-7466

Use Narayana version from EAP

Content from issues.jboss.org is not included.ENTESB-7500

camel-salesforce quickstart can’t be installed on Fuse 7

Content from issues.jboss.org is not included.ENTESB-7520

Remove embedded Artemis feature from the Karaf

Content from issues.jboss.org is not included.ENTESB-7532

Create new quickstart to cover camel-hl7

Content from issues.jboss.org is not included.ENTESB-7546

Welcome file handler sometimes is not registered correctly

Content from issues.jboss.org is not included.ENTESB-7569

Create \"welcome page\" for Fuse 7 standalone

Content from issues.jboss.org is not included.ENTESB-7575

Implement standalone patching mechanism from Fuse 6.2+

Content from issues.jboss.org is not included.ENTESB-7579

Add support for fuse-components camel-sap component on Karaf

Content from issues.jboss.org is not included.ENTESB-7583

camel-spring-security is waiting for namespace handlers

Content from issues.jboss.org is not included.ENTESB-7591

NoClassDefFoundError running fuse/bin/client

Content from issues.jboss.org is not included.ENTESB-7633

Examine fuse-karaf quickstarts for SNAPSHOTs

Content from issues.jboss.org is not included.ENTESB-7654

Unable to install camel-jclouds

Content from issues.jboss.org is not included.ENTESB-7656

Unable to install hibernate-ehcache

Content from issues.jboss.org is not included.ENTESB-7660

Unable to install hibernate-validator-paranamer

Content from issues.jboss.org is not included.ENTESB-7675

camel-eips quickstart does not consume example file with IBM java

Content from issues.jboss.org is not included.ENTESB-7714

Unable to install camel-box, camel-cometd, camel-salesforce, camel-spark-rest, camel-websocket

Content from issues.jboss.org is not included.ENTESB-7716

Unable to install camel-linkedin

Content from issues.jboss.org is not included.ENTESB-7737

Unable to install camel-bean-validator

Content from issues.jboss.org is not included.ENTESB-7738

Unable to install camel-jibx, camel-salesforce, camel-xmpp, camel-xstream, cxf-databinding-jibx

Content from issues.jboss.org is not included.ENTESB-7740

Unable to install jclouds-chef, jclouds-commands

Content from issues.jboss.org is not included.ENTESB-7741

Unable to install pax-jsf-resources-support

Content from issues.jboss.org is not included.ENTESB-7742

Unable to install spring-dm, spring-dm-web

Content from issues.jboss.org is not included.ENTESB-7765

Create Artemis quickstart

Content from issues.jboss.org is not included.ENTESB-7766

Swagger version alignment

Content from issues.jboss.org is not included.ENTESB-7773

admin user should not be enabled by default in users.properties

Content from issues.jboss.org is not included.ENTESB-7782

Adjust patching mechanism ported from 6.2+ to Fuse 7 feature service

Content from issues.jboss.org is not included.ENTESB-7783

Remove reference to \"jboss\" in kits names, quickstarts etc.

Content from issues.jboss.org is not included.ENTESB-7787

Errors in log after installing feature httplite

Content from issues.jboss.org is not included.ENTESB-7801

Check for usage of deprecated components

Content from issues.jboss.org is not included.ENTESB-7805

Add activemq-camel back to Fuse 7 Karaf kit

Content from issues.jboss.org is not included.ENTESB-7807

[patching] Allow to include features in Hot Fix patches

Content from issues.jboss.org is not included.ENTESB-7816

Remove pluginManagement tag from standalone karaf quickstarts pom

Content from issues.jboss.org is not included.ENTESB-7827

Incorrect version of Narayana on Karaf

Content from issues.jboss.org is not included.ENTESB-7842

Unknown protocol: wrap when installing wrapped bundles

Content from issues.jboss.org is not included.ENTESB-7844

Move etc/jmx.acl.* files into etc/auth/

Content from issues.jboss.org is not included.ENTESB-7852

Unable to install camel-consul

Content from issues.jboss.org is not included.ENTESB-7875

CXF bean validation JAX-RS and JAX-WS feature does not work

Content from issues.jboss.org is not included.ENTESB-7879

camel-hl7 example throws error when consuming file on Windows

Content from issues.jboss.org is not included.ENTESB-7884

Blacklist camel-swagger (based on old swagger/scala)

Content from issues.jboss.org is not included.ENTESB-7892

Camel-odata quickstart typo

Content from issues.jboss.org is not included.ENTESB-7895

After some restarts, $FUSE_HOME contains HornetqJournalStore and ObjectStore folders

Content from issues.jboss.org is not included.ENTESB-7898

Backport CAMEL-12407

Content from issues.jboss.org is not included.ENTESB-7920

camel-salesforce quickstart has wrong description in pom

Content from issues.jboss.org is not included.ENTESB-7921

Cxf quickstarts contain unnecessary dependencies

Content from issues.jboss.org is not included.ENTESB-7922

Align org.ops4.pax.keycloak in fuse-karaf

Content from issues.jboss.org is not included.ENTESB-7957

Add productised artemis client version into Karaf bom

Content from issues.jboss.org is not included.ENTESB-7965

Unable to install camel-dozer, camel-juel

Content from issues.jboss.org is not included.ENTESB-7970

Errors in log after installing / uninstalling deltaspike-jpa

Content from issues.jboss.org is not included.ENTESB-8005

Add BouncyCastle libraries to Fuse 7 distro

Content from issues.jboss.org is not included.ENTESB-8035

Remove/blacklist unsupported transaction managers features from Karaf

Content from issues.jboss.org is not included.ENTESB-8036

Clarify what pax-* features are supported for XA transaction scenarios

Content from issues.jboss.org is not included.ENTESB-8037

Blacklist camel-jbpm and camel-optaplanner

Content from issues.jboss.org is not included.ENTESB-8069

Unable to install pax-jms-activemq

Content from issues.jboss.org is not included.ENTESB-8072

Blacklist instance feature in Fuse 7

Content from issues.jboss.org is not included.ENTESB-8080

xml-maven-plugin breaks proxy in Indy/PNC

Content from issues.jboss.org is not included.ENTESB-8082

Missing top level readme.txt in Karaf kits

Content from issues.jboss.org is not included.ENTESB-8083

Unable to install standard, minimal

Content from issues.jboss.org is not included.ENTESB-8086

Unable to install cxf-tools, cxf-databinding-jibx

Content from issues.jboss.org is not included.ENTESB-8089

WRONG INSTRUCTIONS IN KARAF SECURE-SOAP QUICKSTART

Content from issues.jboss.org is not included.ENTESB-8090

CXF SOAP SECURITY THROWS NOCLASSDEDFOUND

Content from issues.jboss.org is not included.ENTESB-8091

Align productized/pipeline/overriden/pom versions in Fuse-Karaf

Content from issues.jboss.org is not included.ENTESB-8098

HAWTIO:OSGI:Server Doesn’t show any information.

Content from issues.jboss.org is not included.ENTESB-8108

camel-tika has incompatible license

Content from issues.apache.org is not included.KARAF-4872

Karaf build failed when assemby the minimal distribution

Content from issues.apache.org is not included.KARAF-5319

the jetty feature in karaf shouldn’t depend on pax-jetty feature

Content from issues.apache.org is not included.KARAF-5597

Upgrade to Spring 4.3.14.RELEASE

Content from issues.jboss.org is not included.OSFUSE-623

When booting up FIS then avoid printing the karaf progress indicator on startup as it looks terrible in logs

Content from issues.jboss.org is not included.OSFUSE-749

karaf-cxf-rest doesn’t work

Content from issues.jboss.org is not included.OSFUSE-775

Missing hibernate-validator in dependencyManagment section in fabric8-project-bom-fuse-karaf

9.2. Apache Camel issues resolved in Fuse 7.0

The following table lists the Apache Camel issues that are resolved in Fuse 7.0.

Table 9.2. Apache Camel issues resolved

IssueDescription

Content from issues.apache.org is not included.CAMEL-10001

Add support for using any property placeholders on load balancers

Content from issues.apache.org is not included.CAMEL-10002

camel-netty4 - Upgrade to Netty 4.1.x

Content from issues.apache.org is not included.CAMEL-10003

camel-netty4 - Add support for native transport

Content from issues.apache.org is not included.CAMEL-10004

PollEnrich - Allow to bridge error handler

Content from issues.apache.org is not included.CAMEL-10005

HDFS2 - ClassNotFoundException - org.apache.htrace.SamplerBuilder

Content from issues.apache.org is not included.CAMEL-10006

Create MongoDB Idempotent repository

Content from issues.apache.org is not included.CAMEL-10007

camel-zipfile - ZipAggregationStrategy should ignore zero byte files

Content from issues.apache.org is not included.CAMEL-10009

Using <to> with id and ref fails

Content from issues.apache.org is not included.CAMEL-10011

Overlap in management name for multiple contexts in OSGi bundle

Content from issues.apache.org is not included.CAMEL-10012

Add a Path Home option in camel-elasticsearch configuration

Content from issues.apache.org is not included.CAMEL-10014

Fix syntax for kubernetes component

Content from issues.apache.org is not included.CAMEL-10015

Fix syntax for braintree component

Content from issues.apache.org is not included.CAMEL-10016

Fix syntax for crypto component

Content from issues.apache.org is not included.CAMEL-10017

Fix syntax for ironmq component

Content from issues.apache.org is not included.CAMEL-10020

Camel KafkaProducer should be able to return back RecordMetadata

Content from issues.apache.org is not included.CAMEL-10021

Class component - Should allow to call static method on class without ctr

Content from issues.apache.org is not included.CAMEL-10022

add a Spring Boot HealthIndicator to check that all camel contexts have started up and all the routes started OK

Content from issues.apache.org is not included.CAMEL-10024

Race condition in Mina2Producer/Mina2Consumer when closing connections with disconnect=true

Content from issues.apache.org is not included.CAMEL-10025

Create a DNS based ServiceCall EIP

Content from issues.apache.org is not included.CAMEL-10026

HealthCheck API

Content from issues.apache.org is not included.CAMEL-10027

ServiceCall EIP : Support additional attributes in ServiceCallServer

Content from issues.apache.org is not included.CAMEL-10029

Allow camel-jackson to unmarshall more type by default

Content from issues.apache.org is not included.CAMEL-10030

BindyKeyValuePairDataFormat shold detect if the body is a map, a list of map or a simple value when marshalling

Content from issues.apache.org is not included.CAMEL-10032

camel-braintree - Cannot install in Karaf

Content from issues.apache.org is not included.CAMEL-10033

camel-avro - Cannot install in karaf

Content from issues.apache.org is not included.CAMEL-10034

Spring-boot health check causes application startup failure

Content from issues.apache.org is not included.CAMEL-10035

Upgrade braintree sdk to v2.63.0

Content from issues.apache.org is not included.CAMEL-10036

Dynamicaly Loaded XML Rests Bind to all RestConfigurations

Content from issues.apache.org is not included.CAMEL-10037

ServiceCall EIP - Add missing documentation

Content from issues.apache.org is not included.CAMEL-10038

BlueprintPropertiesParser breaks propertyPlaceholder fallbackToUnaugmentedProperty behavior

Content from issues.apache.org is not included.CAMEL-10039

LinkedIn broke login in LinnkedIn component by adding a redundant reference to the callback url

Content from issues.apache.org is not included.CAMEL-10040

camel-ahc - Upgrade AHC client to 2.x

Content from issues.apache.org is not included.CAMEL-10041

camel-spring-boot - Add data format options as type-safe configuration properties

Content from issues.apache.org is not included.CAMEL-10042

camel-spring-boot - Add default values to auto configuration

Content from issues.apache.org is not included.CAMEL-10043

Camel-Jaxb: objectFactory is never checked. This leads to performance degradation.

Content from issues.apache.org is not included.CAMEL-10044

Mark secret options such as password/passphrase so tooling would be aware

Content from issues.apache.org is not included.CAMEL-10045

camel-spring-boot - Allow to load sensitive options from external file

Content from issues.apache.org is not included.CAMEL-10047

camel-mqtt - Should use dynamic port during testing

Content from issues.apache.org is not included.CAMEL-10048

Memory leak in RoutingSlip

Content from issues.apache.org is not included.CAMEL-10049

Context scoped processors should be shutdown when CamelContext is shutting down

Content from issues.apache.org is not included.CAMEL-10050

Routing slip - Consider not caching error handlers

Content from issues.apache.org is not included.CAMEL-10051

netty4 reuseChannel not working as expected

Content from issues.apache.org is not included.CAMEL-10052

Adding spring-boot integration tests

Content from issues.apache.org is not included.CAMEL-10053

Bindy does not seem to support Cp922 character encoding

Content from issues.apache.org is not included.CAMEL-10054

Create camel-atomix component

Content from issues.apache.org is not included.CAMEL-10055

ServiceCall EIP : add missing configuration options to EtcdConfigurationDefinition

Content from issues.apache.org is not included.CAMEL-10056

ServiceCall EIP : add missing configuration options to ConsulConfigurationDefinition

Content from issues.apache.org is not included.CAMEL-10057

Support Spring modular batch config

Content from issues.apache.org is not included.CAMEL-10058

when cxf producer use MESSAGE DataFormat, it shouldn’t also configure as messageType=text

Content from issues.apache.org is not included.CAMEL-10060

Cannot scan package to find custom converters

Content from issues.apache.org is not included.CAMEL-10061

Add JSON Johnzon DataFormat

Content from issues.apache.org is not included.CAMEL-10062

For specialized Dataformats, provide default value in catalog

Content from issues.apache.org is not included.CAMEL-10063

Camel on Karaf 4.0.5: java.lang.NoClassDefFoundError: org/apache/karaf/util/StringEscapeUtils

Content from issues.apache.org is not included.CAMEL-10064

Extra request parameter sent by the camel-jetty component

Content from issues.apache.org is not included.CAMEL-10065

Support Iterator<…​> for kafka component

Content from issues.apache.org is not included.CAMEL-10066

Add support for InfluxDB

Content from issues.apache.org is not included.CAMEL-10068

Distribuited map, retrieve hashmap keys

Content from issues.apache.org is not included.CAMEL-10069

camel-kafka producer has problems loading serializers in OSGi

Content from issues.apache.org is not included.CAMEL-10070

Add XMLStreamReader to InputStream/Reader converter

Content from issues.apache.org is not included.CAMEL-10072

camel-etcd : implement watching ServiceCallServerListStrategy

Content from issues.apache.org is not included.CAMEL-10074

ServiceCall EIP : Support caching ServerCallServerListStrategy

Content from issues.apache.org is not included.CAMEL-10075

using-propertyplaceholder - rror formatting macro: snippet: java.lang.IndexOutOfBoundsException

Content from issues.apache.org is not included.CAMEL-10077

Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20

Content from issues.apache.org is not included.CAMEL-10079

Upgrade quickfixj to v1.6.2

Content from issues.apache.org is not included.CAMEL-10080

CxfPayloadConverter to use a XMLStreamReader based conversion if applicable

Content from issues.apache.org is not included.CAMEL-10081

Camel OSGi examples - Update readme for karaf 4 style

Content from issues.apache.org is not included.CAMEL-10082

camel-api-component-maven-plugin doesn’t handle inner class names in Javadoc

Content from issues.apache.org is not included.CAMEL-10083

Add \"disconnectOnBatchComplete\" option to close FTP connection immediately after Batch of upload complete

Content from issues.apache.org is not included.CAMEL-10084

AggregateProcessor/JdbcAggregationRepository : table COMPLETED not cleaned when AggregationStrategy.aggregate does not return oldExchange

Content from issues.apache.org is not included.CAMEL-10085

UnsafeUriCharactersEncoder.checkRAW compiles regex pattern every call

Content from issues.apache.org is not included.CAMEL-10086

Remove Pattern.compile usages

Content from issues.apache.org is not included.CAMEL-10087

camel-kafka does not work in OSGI container

Content from issues.apache.org is not included.CAMEL-10089

Extend jline package import range in Camel commands

Content from issues.apache.org is not included.CAMEL-10090

Salesforce doesn’t support full ISO-8601 datetimes

Content from issues.apache.org is not included.CAMEL-10091

Camel-Git: Always check if Git instance is null in GitProducer before closing

Content from issues.apache.org is not included.CAMEL-10094

Camel-Linkedin: Sometimes LinkedInOAuthRequestFilter in API is using redirectQuery equal to null

Content from issues.apache.org is not included.CAMEL-10095

bug in \"remove whitespace noise from uri\"

Content from issues.apache.org is not included.CAMEL-10096

Camel tracer with stream caching should tracer after stream cache has been setup

Content from issues.apache.org is not included.CAMEL-10100

Add support for copyObject in camel aws-s3

Content from issues.apache.org is not included.CAMEL-10101

[api-component-framework] splitResult should not convert collections to array

Content from issues.apache.org is not included.CAMEL-10102

[api-component-framework] api method resolution should not allocate temporary arrays

Content from issues.apache.org is not included.CAMEL-10103

Camel FTP - Unknown parser type

Content from issues.apache.org is not included.CAMEL-10104

Mail consumer does not work with quartz scheduler

Content from issues.apache.org is not included.CAMEL-10105

[api-component-framework] Reduce object allocation in ApiCollection

Content from issues.apache.org is not included.CAMEL-10106

[api-component-framework] Reduce object allocation in ApiMethodHelper, ApiMethodImpl

Content from issues.apache.org is not included.CAMEL-10107

[api-component-framework] Make ApiMethodImpl’s arguments type safe

Content from issues.apache.org is not included.CAMEL-10110

Marshaling using CSV will insert escape char in header if using a pipe as separator

Content from issues.apache.org is not included.CAMEL-10111

Creating an InputStream from XMLStreamReader fails with ASCII default platform encoding

Content from issues.apache.org is not included.CAMEL-10112

Camel-CoAP: Add Ping operation to CoAP Producer

Content from issues.apache.org is not included.CAMEL-10113

camel-spring-boot - Add support for auto detection of advanced configuration

Content from issues.apache.org is not included.CAMEL-10114

camel-spring-boot - Allow to configure stream caching using application.properties

Content from issues.apache.org is not included.CAMEL-10115

Kafka consumer stays running if no messages were received after shutdown start

Content from issues.apache.org is not included.CAMEL-10116

NullPointerException in DefaultAsyncProcessorAwaitManager

Content from issues.apache.org is not included.CAMEL-10117

Camel-Elasticsearch: Default pathHome option should work on all the platforms

Content from issues.apache.org is not included.CAMEL-10118

Spring-boot compatibility test results

Content from issues.apache.org is not included.CAMEL-10119

Upgrade to Spring 4.3.x

Content from issues.apache.org is not included.CAMEL-10120

Creating an InputStream from XMLStreamReader fails without default namespace

Content from issues.apache.org is not included.CAMEL-10121

ResponseHandler in Mina2Producer should not log errors

Content from issues.apache.org is not included.CAMEL-10122

spring boot - Auto configuration for http component has prefix https

Content from issues.apache.org is not included.CAMEL-10124

Karaf commands - Switch to non deprecated

Content from issues.apache.org is not included.CAMEL-10125

WARN on startup: \"No Server set for org.apache.camel.component.jetty.JettyHttpComponent$1@3d484181\"

Content from issues.apache.org is not included.CAMEL-10127

OsgiDefaultCamelContext should call parent constructor with registry

Content from issues.apache.org is not included.CAMEL-10128

camel-jt400 - Need to call configure consumer

Content from issues.apache.org is not included.CAMEL-10130

Removed deprecated vtdxml language

Content from issues.apache.org is not included.CAMEL-10131

Add exclusive queues support to RabbitMQ component

Content from issues.apache.org is not included.CAMEL-10132

Camel-Kubernetes: Add the ability to scale up and down a replication controller from Producer

Content from issues.apache.org is not included.CAMEL-10133

New camel-lumberjack component

Content from issues.apache.org is not included.CAMEL-10134

Camel-Kubernetes: Add the ability to consume events from Resources filtered by labels and/or name

Content from issues.apache.org is not included.CAMEL-10136

Missing Group attribute for Tokenize DSL added to the Body Expression

Content from issues.apache.org is not included.CAMEL-10137

Add a Camel-Kubernetes example

Content from issues.apache.org is not included.CAMEL-10139

Multiple verbs for same resource not working in camel-undertow (rest dsl)

Content from issues.apache.org is not included.CAMEL-10140

Java 8 type safe process DSL

Content from issues.apache.org is not included.CAMEL-10141

Test Apache Camel on Java 9

Content from issues.apache.org is not included.CAMEL-10142

ScheduledPollingConsumer properties

Content from issues.apache.org is not included.CAMEL-10143

Camel Salesforce component field LastActivityDate is typed with java.lang.String, which is not consistent with the Salesforce SOAP type \"xsd:date\"

Content from issues.apache.org is not included.CAMEL-10144

Salesforce keeps breaking backward compatibility by adding fields to older API versions

Content from issues.apache.org is not included.CAMEL-10145

Camel-Git: Pull and Push operations require the remote Name and not the remote Path to git repository

Content from issues.apache.org is not included.CAMEL-10147

MesssageHistory will take very long time for large expressions

Content from issues.apache.org is not included.CAMEL-10149

Camel-Ftp: SftpOperations use sendKeepAliveMsg instead of sendIgnore method

Content from issues.apache.org is not included.CAMEL-10150

Camel-Apt: Check for empty lines in parseAsMap method of EndpointAnnotationProcessor

Content from issues.apache.org is not included.CAMEL-10151

camel-sql - Query parameter count mismatch when using IN and other names in SQL

Content from issues.apache.org is not included.CAMEL-10156

arguments of <bean method> ignored if syntax error in method call

Content from issues.apache.org is not included.CAMEL-10157

Values in KafkaConstants don’t fit their variable name

Content from issues.apache.org is not included.CAMEL-10158

Support to add tags to workflow execution in camel-aws component

Content from issues.apache.org is not included.CAMEL-10159

github endpoint to support creating issues

Content from issues.apache.org is not included.CAMEL-10160

create a zendesk endpoint for creating new issues

Content from issues.apache.org is not included.CAMEL-10161

camel-sql - Does not propagate headers for outputType=StreamList

Content from issues.apache.org is not included.CAMEL-10163

camel-twitter - Component docs - Some options are labelled wrong

Content from issues.apache.org is not included.CAMEL-10164

camel-swagger to component

Content from issues.apache.org is not included.CAMEL-10165

DefaultCxfMessageMapper.getBasePath creates a incorrect http path

Content from issues.apache.org is not included.CAMEL-10166

Binding a queue on the default exchange is not always allowed

Content from issues.apache.org is not included.CAMEL-10167

Camel-Github: Use constants instead of String for headers and registry names

Content from issues.apache.org is not included.CAMEL-10168

Don’t print stacktrace when Kinesis not available on startup

Content from issues.apache.org is not included.CAMEL-10169

supporting OSGi service.pid by registry

Content from issues.apache.org is not included.CAMEL-10170

Add support for Chronicle-Engine

Content from issues.apache.org is not included.CAMEL-10171

Camel CXF expired continuations cause memory leak

Content from issues.apache.org is not included.CAMEL-10172

BeanProducer unlike BeanProcessor do not implement fully async protocol

Content from issues.apache.org is not included.CAMEL-10174

weaveByToString throws UnsupportedOperationException on CBR

Content from issues.apache.org is not included.CAMEL-10175

camel-jetty - Continuation timeout should send back HTTP timeout status code

Content from issues.apache.org is not included.CAMEL-10176

camel-cxf RawMessageContentRedirectInterceptor should be able to handle the case that OutputStream is null for an outgoing message

Content from issues.apache.org is not included.CAMEL-10177

Camel-catalog: wireTap is missing from all oneOf lists

Content from issues.apache.org is not included.CAMEL-10178

Google Cloud PubSub Component

Content from issues.apache.org is not included.CAMEL-10180

weaveByToUri - To make it easier to match sending to uris

Content from issues.apache.org is not included.CAMEL-10181

Camel-undertow: UndertowHttpBinding should be initialized in the endpoint and not at component level

Content from issues.apache.org is not included.CAMEL-10183

Camel-Aws: add list and delete buckets operations on the S3 Producer Endpoint

Content from issues.apache.org is not included.CAMEL-10184

ChannelGroup option is not active for NettyProducer

Content from issues.apache.org is not included.CAMEL-10185

camel-ftp - fastExistsCheck issue

Content from issues.apache.org is not included.CAMEL-10186

camel-spring-boot - Add auto-configuration to components without properties

Content from issues.apache.org is not included.CAMEL-10189

camel-jsonpath - Add support for simple functions

Content from issues.apache.org is not included.CAMEL-10192

Specifying jobFromHeader in URI option throws exception

Content from issues.apache.org is not included.CAMEL-10195

rest-dsl - automatic binding failure with waitForTaskToComplete=Never

Content from issues.apache.org is not included.CAMEL-10196

Camel KAfka doesn’t support SASL_PLAINTEXT security protocol

Content from issues.apache.org is not included.CAMEL-10197

camel-spring-boot - Extend the configuration hints to nested properties

Content from issues.apache.org is not included.CAMEL-10198

JGroupsClusterTest and JGroupsComponentTest fail on some platforms

Content from issues.apache.org is not included.CAMEL-10200

Mail consumer sets wrong Content-Type header for mails with attachment

Content from issues.apache.org is not included.CAMEL-10201

More Type Converters for Multipart

Content from issues.apache.org is not included.CAMEL-10203

Spring boot - Auto configuration should not use primitive types

Content from issues.apache.org is not included.CAMEL-10204

Use narayana as TX manager for testing

Content from issues.apache.org is not included.CAMEL-10205

camel-example-spring-dm - Cannot install in Karaf 4.0.x

Content from issues.apache.org is not included.CAMEL-10207

spring boot - Integration test failures

Content from issues.apache.org is not included.CAMEL-10208

FluentProducerTemplate - Allow to be injected

Content from issues.apache.org is not included.CAMEL-10209

spring boot - Auto configuration for languages

Content from issues.apache.org is not included.CAMEL-10210

Trace formatter - Add support for multiline

Content from issues.apache.org is not included.CAMEL-10211

spring boot - Auto configuration of tracer

Content from issues.apache.org is not included.CAMEL-10212

Camel-Undertow: transferException and throwExceptionOnFailure options are never used in the component

Content from issues.apache.org is not included.CAMEL-10213

Camel Kafka doesn’t support setting \"max.poll.records\" and \"session.timeout.ms\"

Content from issues.apache.org is not included.CAMEL-10214

File Component: doneFileName option of Consumer missing from generated documentation

Content from issues.apache.org is not included.CAMEL-10215

EventDrivenPollingConsumer is not thread safe when used with ConsumerCache

Content from issues.apache.org is not included.CAMEL-10216

Camel-Http4: Endpoint parameters proxyHost and proxyPort are ignored

Content from issues.apache.org is not included.CAMEL-10217

Remove logging implementations from compile scope

Content from issues.apache.org is not included.CAMEL-10219

Add support in JAXB module to use injected CharacterEscapeHandler

Content from issues.apache.org is not included.CAMEL-10221

Camel-Jcache: writeThrough option is never used

Content from issues.apache.org is not included.CAMEL-10222

camel-spring-boot - New starters and BOMs

Content from issues.apache.org is not included.CAMEL-10223

XmlRpc dataformat - Setting request=true should also apply for marshal

Content from issues.apache.org is not included.CAMEL-10224

Upgrade log4j to lg4j2

Content from issues.apache.org is not included.CAMEL-10225

Camel-Saxon is not thread safe

Content from issues.apache.org is not included.CAMEL-10226

camel-jms ignores connection pool settings in spring-boot deployment

Content from issues.apache.org is not included.CAMEL-10227

upgrade camel-flink

Content from issues.apache.org is not included.CAMEL-10228

camel-sql - Preserver attachments

Content from issues.apache.org is not included.CAMEL-10229

camel-rabbitmq - Race condition when stopping context with autoack=false

Content from issues.apache.org is not included.CAMEL-10231

[camel-itest-karaf] CamelIgniteTest fails as Ignite needs sun.nio.ch

Content from issues.apache.org is not included.CAMEL-10232

[camel-itest-karaf] CamelJbpmTest fails as it requires com.sun.tools.xjc

Content from issues.apache.org is not included.CAMEL-10233

SpringCamelContext should lazy load ModelJAXBContextFactory

Content from issues.apache.org is not included.CAMEL-10234

Improve OSGi camel-jcache support

Content from issues.apache.org is not included.CAMEL-10235

Add fluentTemplate to XML DSL

Content from issues.apache.org is not included.CAMEL-10238

Camel-salesforce component never tries to reconnect after a disconnect

Content from issues.apache.org is not included.CAMEL-10239

Extend Camel RabbitMQ with guaranteed delivery (basic.return)

Content from issues.apache.org is not included.CAMEL-10240

CamelHttpClient default pool size does not work on system with large number of cpus

Content from issues.apache.org is not included.CAMEL-10241

MockEndpointAndSkip and DirtiesContext not working

Content from issues.apache.org is not included.CAMEL-10242

camel-mllp - Enhance Camel to support idleTimeout to avoid network resource wastage due to leak in caller code

Content from issues.apache.org is not included.CAMEL-10243

Force camel-atom feature to install abdera-parser

Content from issues.apache.org is not included.CAMEL-10244

When same netty endpoint producer is used twice in a route, BlockingOperationException is raised

Content from issues.apache.org is not included.CAMEL-10245

Persistence Exception when trying to delete detached entity

Content from issues.apache.org is not included.CAMEL-10246

camel-ftp - Add support for configuring active port range

Content from issues.apache.org is not included.CAMEL-10247

OnException is overriding route Ids for the Route Definitions in the Camel Test

Content from issues.apache.org is not included.CAMEL-10248

camel-catalog - Include adoc documentation

Content from issues.apache.org is not included.CAMEL-10250

spring boot - SpringBootStarterMojo should not use internal API

Content from issues.apache.org is not included.CAMEL-10252

Upgrade Weld embedded Arquillian adapter to version 2.0.0.Beta3

Content from issues.apache.org is not included.CAMEL-10253

NullPointer in ThrowExceptionProcessor.getTraceLabel

Content from issues.apache.org is not included.CAMEL-10254

Error may still block mail-consumer

Content from issues.apache.org is not included.CAMEL-10255

Camel Main - Make it easy to configure property placeholder

Content from issues.apache.org is not included.CAMEL-10257

camel-cache - Test failures

Content from issues.apache.org is not included.CAMEL-10260

Olingo2 component should declare runtime dependency on olingo-odata2-core

Content from issues.apache.org is not included.CAMEL-10261

Mark camel-cache as deprecated

Content from issues.apache.org is not included.CAMEL-10262

camel-kubernetes component should be able to rely on the current login token provided by kube config

Content from issues.apache.org is not included.CAMEL-10263

Several log refactoring/improvement suggestions

Content from issues.apache.org is not included.CAMEL-10264

Minor version releases should carry .0 micro version

Content from issues.apache.org is not included.CAMEL-10265

Allow named queries in JPA Producer

Content from issues.apache.org is not included.CAMEL-10267

Create a Caffeine component

Content from issues.apache.org is not included.CAMEL-10268

Camel-CouchDB: Add the ability to remove an entry from producer side

Content from issues.apache.org is not included.CAMEL-10270

Jetty 9 X-Forwarded-For Configuration

Content from issues.apache.org is not included.CAMEL-10271

camel-jt400 - Failed to resolve endpoint

Content from issues.apache.org is not included.CAMEL-10272

Unexpected behaviour in aggregator if recipient list is processed in parallel

Content from issues.apache.org is not included.CAMEL-10273

[Jetty] missing jmx object if custom thread pool is used

Content from issues.apache.org is not included.CAMEL-10275

Allow @ProperyInject on bean method arguments

Content from issues.apache.org is not included.CAMEL-10276

Update camel-syslog to use Netty4

Content from issues.apache.org is not included.CAMEL-10279

Can’t use @ImportResource and configure() in the same SB app

Content from issues.apache.org is not included.CAMEL-10280

Don’t require create privileges to publish to named SNS topic

Content from issues.apache.org is not included.CAMEL-10282

[Avro] Issue on OSGi due to static cache

Content from issues.apache.org is not included.CAMEL-10283

Add a timeout on WebSocketProducer sendMessages method

Content from issues.apache.org is not included.CAMEL-10285

beanio - Allow custom error handler to access exchange

Content from issues.apache.org is not included.CAMEL-10286

Allow async bean method in bean language with J8 CompletableFuture

Content from issues.apache.org is not included.CAMEL-10287

Infinispan RoutePolicy to have one route being master, and others as slaves

Content from issues.apache.org is not included.CAMEL-10288

Move RoutePolicy initialization logic in onStart

Content from issues.apache.org is not included.CAMEL-10289

Move RoutePolicy initialization logic in onStart

Content from issues.apache.org is not included.CAMEL-10290

Move RoutePolicy initialization logic in onStart

Content from issues.apache.org is not included.CAMEL-10291

Camel RabbitMQ invalid handling of message timestamp

Content from issues.apache.org is not included.CAMEL-10292

Move RoutePolicy initialization logic in onStart

Content from issues.apache.org is not included.CAMEL-10293

[camel-maven-plugin] When blueprint detected, plugin ignores useBlueprint, fileApplicationContextUri tags

Content from issues.apache.org is not included.CAMEL-10294

Component docs - ExchangePattern

Content from issues.apache.org is not included.CAMEL-10296

Guaranteed Delivery not working if no timeout is set

Content from issues.apache.org is not included.CAMEL-10297

Camel-Ftp: Splitting the body doesn’t parse the file content but the RemoteFile

Content from issues.apache.org is not included.CAMEL-10298

Unnecessary restriction on readLockTimeout with readLockMinAge

Content from issues.apache.org is not included.CAMEL-10302

Extract body from nested multiparts

Content from issues.apache.org is not included.CAMEL-10303

MllpTcpServerConsumer fails silently on acknowledgment failure

Content from issues.apache.org is not included.CAMEL-10305

Add support for calling function imports from Olingo2 Component

Content from issues.apache.org is not included.CAMEL-10307

Upgrade docker java version

Content from issues.apache.org is not included.CAMEL-10308

Provide a way to use async engine from ProducerTemplate

Content from issues.apache.org is not included.CAMEL-10311

Comprehensively define lucene artefacts used by elasticsearch

Content from issues.apache.org is not included.CAMEL-10313

camel-example-swagger-xml - Fails with jetty:run

Content from issues.apache.org is not included.CAMEL-10317

Add support to use Http synchronous client with Olingo2 Component

Content from issues.apache.org is not included.CAMEL-10318

Upgrade OpenWebBeans to version 1.7.0

Content from issues.apache.org is not included.CAMEL-10319

SNMP Producer

Content from issues.apache.org is not included.CAMEL-10320

Provide a LeaderPolicy to ease the implementation of master/slave route/context

Content from issues.apache.org is not included.CAMEL-10321

New Component camel-asterisk

Content from issues.apache.org is not included.CAMEL-10322

Choice breaks Advice - UnsupportedOperationException

Content from issues.apache.org is not included.CAMEL-10323

MQTT producer creation fails if network is not available at startup

Content from issues.apache.org is not included.CAMEL-10325

Camel-Aws: EC2 component, add createTags and deleteTags operation

Content from issues.apache.org is not included.CAMEL-10326

Hazelcast aggregation repository tests may fail if multiple network interfaces are configured on th host

Content from issues.apache.org is not included.CAMEL-10327

New Apache drill component

Content from issues.apache.org is not included.CAMEL-10328

Enhance Slack component to support attachments in webhooks

Content from issues.apache.org is not included.CAMEL-10331

Camel Docker Consumer

Content from issues.apache.org is not included.CAMEL-10332

Define netty version in dependency management

Content from issues.apache.org is not included.CAMEL-10335

Improve Saxon customization

Content from issues.apache.org is not included.CAMEL-10337

camel-asterix - Endpoint should be singleton

Content from issues.apache.org is not included.CAMEL-10338

Markdown formatting improvement for CDI-OSGI Example

Content from issues.apache.org is not included.CAMEL-10339

Allow date offsets and timezones with Simple language

Content from issues.apache.org is not included.CAMEL-10340

camel-aws - SQS option deleteAfterRead not work if set deleteIfFiltered=false

Content from issues.apache.org is not included.CAMEL-10341

When using SSL, a NettyConsumer set to Client Mode does not initiate a handshake

Content from issues.apache.org is not included.CAMEL-10342

WebSockets options are ignored

Content from issues.apache.org is not included.CAMEL-10344

RouteIdFactory - That can assign route ids using derived values from uris

Content from issues.apache.org is not included.CAMEL-10345

camel-test - Route coverage summary to be logged

Content from issues.apache.org is not included.CAMEL-10346

Upgrade servicemix bundles from 2016.09

Content from issues.apache.org is not included.CAMEL-10347

Camel-scr todos and polish

Content from issues.apache.org is not included.CAMEL-10350

New camel-bonita component

Content from issues.apache.org is not included.CAMEL-10352

Optionally delegate to Aries PropertyEvaluator services in BlueprintPropertiesParser

Content from issues.apache.org is not included.CAMEL-10354

OWASP Dependency Check

Content from issues.apache.org is not included.CAMEL-10356

camel-metrics - Add support for gauge type

Content from issues.apache.org is not included.CAMEL-10357

camel-servicenow - Add per release model

Content from issues.apache.org is not included.CAMEL-10358

camel-spring-boot - Add example how to use Spring Boot Live Reload

Content from issues.apache.org is not included.CAMEL-10359

Fix failing test org.apache.camel.component.salesforce.RestApiIntegrationTest.testQueryAll

Content from issues.apache.org is not included.CAMEL-10361

Expose cassandra-unit version through BOM

Content from issues.apache.org is not included.CAMEL-10363

camel-spring-redis - Cannot install in Karaf

Content from issues.apache.org is not included.CAMEL-10366

Missing input/output values in camel-catalog for several eips

Content from issues.apache.org is not included.CAMEL-10367

remove extraneous dependency from camel-amqp module

Content from issues.apache.org is not included.CAMEL-10368

Unused deflater in ZipDataFormat

Content from issues.apache.org is not included.CAMEL-10370

Conversion to CxfPayload throws Exception for Non-XML payload

Content from issues.apache.org is not included.CAMEL-10371

Add Apache HttpComponents dependencies to BOM

Content from issues.apache.org is not included.CAMEL-10372

camel-stream - Component doc issue

Content from issues.apache.org is not included.CAMEL-10373

camel-spring-boot-starter - Some starters has hibernate-validator

Content from issues.apache.org is not included.CAMEL-10375

Move camel-couchbase from extra to ASF

Content from issues.apache.org is not included.CAMEL-10376

BeanInfo#introspect does not work correctly with bridge methods

Content from issues.apache.org is not included.CAMEL-10378

Upgrade log4j2 to v2.7

Content from issues.apache.org is not included.CAMEL-10379

Improved component description

Content from issues.apache.org is not included.CAMEL-10380

JettyHttpEndpoint9 ignores eagerCheckContentAvailable so Jetty builds a reuqest with \"Transfer-Encoding: chunked\"

Content from issues.apache.org is not included.CAMEL-10381

camel-google-mail getting NPE from component configuration

Content from issues.apache.org is not included.CAMEL-10383

activemq-camel - Issue with parsing uri to determine queue vs topic

Content from issues.apache.org is not included.CAMEL-10384

Shutdown broken when using Spring Boot

Content from issues.apache.org is not included.CAMEL-10385

simple ognl expression issue w/ list & spring boot

Content from issues.apache.org is not included.CAMEL-10386

simple language nullsafe expression fails on empty array

Content from issues.apache.org is not included.CAMEL-10387

JMS correlationIdAsBytes should return null and not byte array with zero values

Content from issues.apache.org is not included.CAMEL-10389

Move string related function from ObjectHelper to StringHelper

Content from issues.apache.org is not included.CAMEL-10390

ObjectHelper’s after/before/between enhancements

Content from issues.apache.org is not included.CAMEL-10392

HTTP session handling in Camel routes

Content from issues.apache.org is not included.CAMEL-10393

camel-properties: Add an option to disable using default value if a property does not exists

Content from issues.apache.org is not included.CAMEL-10394

BlueprintCamelContext cannot find components created in RouteBuilder.configure method

Content from issues.apache.org is not included.CAMEL-10395

DefaultComponent - Suppress old WARN log that no longer apply

Content from issues.apache.org is not included.CAMEL-10396

Can’t use parameter type to select among overloaded methods

Content from issues.apache.org is not included.CAMEL-10397

SJMS - Raise an error against InOut+transacted producer as it causes a deadlock

Content from issues.apache.org is not included.CAMEL-10398

Avoid NPE when neither of ConnectionResource nor ConnectionFactory is configured

Content from issues.apache.org is not included.CAMEL-10399

OutOfMemoryError: Java heap space when sending large file to endpoint

Content from issues.apache.org is not included.CAMEL-10400

Upgrade EasyMock to version 3.4

Content from issues.apache.org is not included.CAMEL-10401

ftp: Allow files to be chmod-ed after being produced

Content from issues.apache.org is not included.CAMEL-10402

camel-servicenow : Allow to configure credentials on ServiceNow component

Content from issues.apache.org is not included.CAMEL-10403

Camel-Nats: Add TLS Support

Content from issues.apache.org is not included.CAMEL-10404

Improve spring-boot-example

Content from issues.apache.org is not included.CAMEL-10406

VM endpoint caching leak the wrong camel context

Content from issues.apache.org is not included.CAMEL-10407

camel-example-loan-broker : target directory is cleaned while testing so test are failing

Content from issues.apache.org is not included.CAMEL-10408

Camel-JMS: Suspending/resuming won’t work in case of timeout

Content from issues.apache.org is not included.CAMEL-10409

Double release of netty buffer

Content from issues.apache.org is not included.CAMEL-10410

Karaf features: install camel-karaf-commands and camel-karaf-commands-catalog only if karaf shell is installed

Content from issues.apache.org is not included.CAMEL-10411

Camel-Blueprint - failed container gets restarted automatically

Content from issues.apache.org is not included.CAMEL-10412

Unable to exclude CamelAutoConfiguration in Spring Boot

Content from issues.apache.org is not included.CAMEL-10414

Query is ignore if field filter header is set

Content from issues.apache.org is not included.CAMEL-10415

camel-servlet-starter - Autoconfigure Servlet Endpoint

Content from issues.apache.org is not included.CAMEL-10417

camel-properties: Support adding location using child nodes of propertyPlaceholder element

Content from issues.apache.org is not included.CAMEL-10418

Deploy route with an error

Content from issues.apache.org is not included.CAMEL-10419

camel-properties : allow to individually set whether to silently ignore a missing location

Content from issues.apache.org is not included.CAMEL-10420

camel-xxx-starter - Allow custom changes to the pom.xml files

Content from issues.apache.org is not included.CAMEL-10421

camel-spring-boot - CamelAutoConfiguration should allow to exclude non-singletons

Content from issues.apache.org is not included.CAMEL-10423

Introduce XmppDirectProducer

Content from issues.apache.org is not included.CAMEL-10424

Bean should act like transform/setBody when setting result

Content from issues.apache.org is not included.CAMEL-10425

java.io.IOException: Stream closed - When setting result from bean in route

Content from issues.apache.org is not included.CAMEL-10426

camel-zookeeper - Add Curator based Policy supporting multiple active nodes

Content from issues.apache.org is not included.CAMEL-10427

CXFRS client gets \"Response timeout\" exception when used with Camel transport

Content from issues.apache.org is not included.CAMEL-10429

CXFRS client requires Exchange.HTTP_URI instead of HTTP_PATH for Camel tranport

Content from issues.apache.org is not included.CAMEL-10430

camel-hystrix - Should also execute fallback if exception not from Camel

Content from issues.apache.org is not included.CAMEL-10431

camel-elsql - Does not read named parameter from header properties

Content from issues.apache.org is not included.CAMEL-10434

Camel catalog - Filter karaf / spring boot components

Content from issues.apache.org is not included.CAMEL-10435

Move spring-boot-dm to platforms directory

Content from issues.apache.org is not included.CAMEL-10436

camel-archetype-spring-boot - Should create JAR not WAR

Content from issues.apache.org is not included.CAMEL-10437

Add camel-grape Karaf feature

Content from issues.apache.org is not included.CAMEL-10438

Java8 DSL for Content Enricher and Aggregator

Content from issues.apache.org is not included.CAMEL-10441

The WorkerGroup option is for NettyConsumer and NettyProducer

Content from issues.apache.org is not included.CAMEL-10442

Multicast leaks into Pipeline stages?

Content from issues.apache.org is not included.CAMEL-10443

findById does not work with ObjectId

Content from issues.apache.org is not included.CAMEL-10444

Return header with key CamelMongoDbRecordsAffected from update and remove operations

Content from issues.apache.org is not included.CAMEL-10446

Need to consolidate header mapping logic between Camel and CXF messages

Content from issues.apache.org is not included.CAMEL-10447

Add contract based type awareness

Content from issues.apache.org is not included.CAMEL-10448

File read lock - idempotent and change/rename should be possible

Content from issues.apache.org is not included.CAMEL-10449

Set CXF SoapAction header correctly

Content from issues.apache.org is not included.CAMEL-10450

bean/class component should be able to call groovy function directly

Content from issues.apache.org is not included.CAMEL-10451

camel-undertow - Add multipart request support

Content from issues.apache.org is not included.CAMEL-10453

camel-elsql does not set CamelSqlUpdateCount header on update operation

Content from issues.apache.org is not included.CAMEL-10454

Unclear piece in IdempotentConsumer.java

Content from issues.apache.org is not included.CAMEL-10455

camel-chronicle - has SNAPSHOT dependency

Content from issues.apache.org is not included.CAMEL-10457

Cannot generate javadoc for camel-jms-starter

Content from issues.apache.org is not included.CAMEL-10458

Upgrade to Spring Boot 1.4.2

Content from issues.apache.org is not included.CAMEL-10459

camel-elsql - option batch is not implemented in producer

Content from issues.apache.org is not included.CAMEL-10460

MetricsMessageHistoryFactory.java:138 Generate a NPE

Content from issues.apache.org is not included.CAMEL-10462

Add MDC support to DefaultCamelContext startup/shutdown

Content from issues.apache.org is not included.CAMEL-10464

@ContextName CDI qualifier should be repeatable

Content from issues.apache.org is not included.CAMEL-10465

camel ahc uses netty 4.0.41 transitively but 4.1.5 explicitly - leads to runtime exceptions

Content from issues.apache.org is not included.CAMEL-10468

Java8 DSL: Add support for aggregation strategy with different body types

Content from issues.apache.org is not included.CAMEL-10470

camel-mail - Should allow to configure SimpleSearchTerm as plain POJO

Content from issues.apache.org is not included.CAMEL-10471

Update Salesforce component to support limits REST API

Content from issues.apache.org is not included.CAMEL-10472

Update Salesforce component to support recent items REST API

Content from issues.apache.org is not included.CAMEL-10473

Failover Loadbalancer - Error handler should kick in after exhausted when inheritErrorHandler is false

Content from issues.apache.org is not included.CAMEL-10474

Aggregator - Allow aggregate/preAggregate to force complete group

Content from issues.apache.org is not included.CAMEL-10476

configAdminFile not used to populate property placeholders in camel-test-blueprint when run via camel-maven-plugin

Content from issues.apache.org is not included.CAMEL-10477

[jruby] Upgrade to 1.7.26

Content from issues.apache.org is not included.CAMEL-10480

MemoryLeak in the DatagramPacketObjectEncoder

Content from issues.apache.org is not included.CAMEL-10481

Camel does not expose cassandra-all any more

Content from issues.apache.org is not included.CAMEL-10482

ServiceNow : add an option to set inbound and outbound models

Content from issues.apache.org is not included.CAMEL-10486

Google PubSub Component does not consume messages with parallel consumers

Content from issues.apache.org is not included.CAMEL-10488

ServiceNow : add an option to configure teh API version

Content from issues.apache.org is not included.CAMEL-10489

Camel-Nats: Add Flush option with timeout

Content from issues.apache.org is not included.CAMEL-10490

JpaPollingConsumer does not support consumeLockEntity and others

Content from issues.apache.org is not included.CAMEL-10491

Spring-LDAP - Add support for authenticate, modify_attributes and function_driven operations

Content from issues.apache.org is not included.CAMEL-10492

Camel Servlet, attachment object is empty

Content from issues.apache.org is not included.CAMEL-10494

Camel-Kubernetes: Consuming events from nodes

Content from issues.apache.org is not included.CAMEL-10499

camel-sql - error in multiple dynamic IN replacement

Content from issues.apache.org is not included.CAMEL-10500

Camel-Git: Add allowEmpty commits option

Content from issues.apache.org is not included.CAMEL-10502

Camel-git : Copy headers from in to out

Content from issues.apache.org is not included.CAMEL-10503

Camel-Git: Add RemoteAdd command

Content from issues.apache.org is not included.CAMEL-10505

\"FILE\" component with option \"readLock=rename\" throws FileNotFound exception in case of work file is locked/used by another application

Content from issues.apache.org is not included.CAMEL-10507

Make TypeReference inline anonymous classes constant

Content from issues.apache.org is not included.CAMEL-10509

ManagedCamelContextMBean - additional namespaces are removed

Content from issues.apache.org is not included.CAMEL-10510

HL7AcknowledgementGenerator should set exchange property and not message header

Content from issues.apache.org is not included.CAMEL-10511

MllpTcpClientProducer should read all available bytes in TCP buffer for acknowledgment

Content from issues.apache.org is not included.CAMEL-10512

camel-mllp - Add JMX attributes for connections & connection status

Content from issues.apache.org is not included.CAMEL-10513

Start BlueprintCamelContext on BlueprintEvent.CREATED

Content from issues.apache.org is not included.CAMEL-10514

Camel-Kubernetes: Copy headers from in to out in producer operations

Content from issues.apache.org is not included.CAMEL-10515

86 unit tests are failing on Windows

Content from issues.apache.org is not included.CAMEL-10516

Clean code: remove the 308 import not used

Content from issues.apache.org is not included.CAMEL-10517

Remove unnecessary SuppressWarnings

Content from issues.apache.org is not included.CAMEL-10518

Fix bad suppress warning named with typo \"uncheked\"

Content from issues.apache.org is not included.CAMEL-10520

Lumberjack protocol v1 acknowlegment is not correcty implemented

Content from issues.apache.org is not included.CAMEL-10521

Camel-Rabbitmq: Support RabbitMQ AMQP client 4.x

Content from issues.apache.org is not included.CAMEL-10523

Make Test launchable as JUnit Test from IDEs

Content from issues.apache.org is not included.CAMEL-10524

Components not created because of unsatisfied conditions

Content from issues.apache.org is not included.CAMEL-10527

camel-mail - Option skipFailedMessage should catch all exceptions

Content from issues.apache.org is not included.CAMEL-10528

Contributing file for Apache Camel

Content from issues.apache.org is not included.CAMEL-10530

Introduce TransformerRegistry

Content from issues.apache.org is not included.CAMEL-10531

Introduce fluent builder for Transformer

Content from issues.apache.org is not included.CAMEL-10532

Integrate Transformer with Rest DSL

Content from issues.apache.org is not included.CAMEL-10536

camel-servlet-starter - Test failure

Content from issues.apache.org is not included.CAMEL-10537

Unable to remove/add restful path to an existing endpoint

Content from issues.apache.org is not included.CAMEL-10538

Add declarative validator according to input/output type

Content from issues.apache.org is not included.CAMEL-10539

When bridging http endpoints and end users do not enable the bridgeEndpoint option they may get a NPE exception

Content from issues.apache.org is not included.CAMEL-10542

DataFormat from registry is used for every dataformat operation (marshal/unmarshal)

Content from issues.apache.org is not included.CAMEL-10543

New Apache Camel Logo

Content from issues.apache.org is not included.CAMEL-10544

Upgrade to smack 4.2.0

Content from issues.apache.org is not included.CAMEL-10546

CamelContext - Rename getProperties to getConfiguration

Content from issues.apache.org is not included.CAMEL-10548

Converter from List to String is not found when @EnableAutoConfiguration is used

Content from issues.apache.org is not included.CAMEL-10550

spring-boot: add a global option to disable data-format, language and components auto configuration

Content from issues.apache.org is not included.CAMEL-10551

spring-boot: make auto configured dataformats and languages prototype

Content from issues.apache.org is not included.CAMEL-10552

spring-boot: make component lazy loading

Content from issues.apache.org is not included.CAMEL-10554

camel-mongodb evolution to driver 3

Content from issues.apache.org is not included.CAMEL-10556

camel-example-twitter-websocket-blueprint - Cannot load static html resources

Content from issues.apache.org is not included.CAMEL-10558

camel-core - XmlConverter cannot load fallback TransformerFactory in OSGi

Content from issues.apache.org is not included.CAMEL-10559

tooling - route parser for java and xml to parse source code

Content from issues.apache.org is not included.CAMEL-10560

Add submittedFileName into AttachmentHttpBinding

Content from issues.apache.org is not included.CAMEL-10561

camel-catalog - Add REST JAX-RS application

Content from issues.apache.org is not included.CAMEL-10562

UnsupportedOperationException in DefaultCamelContext#safelyStartRouteServices

Content from issues.apache.org is not included.CAMEL-10563

camel-hazelcast: add an option to provide a custom configuration (custom Config object or configuration file location)

Content from issues.apache.org is not included.CAMEL-10564

camel-netty-http - Unable to change configuration through spring-boot properties

Content from issues.apache.org is not included.CAMEL-10565

camel-undertow - Allow configuring thread pool and other options

Content from issues.apache.org is not included.CAMEL-10566

Remove camel-spring-javaconfig from karaf

Content from issues.apache.org is not included.CAMEL-10567

Camel-Jackson: Add an option to allow the UnmarshallType header use

Content from issues.apache.org is not included.CAMEL-10568

SftpChangedExclusiveReadLockStrategy integer overflow

Content from issues.apache.org is not included.CAMEL-10571

camel-salesforce: implement support for SObject tree creation via Composite API

Content from issues.apache.org is not included.CAMEL-10572

RefLanguage should support Predicates for Choice

Content from issues.apache.org is not included.CAMEL-10573

Align FallbackTypeConverter loading in OSGI environments

Content from issues.apache.org is not included.CAMEL-10574

Create a camel-spring-cloud component

Content from issues.apache.org is not included.CAMEL-10575

snakeyaml: add an option to filter classes the yaml parser can construct

Content from issues.apache.org is not included.CAMEL-10576

snakeyaml : as the snakeyaml parser is not thread safe, object like Constructor, Resolver etc should be provided by a factory/supplier

Content from issues.apache.org is not included.CAMEL-10577

Jetty9 producer only supports payloads up hardcoded limit (2MB)

Content from issues.apache.org is not included.CAMEL-10578

Default namespaces defined on SOAPEnvelope cause problems with CXF PAYLOAD mode

Content from issues.apache.org is not included.CAMEL-10579

SOAP 1.1 unmarshalling fails for faults that lack a detail element

Content from issues.apache.org is not included.CAMEL-10581

toD (ToDynamicDefinition) does not honor RAW( ) contract - 'removes + from password'

Content from issues.apache.org is not included.CAMEL-10582

Spring Message headers are immutable

Content from issues.apache.org is not included.CAMEL-10583

Typo in Camel JSON Documentation

Content from issues.apache.org is not included.CAMEL-10584

spring boot auto configuration mojo: use Class.isAssignableFrom instead of instanceof as the later may fail at compile time in case of final classes

Content from issues.apache.org is not included.CAMEL-10585

the URL format should include the topic name like the ActiiveMQ & AMQP endpoints

Content from issues.apache.org is not included.CAMEL-10586

make the kafka endpoint a little easier to use

Content from issues.apache.org is not included.CAMEL-10587

Extending SQS message invisibility timeout not working in some cases

Content from issues.apache.org is not included.CAMEL-10588

Add HTTP proxy config params to camel-servicenow

Content from issues.apache.org is not included.CAMEL-10589

ServiceNow: add an option to convigure SSL/TLS

Content from issues.apache.org is not included.CAMEL-10592

Improve naming and description for sip components

Content from issues.apache.org is not included.CAMEL-10593

camel-salesforce: implement support for Composite API batch

Content from issues.apache.org is not included.CAMEL-10594

Kafka consumer stays alive when camel context is shut down

Content from issues.apache.org is not included.CAMEL-10596

RoutePolicy - To easily stop routes after X messages or time

Content from issues.apache.org is not included.CAMEL-10597

Swagger prints child object types as string parameters rather than refs

Content from issues.apache.org is not included.CAMEL-10598

Upgrade ehcache to 3.2.0

Content from issues.apache.org is not included.CAMEL-10599

Add watcher to camel:run to reload on routes xml changes

Content from issues.apache.org is not included.CAMEL-10601

camel-mongodb-gridfs - Use dynamic ports for tests

Content from issues.apache.org is not included.CAMEL-10602

camel:run with simple blueprint project failed \"waiting for BlueprintContainer\" although the route is active

Content from issues.apache.org is not included.CAMEL-10603

Realm parameter cause Exception

Content from issues.apache.org is not included.CAMEL-10604

Camel-JacksonXML: Add an option to allow the UnmarshallType header use

Content from issues.apache.org is not included.CAMEL-10606

Modify quartz2 endpoint to be a singleton

Content from issues.apache.org is not included.CAMEL-10607

camel-cxf - Allow to call no-arg methods more easier

Content from issues.apache.org is not included.CAMEL-10608

Karaf camel:endpoint-list command to list endpoints in all camel contexts

Content from issues.apache.org is not included.CAMEL-10609

Simple - Add skip method

Content from issues.apache.org is not included.CAMEL-10611

Align Aries namespace handlers to blueprint-core 1.7.x

Content from issues.apache.org is not included.CAMEL-10612

camel-reactive-streams - New component

Content from issues.apache.org is not included.CAMEL-10613

Upgrade to restlet 2.3.12

Content from issues.apache.org is not included.CAMEL-10614

Camel-Openstack Karaf support

Content from issues.apache.org is not included.CAMEL-10615

camel-sjms - BatchConsumer should use exception handler instead of warn log

Content from issues.apache.org is not included.CAMEL-10616

shutdown timeout override not working in unit tests

Content from issues.apache.org is not included.CAMEL-10617

camel-sjms - Async start consumer should defer starting endpint

Content from issues.apache.org is not included.CAMEL-10618

camel-sql - Allow to use Spring Boot DataSource

Content from issues.apache.org is not included.CAMEL-10619

Add spring boot configuration for configuring shutdown options

Content from issues.apache.org is not included.CAMEL-10620

AMQP documentation out of date?

Content from issues.apache.org is not included.CAMEL-10621

Issue with Rest DSL, Jetty and Basic authentication

Content from issues.apache.org is not included.CAMEL-10622

Move spring-boot components starter to platforms/spring-boot/

Content from issues.apache.org is not included.CAMEL-10623

Camel CXF version not compatible with WildFly CXF

Content from issues.apache.org is not included.CAMEL-10625

Camel-Hystrix: Support allowMaximumSizeToDivergeFromCoreSize and maximumSize in Hystrix Threadpool configuration

Content from issues.apache.org is not included.CAMEL-10629

Add labels to component level options

Content from issues.apache.org is not included.CAMEL-10633

json dataformat should set a header \"Content-Type: application/json\" if there’s no \"Content-Type\" header set

Content from issues.apache.org is not included.CAMEL-10635

camel-mongodb-gridfs - The component should not store state

Content from issues.apache.org is not included.CAMEL-10636

Component options docs - Add columns with default values

Content from issues.apache.org is not included.CAMEL-10637

IllegalStateException that is not thrown in IgniteMessagingEndpoint

Content from issues.apache.org is not included.CAMEL-10638

Refactor ServiceCall EIP

Content from issues.apache.org is not included.CAMEL-10640

Custom AsyncHttpClientConfig not used in WsEndpoint

Content from issues.apache.org is not included.CAMEL-10641

camel-core - In OSGi should unload the loaded type converters when bundle is removed

Content from issues.apache.org is not included.CAMEL-10643

camel-sjms - Should log connection issues out of the box

Content from issues.apache.org is not included.CAMEL-10644

Camel-MongoDB: component should not store state

Content from issues.apache.org is not included.CAMEL-10645

Camel-MongoDB3: component should not store state

Content from issues.apache.org is not included.CAMEL-10646

support JSONPath on beans as well as Strings & InputStreams

Content from issues.apache.org is not included.CAMEL-10647

camel-test-karaf - Cause wrong build order

Content from issues.apache.org is not included.CAMEL-10648

camel-sjms - Batch consumer should support async start listener

Content from issues.apache.org is not included.CAMEL-10649

Transformers - Add documentation to dsl model

Content from issues.apache.org is not included.CAMEL-10650

camel-spring-boot - Allow to configure SSLContextParameters in auto configuration

Content from issues.apache.org is not included.CAMEL-10653

XQuery support broken in Camel 2.18.x

Content from issues.apache.org is not included.CAMEL-10655

Camel catalog - Include html copies of adoc documentation

Content from issues.apache.org is not included.CAMEL-10658

Camel-InfluxDB: Support BatchPoints

Content from issues.apache.org is not included.CAMEL-10659

Camel-InfluxDB: Check if Database exists and if not create it

Content from issues.apache.org is not included.CAMEL-10661

camel-hystrix - Fallback should route exchange if it was marked as stop due delay timeout

Content from issues.apache.org is not included.CAMEL-10662

camel-hystrix - If hystrix timeout occurs then the hystrix timeout exception should be cause

Content from issues.apache.org is not included.CAMEL-10663

Basic authentication information not sent on versions post 2.14.1

Content from issues.apache.org is not included.CAMEL-10664

SimpleIllegalSyntaxException in nested expression

Content from issues.apache.org is not included.CAMEL-10665

Restlet header warnings - again

Content from issues.apache.org is not included.CAMEL-10666

Serializable headers lost by JmsBinding

Content from issues.apache.org is not included.CAMEL-10667

Add tarFile data format to Java DSL

Content from issues.apache.org is not included.CAMEL-10672

Test failing in camel-itest-osgi

Content from issues.apache.org is not included.CAMEL-10673

Expose activemq-mqtt through parent POM

Content from issues.apache.org is not included.CAMEL-10677

SJMSBatchConsumer does not respect the consumerCount parameter

Content from issues.apache.org is not included.CAMEL-10678

Transformer registry JMX

Content from issues.apache.org is not included.CAMEL-10679

Producer does not populate attachments from response

Content from issues.apache.org is not included.CAMEL-10680

Camel catalog - validate endpoint properties - consumer vs producer

Content from issues.apache.org is not included.CAMEL-10682

AbstractCamelContextFactorybean : add specific methods for servicecall/hystrix configuration

Content from issues.apache.org is not included.CAMEL-10684

camel-catalog - Simple validator should provide location index of the error

Content from issues.apache.org is not included.CAMEL-10685

TransactionErrorHandler and TransactionPolicy for Camel CDI / JavaEE

Content from issues.apache.org is not included.CAMEL-10686

service-call eip : generate service-call auto configurations for spring-boot

Content from issues.apache.org is not included.CAMEL-10687

Component docs - Auto generate title so they are consistent

Content from issues.apache.org is not included.CAMEL-10688

Camel-influxdb - The component should not store state

Content from issues.apache.org is not included.CAMEL-10689

NoFactoryAvailableException when invoking component-list ssh command

Content from issues.apache.org is not included.CAMEL-10690

Camel-InfluxDB: Support Querying

Content from issues.apache.org is not included.CAMEL-10691

HttpRestServletResolveConsumerStrategy should pick the path with longest prefix match

Content from issues.apache.org is not included.CAMEL-10692

OptaPlanner cannot load config from deployment

Content from issues.apache.org is not included.CAMEL-10693

spring-boot: deprecate camel-spring-boot commands

Content from issues.apache.org is not included.CAMEL-10695

camel-mqtt: TimeoutException thrown on MQTTEndpoint stop

Content from issues.apache.org is not included.CAMEL-10696

Allow camel-kafka to resume from any offset

Content from issues.apache.org is not included.CAMEL-10697

Infinite loop sometimes happen at the shutdown of the Kafka consumer

Content from issues.apache.org is not included.CAMEL-10698

camel-maven - validate simple expression predicate vs expression

Content from issues.apache.org is not included.CAMEL-10699

Simple - Add short error message

Content from issues.apache.org is not included.CAMEL-10700

camel-maven - validate simple predicates and property placeholders

Content from issues.apache.org is not included.CAMEL-10701

Classloader issue prevents from loading kafka authentication in OSGi environments

Content from issues.apache.org is not included.CAMEL-10702

camel-jsonpath - Allow to define predicates even easier

Content from issues.apache.org is not included.CAMEL-10703

camel-catalog - Add api for validating any Camel languge

Content from issues.apache.org is not included.CAMEL-10704

XSLT will fail if the XML document contains a default namespace

Content from issues.apache.org is not included.CAMEL-10705

Allow to use an SSLContextParameters object for Kafka

Content from issues.apache.org is not included.CAMEL-10707

Throttling policy is broken because service suspension/resume is not symmetric

Content from issues.apache.org is not included.CAMEL-10708

org.apache.camel.component.cxf.CxfEndpoint — Lines 554 -558 should be Nullsafe

Content from issues.apache.org is not included.CAMEL-10709

camel-etcd: etcd stats endpoint fails because of a class cast exception

Content from issues.apache.org is not included.CAMEL-10710

ServiceCall EIP : improve Java DSL

Content from issues.apache.org is not included.CAMEL-10711

Consider using add[Test]CompileSourceRoot in api component maven plugin

Content from issues.apache.org is not included.CAMEL-10712

Camel-SFTP endpoints will silently not delete file on disconnect

Content from issues.apache.org is not included.CAMEL-10713

SCP not handling errors for failed transfers correctly

Content from issues.apache.org is not included.CAMEL-10714

Replace ByteArrayOutputStream in JettyContentExchange9 with OutputStreamBuilder

Content from issues.apache.org is not included.CAMEL-10715

service-call : create ZooKeeper based ServiceDiscovery

Content from issues.apache.org is not included.CAMEL-10716

Salesforce Composite API wrongly checks for minimum supported version

Content from issues.apache.org is not included.CAMEL-10717

Fix relativePath in camel/platforms/spring-boot/components-starter/pom.xml

Content from issues.apache.org is not included.CAMEL-10719

Add ability to manage ThrottlingExceptionRoutePolicy through JMX

Content from issues.apache.org is not included.CAMEL-10720

Add deprecated to the description in the generated XSD schema

Content from issues.apache.org is not included.CAMEL-10721

Camel Connectors

Content from issues.apache.org is not included.CAMEL-10722

ServiceCall : improve configuration of service-call components in Java DSL

Content from issues.apache.org is not included.CAMEL-10723

Errors in documentation for camel-kinesis

Content from issues.apache.org is not included.CAMEL-10724

Improve Java DSL support for Java 8

Content from issues.apache.org is not included.CAMEL-10725

camel-zipkin - Upgrade to zipkin brave 4.x

Content from issues.apache.org is not included.CAMEL-10726

Correlation of JMS InOut exchanges with custom JMS property

Content from issues.apache.org is not included.CAMEL-10727

camel-ftp: knownHostsUri configuration with camel 2.18.1

Content from issues.apache.org is not included.CAMEL-10728

Camel MongoDB Multiple Insert issue

Content from issues.apache.org is not included.CAMEL-10729

Camel-AWS: S3 autocloseBody option

Content from issues.apache.org is not included.CAMEL-10730

Camel-Telegram: Support for type \"Document\"

Content from issues.apache.org is not included.CAMEL-10731

Create a little example for Camel AWS S3 consumer

Content from issues.apache.org is not included.CAMEL-10732

Remove from all caches when Groovy script is removed from Camel script cache

Content from issues.apache.org is not included.CAMEL-10734

Add support to track changes from specified sequence

Content from issues.apache.org is not included.CAMEL-10735

Mark code as deprecated on 2.x

Content from issues.apache.org is not included.CAMEL-10736

Box component configuration problem

Content from issues.apache.org is not included.CAMEL-10737

file component should support parent folder in tempFileName

Content from issues.apache.org is not included.CAMEL-10738

direct-vm component behavior broken in 2.18.1 vs 2.17.4

Content from issues.apache.org is not included.CAMEL-10740

Add Tika Component

Content from issues.apache.org is not included.CAMEL-10741

LogEndpoint error constructing LogProducer

Content from issues.apache.org is not included.CAMEL-10743

Add support in Salesforce component for plain JSON input and output

Content from issues.apache.org is not included.CAMEL-10744

Camel Salesforce maven plugin should generate JSON schema

Content from issues.apache.org is not included.CAMEL-10745

POJO @Produce @Consume does not work with multiple arguments anymore.

Content from issues.apache.org is not included.CAMEL-10746

camel catalog - Allow to download custom version of runtime provider

Content from issues.apache.org is not included.CAMEL-10747

CamelContext is not been set in VMConsumer when used with POJO @Consume

Content from issues.apache.org is not included.CAMEL-10749

Quartz2 interrupt job

Content from issues.apache.org is not included.CAMEL-10756

Mina2 Producer \"hang\" until timeout if the response message could not be decoded

Content from issues.apache.org is not included.CAMEL-10757

camel-jms - Use dash in destination type enum instead of colon

Content from issues.apache.org is not included.CAMEL-10759

RABBITMQ Component binding args

Content from issues.apache.org is not included.CAMEL-10761

ServiceCall EIP : support for chaining service filters/discovery

Content from issues.apache.org is not included.CAMEL-10764

The use of BrowserCompatHostnameVerifier is deprecated

Content from issues.apache.org is not included.CAMEL-10765

Remove unused oauth dependency from camel-cxf pom

Content from issues.apache.org is not included.CAMEL-10766

Create a new camel-elasticsearch5 component for supporting ElasticSearch 5.x Java API

Content from issues.apache.org is not included.CAMEL-10767

Versions of swagger-models and swagger-parser in conflict

Content from issues.apache.org is not included.CAMEL-10769

Tika Component - Support Multi-Value Metadata

Content from issues.apache.org is not included.CAMEL-10770

Upgrade to Spring Boot 1.5.x

Content from issues.apache.org is not included.CAMEL-10771

CxfEndpoint shows WARNING altough endpoint-/port name is configured

Content from issues.apache.org is not included.CAMEL-10774

camel-catalog - Include other kind of camel artifacts

Content from issues.apache.org is not included.CAMEL-10775

Add information to components which version they were added to Camel

Content from issues.apache.org is not included.CAMEL-10780

Add test for DefaultFactoryFinder

Content from issues.apache.org is not included.CAMEL-10782

SFTP: cannot get files from users home with readlock changed

Content from issues.apache.org is not included.CAMEL-10783

XSLT transform cannot use default DTM

Content from issues.apache.org is not included.CAMEL-10786

Create camel-azure component

Content from issues.apache.org is not included.CAMEL-10788

Multiple handlers with multiple endpoints on same port causes a handler loop

Content from issues.apache.org is not included.CAMEL-10789

Indexing with simple expression broken in Apache Camel 2.18

Content from issues.apache.org is not included.CAMEL-10790

gridfs should be renamed to mongodb-gridfs

Content from issues.apache.org is not included.CAMEL-10791

Add an option in the ZipFileDataFormat to let the iterator support the empty directory

Content from issues.apache.org is not included.CAMEL-10795

PingCheck API

Content from issues.apache.org is not included.CAMEL-10796

camel-example-spring-boot - Remove shell

Content from issues.apache.org is not included.CAMEL-10797

Create endpoint from uri without context-path

Content from issues.apache.org is not included.CAMEL-10798

camel-twitter, camel-ignite - Make the uri endpoints separated

Content from issues.apache.org is not included.CAMEL-10799

camel-connector - Generate spring boot auto configuration

Content from issues.apache.org is not included.CAMEL-10800

camel-connector - Allow to generate json schema and include it in source code

Content from issues.apache.org is not included.CAMEL-10801

ServiceCall : add the option to force the service call to use the default load balancer

Content from issues.apache.org is not included.CAMEL-10802

java.lang.ClassCastException when using FlexibleAggregationStrategy with Spring Boot

Content from issues.apache.org is not included.CAMEL-10804

Create a salesforce example

Content from issues.apache.org is not included.CAMEL-10807

Create camel-reactor component

Content from issues.apache.org is not included.CAMEL-10808

refactoring of spring boot examples

Content from issues.apache.org is not included.CAMEL-10810

Component docs - Remove .0 from available from

Content from issues.apache.org is not included.CAMEL-10811

Provide sample Salesforce connector component and example

Content from issues.apache.org is not included.CAMEL-10812

FactoryFinder: make DefaultFactoryFinder and OsgiFactoryFinder thread safe

Content from issues.apache.org is not included.CAMEL-10813

Host address ignored when creating a Restlet Server

Content from issues.apache.org is not included.CAMEL-10814

Example for Camel Kafka Integration

Content from issues.apache.org is not included.CAMEL-10817

dumpModelAsXml can return invalid XML namespace xmlns:xmlns

Content from issues.apache.org is not included.CAMEL-10819

examples - Generate list of examples with description

Content from issues.apache.org is not included.CAMEL-10820

DefaultFluentProducerTemplate mixes up data when sending asynchronously

Content from issues.apache.org is not included.CAMEL-10822

Camel Jasypt component throws NPE

Content from issues.apache.org is not included.CAMEL-10823

Create camel-azure adoc documentation resource

Content from issues.apache.org is not included.CAMEL-10824

Improve DefaultRuntimeProvider abstraction

Content from issues.apache.org is not included.CAMEL-10825

camel-opentracing component

Content from issues.apache.org is not included.CAMEL-10826

camel-salesforce - Logging in as null

Content from issues.apache.org is not included.CAMEL-10827

camel-twitter - The timeline should defer its first poll to after Camel is started

Content from issues.apache.org is not included.CAMEL-10828

camel-catalog - Allow to index a maven repo and add new components to the catalog

Content from issues.apache.org is not included.CAMEL-10830

Race condition when reading principal for one-way web services

Content from issues.apache.org is not included.CAMEL-10831

camel examples - Add readme files for missing examples

Content from issues.apache.org is not included.CAMEL-10832

camel-kafka - Allow to configure broker urls on component level

Content from issues.apache.org is not included.CAMEL-10836

camel-salesforce - Allow to configure login details easier

Content from issues.apache.org is not included.CAMEL-10837

Migrate EIP patterns to adoc

Content from issues.apache.org is not included.CAMEL-10838

camel-cache - Create a better body replacer processor

Content from issues.apache.org is not included.CAMEL-10840

CsvDataFormat.setRecordConverterRef not usable

Content from issues.apache.org is not included.CAMEL-10841

Move operation will create a warning log message

Content from issues.apache.org is not included.CAMEL-10842

Component JSon schema - JSon values should not always be string types

Content from issues.apache.org is not included.CAMEL-10843

Add readme.adoc files for other components

Content from issues.apache.org is not included.CAMEL-10844

Component docs - Remove .html generated files in components

Content from issues.apache.org is not included.CAMEL-10846

Handle 404 situations more gracefully

Content from issues.apache.org is not included.CAMEL-10847

Component json schema - Include display name for options

Content from issues.apache.org is not included.CAMEL-10848

Salesforce: configure initialReplayIdMap requires keys to be prefixed with \"/topic\"

Content from issues.apache.org is not included.CAMEL-10849

Salesforce: subscription channel created per component

Content from issues.apache.org is not included.CAMEL-10850

Autogenerate EIP options in documentation files

Content from issues.apache.org is not included.CAMEL-10851

getBody(Class<T> type) on originalMessage returns null

Content from issues.apache.org is not included.CAMEL-10853

CsvDataFormat should be completed with 'CSVFormat.withTrim'

Content from issues.apache.org is not included.CAMEL-10855

Camel adviceWith behaves differently when changing the order of weave statements

Content from issues.apache.org is not included.CAMEL-10856

ZipkinTracer does not trigger doStart() when used in XML DSL

Content from issues.apache.org is not included.CAMEL-10857

Make Salesforce integration tests work with new Salesforce instance

Content from issues.apache.org is not included.CAMEL-10859

camel-jasypt - Update docs about JAR dependency to run

Content from issues.apache.org is not included.CAMEL-10860

camel-hazelcast - route policy should have a better try lock default value

Content from issues.apache.org is not included.CAMEL-10861

camel-hazelcast - route policy should have JMX api

Content from issues.apache.org is not included.CAMEL-10862

camel-consul - ConsultRoutePolicy - Allow to configure host port easier

Content from issues.apache.org is not included.CAMEL-10863

Maven WAR plugin fails on Java 9

Content from issues.apache.org is not included.CAMEL-10865

camel catalog - Add catalog for connectors

Content from issues.apache.org is not included.CAMEL-10866

platforms/catalog - rename folders to match their artifact id name

Content from issues.apache.org is not included.CAMEL-10868

Create camel-spring-cloud-netflix component

Content from issues.apache.org is not included.CAMEL-10869

TRACE on ftp component reveals password

Content from issues.apache.org is not included.CAMEL-10870

camel-sql stored procedures don’t support negative vendor-specific JDBC types

Content from issues.apache.org is not included.CAMEL-10871

camel-kafka - allow to retrieve whether it’s the last record before commit

Content from issues.apache.org is not included.CAMEL-10872

camel-jgroups : upgrade to JGroups 4.0

Content from issues.apache.org is not included.CAMEL-10873

camel-sjms transacted routes dead-lock when exceptions are thrown by asynchronous processors

Content from issues.apache.org is not included.CAMEL-10874

JettyHttpComponent sets selector threads to 0 when running on 1 CPU

Content from issues.apache.org is not included.CAMEL-10876

service-call eip : add a spring-boot example

Content from issues.apache.org is not included.CAMEL-10877

service-call eip : add a spring-cloud example

Content from issues.apache.org is not included.CAMEL-10878

camel-http / camel-http4 - Allow to specify HTTP operation as uri parameter

Content from issues.apache.org is not included.CAMEL-10881

Include the Cassandra quickstart from Fabric8 into Camel

Content from issues.apache.org is not included.CAMEL-10882

camel-hazelcast - Allow to configure default operation as string value

Content from issues.apache.org is not included.CAMEL-10883

Support HTTP 1.1 continue in Undertow

Content from issues.apache.org is not included.CAMEL-10884

Add a cleanrepo profile to Maven build

Content from issues.apache.org is not included.CAMEL-10885

Add mask option to log EIP and log component

Content from issues.apache.org is not included.CAMEL-10886

Support Limits API response from Salesforce v39.0

Content from issues.apache.org is not included.CAMEL-10888

camel-spring-ws - Has problem with returning proper response due invalid IN vs OUT code

Content from issues.apache.org is not included.CAMEL-10889

camel-telegram and html styled messages

Content from issues.apache.org is not included.CAMEL-10893

PDU is lost when SnmpMessage is copied

Content from issues.apache.org is not included.CAMEL-10894

XML Validator: Improve DTD handling

Content from issues.apache.org is not included.CAMEL-10895

xmlbeans-maven-plugin fails on JAVA9

Content from issues.apache.org is not included.CAMEL-10896

camel-infinispan - Stores result in header and not body

Content from issues.apache.org is not included.CAMEL-10897

camel-jcache - Allow to configure cache provider on component

Content from issues.apache.org is not included.CAMEL-10898

camel-catalog - Allow to add custom component/connector by download JAR via maven

Content from issues.apache.org is not included.CAMEL-10900

OutOfMemoryError with big file in ftp or sftp producer with charset assigned

Content from issues.apache.org is not included.CAMEL-10901

Add support to Kafka consumer to seek to end of topic

Content from issues.apache.org is not included.CAMEL-10904

Scala fails on JAVA 9

Content from issues.apache.org is not included.CAMEL-10905

camel-groovy fails on JAVA 9

Content from issues.apache.org is not included.CAMEL-10906

http components: not all the options supported by component/endpoints are shown in the documentation

Content from issues.apache.org is not included.CAMEL-10907

http components: have a common way to express concepts like proxy

Content from issues.apache.org is not included.CAMEL-10908

Introduce DataTypeAware interface and let MessageSupport implement it

Content from issues.apache.org is not included.CAMEL-10911

Avoid non singleton endpoints, consumer and producers

Content from issues.apache.org is not included.CAMEL-10912

camel-sjms - Session object created from connection that gets closed

Content from issues.apache.org is not included.CAMEL-10913

CORS header Access-Control-Allow-Credentials not managed correctly

Content from issues.apache.org is not included.CAMEL-10914

CxfConsumer doesn’t clean up the CXF endpoint MBean upon stop

Content from issues.apache.org is not included.CAMEL-10915

Add type conversion support for java.net.URI

Content from issues.apache.org is not included.CAMEL-10916

camel http4 component does not send a body when the http method DELETE is used

Content from issues.apache.org is not included.CAMEL-10917

Implementations of RestProducerFactory should handle empty or null basePath and uriTemplate

Content from issues.apache.org is not included.CAMEL-10918

camel-sjms - JMS 2.0 shared subscriptions

Content from issues.apache.org is not included.CAMEL-10919

Auto expose Hystrix metrics servlet in spring-boot web

Content from issues.apache.org is not included.CAMEL-10920

camel-zipkin - Lookup SpanCollector from registry and support Zipkin Reporter

Content from issues.apache.org is not included.CAMEL-10921

Add Elasticsearch5 Karaf Feature

Content from issues.apache.org is not included.CAMEL-10922

jaxb2-maven-plugin fails on Java 9

Content from issues.apache.org is not included.CAMEL-10923

PingCheck API: Make camel-catalog aware of what verification scope a component supports

Content from issues.apache.org is not included.CAMEL-10924

PingCheck API : Support validation through JMX

Content from issues.apache.org is not included.CAMEL-10925

spring-boot - Verify compatibility with latest spring-boot

Content from issues.apache.org is not included.CAMEL-10926

Set the Host header in Undertow producer

Content from issues.apache.org is not included.CAMEL-10927

Add Kafka topic-based IdempotentRepository

Content from issues.apache.org is not included.CAMEL-10928

Restlet contract for RestProducerFactory wrongly configures request method

Content from issues.apache.org is not included.CAMEL-10929

Undertow producer wrongly configures HTTP request path

Content from issues.apache.org is not included.CAMEL-10930

Move groovy dsl into camel-groovy-dsl

Content from issues.apache.org is not included.CAMEL-10931

Missing REST outTypeList attribute in Spring XML

Content from issues.apache.org is not included.CAMEL-10932

REST Swagger component

Content from issues.apache.org is not included.CAMEL-10933

camel-guice - Deprecate this module

Content from issues.apache.org is not included.CAMEL-10934

Idempotent Consumer EIP - Should prepare idempotent repository better

Content from issues.apache.org is not included.CAMEL-10936

Salesforce Login exception: the error code is not reported properly

Content from issues.apache.org is not included.CAMEL-10937

Camel components - Configured using setters should support property placeholders

Content from issues.apache.org is not included.CAMEL-10938

Camel Salesforce : add an option to retrieve login information for testing purpose from env var or system properties

Content from issues.apache.org is not included.CAMEL-10939

Restlet contract for RestConsumerFactory does not start the Endpoint

Content from issues.apache.org is not included.CAMEL-10940

Component docs - Separate path and query parameters

Content from issues.apache.org is not included.CAMEL-10941

Component docs - Remove raw marker

Content from issues.apache.org is not included.CAMEL-10944

camel-kafka - When consumer stop it should auto commit

Content from issues.apache.org is not included.CAMEL-10945

camel-ssh - Unit test fails

Content from issues.apache.org is not included.CAMEL-10947

camel-box - Karaf and log4j2

Content from issues.apache.org is not included.CAMEL-10948

Camel-hdfs2: initialDelay option is overwritten with default value

Content from issues.apache.org is not included.CAMEL-10949

Websocket clients get message from all resources on one port

Content from issues.apache.org is not included.CAMEL-10950

Enable camel-docker configuration to accept a custom DockerCmdExecFactory

Content from issues.apache.org is not included.CAMEL-10951

Invalid default field values in Spring Boot ComponentConfiguration classes

Content from issues.apache.org is not included.CAMEL-10952

Kinesis Firehose support

Content from issues.apache.org is not included.CAMEL-10953

Add messageAttribute support to AWS SNS component

Content from issues.apache.org is not included.CAMEL-10954

Can’t find dependency org.apache.camel:camel-box2

Content from issues.apache.org is not included.CAMEL-10957

Log a warning if the response cannot be unmarshalled in Composite API

Content from issues.apache.org is not included.CAMEL-10958

camel-scala-starter starter module removed but references to it still exist

Content from issues.apache.org is not included.CAMEL-10959

camel-catalog-core - Allow to reuse the validation and other apis in camel-core as well

Content from issues.apache.org is not included.CAMEL-10963

KinesisFirehoseProducer sets the deliverStreamName using getEndpointKey() instead of getStreamName()

Content from issues.apache.org is not included.CAMEL-10964

CXF http-jetty transport reverse proxy configuration will not work when using @BeanInject in RouteBuilder bean

Content from issues.apache.org is not included.CAMEL-10966

Salesforce Maven Plugin doesn’t escape strings when doing the camel-salesforce:generate phase.

Content from issues.apache.org is not included.CAMEL-10967

camel-catalog-connector - Add api to build endpoint uri based on connection options

Content from issues.apache.org is not included.CAMEL-10968

camel-cxf tests fails on Java 9

Content from issues.apache.org is not included.CAMEL-10969

JSonSchemaHelper - Json parser should we use json-simple instead

Content from issues.apache.org is not included.CAMEL-10970

RuntimeCamelCatalog - Add JMX api

Content from issues.apache.org is not included.CAMEL-10971

Remove camel-catalog karaf commands

Content from issues.apache.org is not included.CAMEL-10973

Deprecate ruby, python and php scripting languages

Content from issues.apache.org is not included.CAMEL-10974

Component docs - Show deprecation INFO

Content from issues.apache.org is not included.CAMEL-10975

camel-catalog-maven - Allow to configure temp folder

Content from issues.apache.org is not included.CAMEL-10976

camel-spring-boot - Configure rest configuration using auto configuration

Content from issues.apache.org is not included.CAMEL-10977

Add a camel-hazelcast example on Kubernetes

Content from issues.apache.org is not included.CAMEL-10978

Camel-Hazelcast: support client mode

Content from issues.apache.org is not included.CAMEL-10980

error with enableCORS(true) with camel-undertow

Content from issues.apache.org is not included.CAMEL-10983

Fail early and show meaningful log for invalid endpoint URI in Blueprint

Content from issues.apache.org is not included.CAMEL-10984

Creating consumer should inject CamelContext if consumer is aware

Content from issues.apache.org is not included.CAMEL-10985

camel-coap fails to return results when enableCORS(true) is set

Content from issues.apache.org is not included.CAMEL-10986

zookeeper-master - Master component for cluster/slave

Content from issues.apache.org is not included.CAMEL-10987

camel-test-karaf - Change breaks other tests

Content from issues.apache.org is not included.CAMEL-10988

Improve performance of CaseInsensitiveMap

Content from issues.apache.org is not included.CAMEL-10989

camel-test-blueprint MyMainAppTest is failing

Content from issues.apache.org is not included.CAMEL-10991

ServiceCall - Allow to configure global configuration

Content from issues.apache.org is not included.CAMEL-10992

Hystrix - Allow to configure global configuration

Content from issues.apache.org is not included.CAMEL-10993

camel-kafka - Do not WARN per message for no key or partition

Content from issues.apache.org is not included.CAMEL-10994

camel-kafka - Allow to configure more options on component level

Content from issues.apache.org is not included.CAMEL-10995

camel-spring-boot - Generated auto configuration and default value problems

Content from issues.apache.org is not included.CAMEL-10996

camel-kafka - Upgrade to 0.10.2.0

Content from issues.apache.org is not included.CAMEL-10997

test errors on master branch

Content from issues.apache.org is not included.CAMEL-10998

jetty producer - should be deprecated

Content from issues.apache.org is not included.CAMEL-11000

Property 'accessExternalDTD' is not recognized by (all) Xerces

Content from issues.apache.org is not included.CAMEL-11002

Camel-Blueprint - failed container fails to remove JMX object

Content from issues.apache.org is not included.CAMEL-11003

camel-google-calendar - Easier to configure scopes

Content from issues.apache.org is not included.CAMEL-11004

camel-connector - Allow to define what the data type is as output/input

Content from issues.apache.org is not included.CAMEL-11006

Auto generate REST DSL for Camel from Swagger2.0/OAI specification

Content from issues.apache.org is not included.CAMEL-11007

camel-spring-boot - Default values which was negative may have become positive

Content from issues.apache.org is not included.CAMEL-11008

Consumer/Producer templates are not stopped when auto-configured in Spring Boot

Content from issues.apache.org is not included.CAMEL-11009

Camel spring - spring.schemas file contains unexpaned maven properties in release artefact

Content from issues.apache.org is not included.CAMEL-11011

Make all Services Closeable

Content from issues.apache.org is not included.CAMEL-11012

bindy csv doesn’t populate with defaultValue on marshal

Content from issues.apache.org is not included.CAMEL-11013

Support OAuth 2.0 JWT Bearer Token Flow

Content from issues.apache.org is not included.CAMEL-11015

Encoding issues in camel-salesforce-maven-plugin

Content from issues.apache.org is not included.CAMEL-11016

Add an option in the TarFileDataFormat to let the iterator support the empty directory

Content from issues.apache.org is not included.CAMEL-11018

camel-ehcache: make it easy to create temporary caches

Content from issues.apache.org is not included.CAMEL-11019

Customise message history dump format

Content from issues.apache.org is not included.CAMEL-11020

Camel Kubernetes consumers do not close watchers

Content from issues.apache.org is not included.CAMEL-11021

Missing javadoc on rest-dsl model

Content from issues.apache.org is not included.CAMEL-11022

camel-salesforce - Compile error

Content from issues.apache.org is not included.CAMEL-11023

Hystrix Starter : add an option to configure additional configuration via spring-boot properties

Content from issues.apache.org is not included.CAMEL-11024

service call eip: add an option to add additional configurations via spring-boot properties

Content from issues.apache.org is not included.CAMEL-11025

RestProducer should set Accept and Content-Type headers if given in endpoint configuration

Content from issues.apache.org is not included.CAMEL-11026

RestletProducer should allow multiple values in HTTP Accept header

Content from issues.apache.org is not included.CAMEL-11027

Camel-Hazelcast: Support Reliable Topic

Content from issues.apache.org is not included.CAMEL-11028

camel-spark-rest - Adds duplicate content-type

Content from issues.apache.org is not included.CAMEL-11033

Set operationId in generated Swagger specification

Content from issues.apache.org is not included.CAMEL-11034

Undertow producer does not support https

Content from issues.apache.org is not included.CAMEL-11037

Ping Check API - Add javadoc

Content from issues.apache.org is not included.CAMEL-11043

ServiceCall : allow to use placeholders for name, uri, etc

Content from issues.apache.org is not included.CAMEL-11044

CLONE - EndpointHelper.resolveReferenceListParameter should not return immutable lists

Content from issues.apache.org is not included.CAMEL-11045

onCompletion does not trigger on failure if split is in route

Content from issues.apache.org is not included.CAMEL-11046

camel-undertow - Allow to consume from root path more without ending slash

Content from issues.apache.org is not included.CAMEL-11047

STARTTLS broken with camel-mail

Content from issues.apache.org is not included.CAMEL-11048

Jetty Producer always uses \"Transfer-Encoding: chunked\" header

Content from issues.apache.org is not included.CAMEL-11049

camel-package-maven-plugin - Add option to ignore no model in core for custom 3rd party data formats

Content from issues.apache.org is not included.CAMEL-11050

Support for optional query parameters in REST component

Content from issues.apache.org is not included.CAMEL-11051

Support query parameters in rest-swagger

Content from issues.apache.org is not included.CAMEL-11052

Soap11DataFormatAdapter throwing exception when using JAXB/JAX-WS generated code

Content from issues.apache.org is not included.CAMEL-11053

camel-undertow - Compile error

Content from issues.apache.org is not included.CAMEL-11054

Create SPI for Log EIP to enable other components to intercept/enrich logged messages

Content from issues.apache.org is not included.CAMEL-11055

Ping Check API - Allow to use lower case scopes

Content from issues.apache.org is not included.CAMEL-11056

Create a new camel-olingo4 component for supporting OData 4.0

Content from issues.apache.org is not included.CAMEL-11057

Undertow Producer : NPE if tryConvertTo fails to convert exchange body to ByteBuffer

Content from issues.apache.org is not included.CAMEL-11058

camel-olingo2 component doesn’t support OData 3.0

Content from issues.apache.org is not included.CAMEL-11059

camel-spring-dm - Should be removed

Content from issues.apache.org is not included.CAMEL-11060

dn shouldn’t be strictly required for Spring LDAP component

Content from issues.apache.org is not included.CAMEL-11061

service call eip: add an option to set global defaults

Content from issues.apache.org is not included.CAMEL-11062

New camel-digitalocean component

Content from issues.apache.org is not included.CAMEL-11063

PGP Decryptor does not make Integrity check

Content from issues.apache.org is not included.CAMEL-11064

Add activemq-amqp to parent POM

Content from issues.apache.org is not included.CAMEL-11065

Cannot parse CSV record starting with separator character

Content from issues.apache.org is not included.CAMEL-11066

Make salesforce authentication options simpler to configure

Content from issues.apache.org is not included.CAMEL-11067

camel-hystrix - Include default values in spring-boot auto configuration

Content from issues.apache.org is not included.CAMEL-11068

Remove deprecated usage from Salesforce component

Content from issues.apache.org is not included.CAMEL-11070

camel-aws - SQS - Allow to configure aws queue url

Content from issues.apache.org is not included.CAMEL-11072

Remove non-Maven plugin related executions from Salesforce Maven POM

Content from issues.apache.org is not included.CAMEL-11073

camel-rest - Spring boot option named c-o-r-s

Content from issues.apache.org is not included.CAMEL-11074

Unable to load Schematron XSLT templates on windows

Content from issues.apache.org is not included.CAMEL-11075

AbstractSalesforceTestBase::doCreateRouteBuilder should be optional

Content from issues.apache.org is not included.CAMEL-11076

Refactor addSecuirtyHandlerMethod to addProtocolHandlerMethod

Content from issues.apache.org is not included.CAMEL-11077

Remove toString method in SalesforceException

Content from issues.apache.org is not included.CAMEL-11080

OnExceptionDefinition validation ignores redeliveryPolicy field

Content from issues.apache.org is not included.CAMEL-11081

camel-consul: add support for additional http api

Content from issues.apache.org is not included.CAMEL-11082

camel-consul : make it easy to configure components and service-discovery in spring-boot

Content from issues.apache.org is not included.CAMEL-11083

camel-etcd : make it easy to configure components and service-discovery in spring-boot

Content from issues.apache.org is not included.CAMEL-11084

camel-dns : make it easy to configure components and service-discovery in spring-boot

Content from issues.apache.org is not included.CAMEL-11085

camel-kubernetes : make it easy to configure components and service-discovery in spring-boot

Content from issues.apache.org is not included.CAMEL-11090

Add trimToNull method to StringHelper

Content from issues.apache.org is not included.CAMEL-11091

REST Swagger handling of empty specificationUri

Content from issues.apache.org is not included.CAMEL-11092

If setting Exchange.REST_HTTP_URI the RestProducer should remove Exchange.HTTP_PATH header

Content from issues.apache.org is not included.CAMEL-11093

NPE when defaultValueProvider not given

Content from issues.apache.org is not included.CAMEL-11095

Enumerate all OperationName in @UriPath of operationName

Content from issues.apache.org is not included.CAMEL-11098

FacebookEndpointConfiguration bean not taken into account as a UriParam

Content from issues.apache.org is not included.CAMEL-11099

Unhandled ClassCastException if fault detail is not JaxbElement

Content from issues.apache.org is not included.CAMEL-11100

service-call : add an option configure the expression to use (i.e simple)

Content from issues.apache.org is not included.CAMEL-11103

Add camel-digitalocean Karaf feature

Content from issues.apache.org is not included.CAMEL-11105

camel-eventadmin does not allow multiple consumers with the same URI

Content from issues.apache.org is not included.CAMEL-11106

camel-sql - allow using the $simple{} syntax for query arguments

Content from issues.apache.org is not included.CAMEL-11107

Create a new camel-grpc component

Content from issues.apache.org is not included.CAMEL-11108

camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

Content from issues.apache.org is not included.CAMEL-11109

Failed to resolve endpoint when using destination.consumer.exclusive

Content from issues.apache.org is not included.CAMEL-11110

REST component host parameter handling

Content from issues.apache.org is not included.CAMEL-11111

Camel-Undertow: throwExceptionOnFailure doesn’t work as expected

Content from issues.apache.org is not included.CAMEL-11112

Make sure streams are closed in camel-catalog

Content from issues.apache.org is not included.CAMEL-11113

Camel catalog’s asEndpointUri mangles endpoint URIs for unequal number of tokens

Content from issues.apache.org is not included.CAMEL-11115

Enhance binding support in RestComponent

Content from issues.apache.org is not included.CAMEL-11116

Better handling of query parameters in RestProducer

Content from issues.apache.org is not included.CAMEL-11117

The searchTerm subjectOrBody breaks the searchTerm unseen

Content from issues.apache.org is not included.CAMEL-11118

PingCheck : validate rest component

Content from issues.apache.org is not included.CAMEL-11121

Create a Camel-gRPC karaf feature

Content from issues.apache.org is not included.CAMEL-11122

camel-reactive-streams - Add more JMX information

Content from issues.apache.org is not included.CAMEL-11123

Rename CamelReactiveStreamsServiceImpl to DefaultCamelReactiveStreamsService

Content from issues.apache.org is not included.CAMEL-11124

camel-reactive-streams - Allow to silently ignore discarded messages

Content from issues.apache.org is not included.CAMEL-11125

camel-reactive-streams - Consumer should allow to not refill so frequently

Content from issues.apache.org is not included.CAMEL-11126

camel-connector - Make it easy to schedule a connector

Content from issues.apache.org is not included.CAMEL-11130

Jenkins - Camel.trunk.itest.karaf doesn’t run all tests in camel-itest-karaf

Content from issues.apache.org is not included.CAMEL-11131

Timer consumer - Should call start/stop of the processor

Content from issues.apache.org is not included.CAMEL-11133

Data format - Marshal and unmarshal should eager start their data formats

Content from issues.apache.org is not included.CAMEL-11135

camel-protobuf component improvements

Content from issues.apache.org is not included.CAMEL-11136

Create PubNub component

Content from issues.apache.org is not included.CAMEL-11138

ConsumerTemplate - If cache is full then polling consumer should be stopped to not leak resources

Content from issues.apache.org is not included.CAMEL-11139

ClassNotFoundException may silently be ignored in InProducer

Content from issues.apache.org is not included.CAMEL-11140

camel-reactive-streams - Add uuid for CamelSubscription

Content from issues.apache.org is not included.CAMEL-11141

Add support for VPC instances

Content from issues.apache.org is not included.CAMEL-11143

Create a Maven plugin that creates REST DSL source code from Swagger specification

Content from issues.apache.org is not included.CAMEL-11144

camel-milo - Use dynamic port in test

Content from issues.apache.org is not included.CAMEL-11145

Component docs - Fix broken links on github

Content from issues.apache.org is not included.CAMEL-11146

Update description for all data formats and languages on big readme file

Content from issues.apache.org is not included.CAMEL-11147

camel-jms2 - JMS component using JMS 2.x api

Content from issues.apache.org is not included.CAMEL-11148

camel-reactive-streams: too many backpressure strategies

Content from issues.apache.org is not included.CAMEL-11149

SPI - Allow to plugin different headers map implementation

Content from issues.apache.org is not included.CAMEL-11152

camel-ssh - Allow to use message headers for username/password

Content from issues.apache.org is not included.CAMEL-11153

camel-protobuf - itest starts to fail again

Content from issues.apache.org is not included.CAMEL-11154

itest - spring-boot fails for camel-hbase

Content from issues.apache.org is not included.CAMEL-11155

camel-infinispan - producer command and operation discrepancies

Content from issues.apache.org is not included.CAMEL-11156

Camel-Kubernetes: Add support for Deployment resources

Content from issues.apache.org is not included.CAMEL-11160

Component docs - ascii doc warns

Content from issues.apache.org is not included.CAMEL-11163

Add @Generated annotation in REST DSL Swagger generated code

Content from issues.apache.org is not included.CAMEL-11164

Add @Generated annotation Salesforce generated code

Content from issues.apache.org is not included.CAMEL-11165

Add @Generated annotation to code generated by SpringBootAutoConfigurationMojo

Content from issues.apache.org is not included.CAMEL-11166

@Generated annotation and java 9 problem

Content from issues.apache.org is not included.CAMEL-11167

Include Camel name in spring boot health check

Content from issues.apache.org is not included.CAMEL-11168

Add deprecationNote to @Metadata

Content from issues.apache.org is not included.CAMEL-11170

Service Call : add a spi for component to provide a custom expression to build the camel uri

Content from issues.apache.org is not included.CAMEL-11171

camel-zookeeper-master - RAW() and child endpoint issue

Content from issues.apache.org is not included.CAMEL-11173

Integration tests for camel-restdsl-swagger-plugin fail on JDK 9

Content from issues.apache.org is not included.CAMEL-11175

REST DSL Swagger generator default generated class/package names

Content from issues.apache.org is not included.CAMEL-11177

CoAP component starts redundant server instance

Content from issues.apache.org is not included.CAMEL-11178

Default method on interface is invisible during Camel Simple evaluation

Content from issues.apache.org is not included.CAMEL-11179

MultiThread race condition in DefaultShutdownStrategy for suspend/resume

Content from issues.apache.org is not included.CAMEL-11180

Place Eclipse workspace setup in camel-etc in a profile

Content from issues.apache.org is not included.CAMEL-11181

Replace gmaven with gmavenplus Maven plugin

Content from issues.apache.org is not included.CAMEL-11183

Checkstyle errors in camel-package-maven-plugin

Content from issues.apache.org is not included.CAMEL-11185

Remove camel-scr-starter spring boot module

Content from issues.apache.org is not included.CAMEL-11186

Upgrade dropwizard metrics

Content from issues.apache.org is not included.CAMEL-11187

Java 9 - building camel-spring has a maven WARN

Content from issues.apache.org is not included.CAMEL-11188

Use Files.newFileInputStream instead of new FileInputStream

Content from issues.apache.org is not included.CAMEL-11189

Upgrade zipkin

Content from issues.apache.org is not included.CAMEL-11190

Service Call - Allow to configure static server list from a property placholder

Content from issues.apache.org is not included.CAMEL-11191

Service Call - XML configuration of static servers called servers instead of server

Content from issues.apache.org is not included.CAMEL-11192

Service Call - Some unused code in camel-core

Content from issues.apache.org is not included.CAMEL-11194

Upgrade Checkstyle and update rules

Content from issues.apache.org is not included.CAMEL-11196

Camel connectors - Allow to configure in one place and let it figure out component vs endpoint level

Content from issues.apache.org is not included.CAMEL-11198

OpenTracing trace context should cope with Hystrix using separate thread

Content from issues.apache.org is not included.CAMEL-11201

camel-reactive-streams - Cannot create service in spring-boot

Content from issues.apache.org is not included.CAMEL-11202

Salesforce verifier should not throw exceptions

Content from issues.apache.org is not included.CAMEL-11203

Verifier should support exclusion of properties in option groups

Content from issues.apache.org is not included.CAMEL-11206

camel-twitter - The default delay is not used

Content from issues.apache.org is not included.CAMEL-11208

camel-swagger-java - Should use guava 20 and not 19

Content from issues.apache.org is not included.CAMEL-11209

camel-core-starter - Should not have caffeine dependency

Content from issues.apache.org is not included.CAMEL-11210

Don’t return null for getErrors in SalesforceException

Content from issues.apache.org is not included.CAMEL-11211

Remove deprecated SpanManager from camel-opentracing

Content from issues.apache.org is not included.CAMEL-11212

Don’t allow Salesforce HTTP client to stop with outstanding requests

Content from issues.apache.org is not included.CAMEL-11213

camel-grpc doesn’t terminate channel when producer stops

Content from issues.apache.org is not included.CAMEL-11214

FluentProducerTemplate - Should allow non default uri

Content from issues.apache.org is not included.CAMEL-11215

Camel Kafka component commits offsets in case of exceptions

Content from issues.apache.org is not included.CAMEL-11216

REST-DSL - Producer fails with NPE or other exceptions if you have not set a hostname

Content from issues.apache.org is not included.CAMEL-11220

camel-twitter - Allow to sort tweets so oldest come first

Content from issues.apache.org is not included.CAMEL-11221

camel-netty4-http cannot have a URL larger than 409 bytes by default, rather than the assumed 4096 byte limit

Content from issues.apache.org is not included.CAMEL-11222

Spring Boot Mojo should use formatter properties from JBoss Forge

Content from issues.apache.org is not included.CAMEL-11224

aws-sqs producer does not support new FIFO queues

Content from issues.apache.org is not included.CAMEL-11225

Deadlock in component creation

Content from issues.apache.org is not included.CAMEL-11229

Infinite recursion if exception happens inside exception handler

Content from issues.apache.org is not included.CAMEL-11232

Fix camel-example-spring-boot-rest-jpa example

Content from issues.apache.org is not included.CAMEL-11233

Allow overriding the setting of instanceUrl

Content from issues.apache.org is not included.CAMEL-11234

NullPointerException while trying to get the Route Status on startup

Content from issues.apache.org is not included.CAMEL-11235

Simple Language: AmbiguousMethodCallException when calling method implemented by super class when method is defined by interface and abstract class

Content from issues.apache.org is not included.CAMEL-11236

camel-grpc - improve streaming capabilities to bridge reactive streams

Content from issues.apache.org is not included.CAMEL-11237

camel-grpc - Add a grpc consumer

Content from issues.apache.org is not included.CAMEL-11239

camel-catalog-maven - Remove sl4j logger

Content from issues.apache.org is not included.CAMEL-11242

Split camel-twitter component

Content from issues.apache.org is not included.CAMEL-11243

Split camel-kubernetes component

Content from issues.apache.org is not included.CAMEL-11244

camel-hazelcast: use string/enum instead of numeric operation type

Content from issues.apache.org is not included.CAMEL-11245

camel-opentracing refers to no longer used GlobalTracer

Content from issues.apache.org is not included.CAMEL-11247

camel-spring-boot - Improve BOM to work better with start.spring.io

Content from issues.apache.org is not included.CAMEL-11251

Curcular dependency from buildtools to buildtools via license-plugin

Content from issues.apache.org is not included.CAMEL-11253

camel-http4 - Add missing doc to component option

Content from issues.apache.org is not included.CAMEL-11254

Default matchOnUriPrefix to false on Undertow endpoint

Content from issues.apache.org is not included.CAMEL-11256

Make camel-docker work on OSGi

Content from issues.apache.org is not included.CAMEL-11258

Use TracerResolver to obtain Tracer

Content from issues.apache.org is not included.CAMEL-11259

Add Distinct queries to camel-mongodb

Content from issues.apache.org is not included.CAMEL-11260

Use Couchbase client OSGi bundle in Karaf feature

Content from issues.apache.org is not included.CAMEL-11261

Revise Camel context destruction in Spring (Boot) applications

Content from issues.apache.org is not included.CAMEL-11263

set HeaderFilterStrategy before setting properties

Content from issues.apache.org is not included.CAMEL-11264

Potential NPE in DefaultUndertowHttpBinding

Content from issues.apache.org is not included.CAMEL-11265

Fix maven warning about fork option

Content from issues.apache.org is not included.CAMEL-11266

The ehcache component creates a separate CacheManager per producer route

Content from issues.apache.org is not included.CAMEL-11267

Add SpanDecorator for 'rest' component

Content from issues.apache.org is not included.CAMEL-11268

Upgrade camel-infinispan to support Infinispan 9.x

Content from issues.apache.org is not included.CAMEL-11269

URISupport sanitizeUri partial support for RAW()

Content from issues.apache.org is not included.CAMEL-11271

Support placeholders on attributes of camelContext element

Content from issues.apache.org is not included.CAMEL-11272

ReloadStrategySupport wrongly logs \"Routes with no id’s detected\"

Content from issues.apache.org is not included.CAMEL-11273

ReloadStrategySupport does take changed routeContext files into account

Content from issues.apache.org is not included.CAMEL-11274

ReloadStrategySupport is not easy extendable because of a number of private’s

Content from issues.apache.org is not included.CAMEL-11275

FileWatcherReloadStrategy only watches on specific folder and no sub-folders

Content from issues.apache.org is not included.CAMEL-11276

camel-restlet URI uses ( ) rather than { } for path parameters

Content from issues.apache.org is not included.CAMEL-11277

camel-restlet - Should include component name in from endpoint uri

Content from issues.apache.org is not included.CAMEL-11279

Camel hystrix does not handle exceptions properly

Content from issues.apache.org is not included.CAMEL-11280

camel-twitter : hard-coded component scheme

Content from issues.apache.org is not included.CAMEL-11281

camel-spring is not usable in an osgi-context

Content from issues.apache.org is not included.CAMEL-11282

Camel components should extend DefaultComponent

Content from issues.apache.org is not included.CAMEL-11283

camel-hystrix-starter - The circuitBreakerForceClose option is default true which should be false

Content from issues.apache.org is not included.CAMEL-11284

camel-ehcache: allow to configure some options like a global cache manager on component level

Content from issues.apache.org is not included.CAMEL-11285

Camel-Elasticsearch5: Upgrade to Elasticsearch 5.3.x

Content from issues.apache.org is not included.CAMEL-11286

Imported Xquery modules will not resolve using classpath - Regression

Content from issues.apache.org is not included.CAMEL-11287

MDC routeId value is lost after calling a direct route from a transacted route

Content from issues.apache.org is not included.CAMEL-11288

camel-grpc producer incorrectly called async services

Content from issues.apache.org is not included.CAMEL-11290

Camel-Infinispan: Continuous Query, add support for recordUpdated event

Content from issues.apache.org is not included.CAMEL-11291

spring boot starters: allow to hook into auto configuration process

Content from issues.apache.org is not included.CAMEL-11293

Rest DSL Producer HTTP ignores http verb from uri

Content from issues.apache.org is not included.CAMEL-11294

Repair not-working-examples or mark as deprecated

Content from issues.apache.org is not included.CAMEL-11296

camel-maven-plugin:validate - Allow to detect duplicate route ids

Content from issues.apache.org is not included.CAMEL-11297

camel-ehcache-starter : auto discovery cache manager

Content from issues.apache.org is not included.CAMEL-11298

Using chmodDirectory with full paths makes file producer to created directories relative to source

Content from issues.apache.org is not included.CAMEL-11299

Camel Rest DSL Does Not Creating OPTIONS routes for defined routes

Content from issues.apache.org is not included.CAMEL-11301

Camel-weather and camel-geocoder: freegeoip.io/json has been moved permanently

Content from issues.apache.org is not included.CAMEL-11302

camel-infinispan-starter : enable cache manager auto discovery

Content from issues.apache.org is not included.CAMEL-11305

camel-test - Using dump route coverage with custom processor may cause NPE

Content from issues.apache.org is not included.CAMEL-11307

Create Camel-Azure Karaf feature

Content from issues.apache.org is not included.CAMEL-11308

MongoDB: No (auto) conversion for BigDecimal

Content from issues.apache.org is not included.CAMEL-11309

Components missing from parent POM dependency management

Content from issues.apache.org is not included.CAMEL-11310

\"code too large\" when generating Salesforce DTOs

Content from issues.apache.org is not included.CAMEL-11311

example - Add example for Spring Boot with external ActiveMQ broker

Content from issues.apache.org is not included.CAMEL-11312

camel-undertow - Rest-DSL should support OPTIONS

Content from issues.apache.org is not included.CAMEL-11313

set defaultValue for FixedLength and other factories

Content from issues.apache.org is not included.CAMEL-11314

Fix failing tests in camel-swagger-java

Content from issues.apache.org is not included.CAMEL-11315

Replace dummy URI paths on directmessage and search with something meaningful

Content from issues.apache.org is not included.CAMEL-11316

camel-restlet - Rest-DSL should support OPTIONS

Content from issues.apache.org is not included.CAMEL-11317

[OSGi, camel-jpa] Problems with mapping idempotent.jpa.MessageProcessed with Aries + Hibernate

Content from issues.apache.org is not included.CAMEL-11318

camel-ehcache: allow to configure named caches programmatically

Content from issues.apache.org is not included.CAMEL-11319

sql-stored - Add support for function

Content from issues.apache.org is not included.CAMEL-11320

sql-stored - Should not extend polling endpoint as its not for consumer

Content from issues.apache.org is not included.CAMEL-11321

Can CamelContext startup faster

Content from issues.apache.org is not included.CAMEL-11322

Swagger Rest DSL Generator needs to build before its maven plugin

Content from issues.apache.org is not included.CAMEL-11324

Deprecate camel-krati

Content from issues.apache.org is not included.CAMEL-11326

Exclude org.json from camel-spark

Content from issues.apache.org is not included.CAMEL-11328

camel-example-cdi-test - Fix invalid logging format

Content from issues.apache.org is not included.CAMEL-11329

swagger-dsl-generator artifact changed names to camel-swagger-dsl-generator, need to fix poms

Content from issues.apache.org is not included.CAMEL-11330

DefaultExchange - Look at optimize the Map implementation used for storing properties

Content from issues.apache.org is not included.CAMEL-11331

camel-kubernetes - Add Kubernetes based RoutePolicy

Content from issues.apache.org is not included.CAMEL-11332

Create a new camel-thrift data format

Content from issues.apache.org is not included.CAMEL-11333

Create a new camel-thrift RPC component

Content from issues.apache.org is not included.CAMEL-11334

camel-grpc - Unit test fails due port number issue

Content from issues.apache.org is not included.CAMEL-11335

Create Actuator endpoint to expose route information

Content from issues.apache.org is not included.CAMEL-11336

Update dozer to latest

Content from issues.apache.org is not included.CAMEL-11337

Camel-Infinispan: Add support for GetOrDefault operation on Producer

Content from issues.apache.org is not included.CAMEL-11338

New DefaultUuidGenerator to startup Camel faster

Content from issues.apache.org is not included.CAMEL-11339

LRUCache - Optimise to use LongAdder instead of AtomicLong

Content from issues.apache.org is not included.CAMEL-11340

JMX performance statistics - Consider optimise to LongAdder

Content from issues.apache.org is not included.CAMEL-11341

Optimize DefaultEndpointUtilizationStatistics

Content from issues.apache.org is not included.CAMEL-11342

Optimize ManagedRoute

Content from issues.apache.org is not included.CAMEL-11343

gRPC component cannot load service class

Content from issues.apache.org is not included.CAMEL-11345

Remove dependency on spring-core from gRPC component

Content from issues.apache.org is not included.CAMEL-11346

Optimize EventNotifier sending/sent exchange

Content from issues.apache.org is not included.CAMEL-11347

Optimize AsyncCallback in EIPs to use reusable static classes

Content from issues.apache.org is not included.CAMEL-11348

Small Performance optimization in RestConsumerContextPathMatcher

Content from issues.apache.org is not included.CAMEL-11349

Optimize EventNotifer to reuse Event instance

Content from issues.apache.org is not included.CAMEL-11350

Optimize - StopWatch should be tiny to have less memory footprint

Content from issues.apache.org is not included.CAMEL-11351

Optimize - ProducerCache - Avoid creating new processor for each send if result processor

Content from issues.apache.org is not included.CAMEL-11352

duplicated/missing logs when camel-paxlogging work with pax-logging-log4j2

Content from issues.apache.org is not included.CAMEL-11353

Optimise - JMX Statistic split into specialized classes

Content from issues.apache.org is not included.CAMEL-11354

Optimise - JMX oldest inflight can be optimised

Content from issues.apache.org is not included.CAMEL-11355

Consumer - ErrorHandler should ignore rejected exception due to shutdown

Content from issues.apache.org is not included.CAMEL-11356

Camel-Kubernetes: refactoring tests by using Kubernetes-server-mock and Openshift-server-mock

Content from issues.apache.org is not included.CAMEL-11357

Change examples groupId and disable publishing to Maven central

Content from issues.apache.org is not included.CAMEL-11358

Optimise - Event listener to avoid copy on write array list

Content from issues.apache.org is not included.CAMEL-11359

Deprecate TracedRouteNodes in favour of message history

Content from issues.apache.org is not included.CAMEL-11360

Optimise - Disable Tracer and use BacklogTracer instead

Content from issues.apache.org is not included.CAMEL-11362

create a LeaderElectionservice

Content from issues.apache.org is not included.CAMEL-11363

Optimise - Use ArrayDeque instead of Stack

Content from issues.apache.org is not included.CAMEL-11364

Runtime endpoint registry - Do not use extended mode as default

Content from issues.apache.org is not included.CAMEL-11365

camel-spring-boot - allowUseOriginalMessage should have same default as camel-core

Content from issues.apache.org is not included.CAMEL-11366

Optimise - bean component result - only need to propagate headers if really needed

Content from issues.apache.org is not included.CAMEL-11368

Optimise - Runtime endpoint registry - Turn off by default

Content from issues.apache.org is not included.CAMEL-11369

camel-spring-boot-starter generator paste incorrect default value

Content from issues.apache.org is not included.CAMEL-11373

Create a Camel Twilio component

Content from issues.apache.org is not included.CAMEL-11374

Add JMX details to Camel Acturator endpoint

Content from issues.apache.org is not included.CAMEL-11375

Optimise - BeanProcessor - Make light-weight not as service

Content from issues.apache.org is not included.CAMEL-11377

Optimise - Bean expression invoking bean can use static method instead of creating new objects

Content from issues.apache.org is not included.CAMEL-11378

Upgrade to Apache Flink 1.3.0

Content from issues.apache.org is not included.CAMEL-11379

Optimise - core type converters to be invoked faster

Content from issues.apache.org is not included.CAMEL-11380

Optimise - Allow to turn DataType on or off on Message

Content from issues.apache.org is not included.CAMEL-11381

Upgrade camel-opentracing to use OpenTracing-Java 0.30.0 with active span management

Content from issues.apache.org is not included.CAMEL-11382

Creating IgniteComponent from Ignite Instance throws IllegalStateException

Content from issues.apache.org is not included.CAMEL-11383

Replace Jersey JAX-RS client with CXF in Bonita component

Content from issues.apache.org is not included.CAMEL-11384

camel-spring-boot - Add auto configuration for turning on MDC logging

Content from issues.apache.org is not included.CAMEL-11385

Camel-metrics Karaf feature can’t be installed

Content from issues.apache.org is not included.CAMEL-11386

Potential NullPointerException if HTTP client not started and stop was performed

Content from issues.apache.org is not included.CAMEL-11387

SFTP is delivered into incorrect location, without exception (file in subfolder + temp file is created + Camel running on Window & SFTP server running on LINUX)

Content from issues.apache.org is not included.CAMEL-11388

camel-infinispan - InfinispanRoutePolicy issue with locking from remote server

Content from issues.apache.org is not included.CAMEL-11389

add karaf feature for camel-fastjson

Content from issues.apache.org is not included.CAMEL-11390

camel maven plugin (2.19.0) downloading catalog when configuration disabled it

Content from issues.apache.org is not included.CAMEL-11393

sql-stored - Add support for typeNames and scale in grammar

Content from issues.apache.org is not included.CAMEL-11395

upgrade maven-surefire-plugin

Content from issues.apache.org is not included.CAMEL-11396

Upgrade wsdl4j to 1.6.3

Content from issues.apache.org is not included.CAMEL-11398

camel-google-calendar should throw more friendly exception when the required credentials lack

Content from issues.apache.org is not included.CAMEL-11400

RoutePolicySupport - Should have separated suspend/resume vs start/stop consumer

Content from issues.apache.org is not included.CAMEL-11402

Logic error in authentication type determination

Content from issues.apache.org is not included.CAMEL-11404

Upgrade to JPA 2.1

Content from issues.apache.org is not included.CAMEL-11407

camel-opentracing loggingtracer needs to build before client

Content from issues.apache.org is not included.CAMEL-11409

The time camel waits for a WriteFuture to complete is hard-coded 10 seconds, this should be configurable

Content from issues.apache.org is not included.CAMEL-11410

camel-spring - Should not list uris as spring bean ids from Camel routes

Content from issues.apache.org is not included.CAMEL-11411

camel-opentracing example uses incorrect groupId

Content from issues.apache.org is not included.CAMEL-11413

camel-olingo - Potential NPE in getting content-type header

Content from issues.apache.org is not included.CAMEL-11414

camel-restlet - Rest DSL issue with empty path variables

Content from issues.apache.org is not included.CAMEL-11416

The overrides removal loop from BeanInfo.introspect(Class<?>) is no more necessary

Content from issues.apache.org is not included.CAMEL-11420

Add contains ignore case operator to simple language

Content from issues.apache.org is not included.CAMEL-11421

Tokenizer - Allow to define group number as simple language

Content from issues.apache.org is not included.CAMEL-11422

Mark plugin as threadsafe

Content from issues.apache.org is not included.CAMEL-11423

Accept header is not compliant with IETF RFC-7231

Content from issues.apache.org is not included.CAMEL-11424

Endless wait when unhandled exception occurs in camel-olingo

Content from issues.apache.org is not included.CAMEL-11425

Camel Olingo needs a way to dynamically set and receive HTTP headers

Content from issues.apache.org is not included.CAMEL-11427

camel-leveldb does not work on Solaris — no native code library and no Java fallback

Content from issues.apache.org is not included.CAMEL-11428

Remove IDEA plugin and doc

Content from issues.apache.org is not included.CAMEL-11429

camel-box is not assigning default configuration values

Content from issues.apache.org is not included.CAMEL-11432

Unable to skip tests when building camel-grpc

Content from issues.apache.org is not included.CAMEL-11433

Unable to use camel-box in OSGI environment

Content from issues.apache.org is not included.CAMEL-11434

camel-hazelcast: auto discovery of hazelcast instances in spring-boot

Content from issues.apache.org is not included.CAMEL-11435

Camel-Caffeine: Support Time-based and size-based eviction in Caffeine

Content from issues.apache.org is not included.CAMEL-11436

camel-spring-ldap - Has test failures

Content from issues.apache.org is not included.CAMEL-11437

Bug using file endpoint probeContentType and preMove attributes together causes Exchange.FILE_CONTENT_TYPE to get dropped. (2.19.0)

Content from issues.apache.org is not included.CAMEL-11438

New crypto component CMS (Cryptographic Message Syntax)

Content from issues.apache.org is not included.CAMEL-11439

Camel-Caffeine: Create an Aggregation Repository using Caffeine

Content from issues.apache.org is not included.CAMEL-11441

Main - setPropertyPlaceholderLocations should be public

Content from issues.apache.org is not included.CAMEL-11442

Optimise - Use existing exchange id as breadcrumb

Content from issues.apache.org is not included.CAMEL-11443

Add a RouteController SPI to allow to customize routes life-cycle

Content from issues.apache.org is not included.CAMEL-11446

Look at using awaitility in camel-core tests when we wait via thread sleep etc

Content from issues.apache.org is not included.CAMEL-11447

Optimise - MessageHistoryFactory should use long instead of Date

Content from issues.apache.org is not included.CAMEL-11448

Optimise - Routing engine can avoid check for interrupted exception which does not occur anymore

Content from issues.apache.org is not included.CAMEL-11450

Optimise - Calling a bean without method name defined can be optimised

Content from issues.apache.org is not included.CAMEL-11452

It should be possible to add extra headers for STOMP subscriptions

Content from issues.apache.org is not included.CAMEL-11453

Fix camel-box feature

Content from issues.apache.org is not included.CAMEL-11454

camel-zipfile dataformat cannot remove successfully processed files

Content from issues.apache.org is not included.CAMEL-11455

Automatic transform String to DBObject after previous conversion error

Content from issues.apache.org is not included.CAMEL-11456

Make the camel-grpc component more cloud service friendly

Content from issues.apache.org is not included.CAMEL-11457

camel-atomix - No new leader when all nodes are killed forcefully

Content from issues.apache.org is not included.CAMEL-11458

Avoid the use of the scriptengines libraries from google code

Content from issues.apache.org is not included.CAMEL-11460

Camel-Infinispan: If a Default Configuration is not provided then a DefaultCacheName must be provided

Content from issues.apache.org is not included.CAMEL-11461

SEDA - resolve references for concurrentConsumers, limitConcurrentConsumers

Content from issues.apache.org is not included.CAMEL-11462

Nashorn javascript library can not be found in OSGi

Content from issues.apache.org is not included.CAMEL-11464

Upgrade to rhino 1.7.7.1

Content from issues.apache.org is not included.CAMEL-11465

NPE caused by IrcMessage

Content from issues.apache.org is not included.CAMEL-11466

camel-tarfile dataformat cannot remove successfully processed files

Content from issues.apache.org is not included.CAMEL-11467

Camel-bindy tests fail depending on the locale

Content from issues.apache.org is not included.CAMEL-11469

Camel-Hipchat - Configure via xml is broken

Content from issues.apache.org is not included.CAMEL-11470

Camel-Core: DefaultShutdownStrategy, pass the logInflightExchangesOnTimeout to the ShutdownTask

Content from issues.apache.org is not included.CAMEL-11471

Unable to update the cron details from Quartz scheduler MBean

Content from issues.apache.org is not included.CAMEL-11474

Camel-Hipchat: Allow configurable http client

Content from issues.apache.org is not included.CAMEL-11475

Provide a route Connector/Component

Content from issues.apache.org is not included.CAMEL-11476

spring-boot - routes not loaded when setting a management.port

Content from issues.apache.org is not included.CAMEL-11477

Can not override isUseAdviceWith in CamelBlueprintTestSupport

Content from issues.apache.org is not included.CAMEL-11478

Revise what Salesforce component properties are marked as secret

Content from issues.apache.org is not included.CAMEL-11479

beanio - Unmarshalling multiline values as multiple records

Content from issues.apache.org is not included.CAMEL-11482

SSLContextParameters settings are not properly copied to SslContextFactory

Content from issues.apache.org is not included.CAMEL-11483

Optimise - Recording time taken for each processor should be advice

Content from issues.apache.org is not included.CAMEL-11484

Optimise - Simple Language / ExpressionBuilder can use cache of frequent used expressions when having nested functions

Content from issues.apache.org is not included.CAMEL-11486

NullPointerException for invalid payload with session handling enabled

Content from issues.apache.org is not included.CAMEL-11487

Support resources load through custom defined protocols by registering custom UrlHandlers

Content from issues.apache.org is not included.CAMEL-11489

Declaring AWS endpoint with accessKey and secretKey, and without amazonS3Client should be possible.

Content from issues.apache.org is not included.CAMEL-11490

camel-spring-boot - Make it easy to filter Java RoutesBuilder from properties

Content from issues.apache.org is not included.CAMEL-11491

Apply non-mandatory nature of amazon client to AWS components being able to specify accessKey and secretKey

Content from issues.apache.org is not included.CAMEL-11492

New Camel website

Content from issues.apache.org is not included.CAMEL-11497

Migrate the rest of the Confluence content

Content from issues.apache.org is not included.CAMEL-11506

MavenVersionManager blocks on unavailable URL

Content from issues.apache.org is not included.CAMEL-11507

camel-servicenow : add an header to indicate the answer data type

Content from issues.apache.org is not included.CAMEL-11509

Cannot set content type with parameters without specifying charset

Content from issues.apache.org is not included.CAMEL-11510

The consumer endpoint for Twitter component timeline/user doesn’t poll the tweets even if the type is set to polling and delay attribute doesn’t work

Content from issues.apache.org is not included.CAMEL-11514

xslt component - Add support for ref and bean in resource uri

Content from issues.apache.org is not included.CAMEL-11515

Aggregator is not working correctly when completionTimeout < 1000ms

Content from issues.apache.org is not included.CAMEL-11516

FtpConsumerFileSplitTest fails on windows due to platform line.seperator

Content from issues.apache.org is not included.CAMEL-11518

Add an Mvc Actuator endpoint for exposing Camel routes

Content from issues.apache.org is not included.CAMEL-11520

camel-hipchat: Unable to send to room name containing spaces

Content from issues.apache.org is not included.CAMEL-11523

JasyptPropertiesParser fails on properties references with default value

Content from issues.apache.org is not included.CAMEL-11524

Camel File Consumer fails when doneFileName contains '$'

Content from issues.apache.org is not included.CAMEL-11526

Several files in user manual issue warnings when processing with asciidoctor

Content from issues.apache.org is not included.CAMEL-11528

WireTap - Allow to specify the url as non-dynamic

Content from issues.apache.org is not included.CAMEL-11529

Wrong syntax definitions in camel catalog

Content from issues.apache.org is not included.CAMEL-11531

camel-http-common; dependency servlet-api should be set to provided

Content from issues.apache.org is not included.CAMEL-11532

java 8 dsl : allow to set the body using a supplier

Content from issues.apache.org is not included.CAMEL-11533

Simple language - comparison againist negative value fails with unknown token

Content from issues.apache.org is not included.CAMEL-11534

Incorrect transferExchange option test in camel-jms component

Content from issues.apache.org is not included.CAMEL-11537

undertown consumer : consumer silently fails to start if manually started after a failure

Content from issues.apache.org is not included.CAMEL-11539

WireTap - Add support for defer shutdown if pending tasks are active

Content from issues.apache.org is not included.CAMEL-11540

Unable to disable ProducerCache by setting cacheSize=\"-1\"

Content from issues.apache.org is not included.CAMEL-11542

camel-kafka - Add any new options from kafka 0.11.0 to the endpoint

Content from issues.apache.org is not included.CAMEL-11543

Camel doesn’t support @TestPropertySource

Content from issues.apache.org is not included.CAMEL-11545

Avoid double dot in enriched with default value in XML XSD

Content from issues.apache.org is not included.CAMEL-11547

camel-core: load route definitions from registry

Content from issues.apache.org is not included.CAMEL-11548

camel-undertow consumer shall use InOut ExchangePattern

Content from issues.apache.org is not included.CAMEL-11549

Cant run camel zipkin example with latest zipkin-server

Content from issues.apache.org is not included.CAMEL-11550

Component extensions

Content from issues.apache.org is not included.CAMEL-11551

Use abstract base class for all context and route events

Content from issues.apache.org is not included.CAMEL-11552

Provide FailureEvent interface as a general means of retrieving the cause

Content from issues.apache.org is not included.CAMEL-11554

ServiceNow : add meta data extension to retrieve table’s structure

Content from issues.apache.org is not included.CAMEL-11555

ServiceNow : create a maven plugin to generate models based on table layout

Content from issues.apache.org is not included.CAMEL-11556

ServiceNow : add annotations on the model to customize sysparms

Content from issues.apache.org is not included.CAMEL-11558

camel-jsonpath - Split via jsonpath looses quotes in json output

Content from issues.apache.org is not included.CAMEL-11559

NPE when not setting a sampling interval on client subscriptions

Content from issues.apache.org is not included.CAMEL-11560

ServiceNow : allow to expand reference types in import_set response

Content from issues.apache.org is not included.CAMEL-11561

Cleanup Salesforce integration tests setup

Content from issues.apache.org is not included.CAMEL-11563

Add predicate option to @Consume so the bean is only called if its evaluated to true

Content from issues.apache.org is not included.CAMEL-11564

avoid ClassCastException when the gzip is enabled for the cxf endpoint with camel destination

Content from issues.apache.org is not included.CAMEL-11568

Allow to set a CookiePolicy to CookieHandler

Content from issues.apache.org is not included.CAMEL-11569

Implements CAMEL-11425 for camel-olingo4

Content from issues.apache.org is not included.CAMEL-11570

Add an example for camel-google-pubsub

Content from issues.apache.org is not included.CAMEL-11571

Google Cloud BigQuery

Content from issues.apache.org is not included.CAMEL-11572

camel-lumberjack component doesn’t restart

Content from issues.apache.org is not included.CAMEL-11573

Enable MultipleConsumersSupport for Jt400Endpoint

Content from issues.apache.org is not included.CAMEL-11574

camel-lumberjack should support longs

Content from issues.apache.org is not included.CAMEL-11575

Component name mismatch: https4 or http4s

Content from issues.apache.org is not included.CAMEL-11576

camel-catalog is not generating camel-stream URI properly

Content from issues.apache.org is not included.CAMEL-11577

apt plugin should generate URL as URL and not U R L in displayName

Content from issues.apache.org is not included.CAMEL-11578

Add javadoc to util.backoff

Content from issues.apache.org is not included.CAMEL-11579

Add unit test / example for SupervisingRouteController

Content from issues.apache.org is not included.CAMEL-11580

Add JMX api RouteController and SupervisingRouteController

Content from issues.apache.org is not included.CAMEL-11581

SupervisingRouteController should have spring-boot auto configuration

Content from issues.apache.org is not included.CAMEL-11582

SupervisingRouteController should have better INFO logging on startup

Content from issues.apache.org is not included.CAMEL-11583

SupervisingRouteController should honor if a route was explicit set to autoStartup=false

Content from issues.apache.org is not included.CAMEL-11584

Add javadoc to spring boot auto configuration of camel.supervising.controller

Content from issues.apache.org is not included.CAMEL-11585

camel-spring-boot - Allow to reset route statistics via actuator

Content from issues.apache.org is not included.CAMEL-11586

camel-spring-boot - Have default value for endpoints.camelroutes.path

Content from issues.apache.org is not included.CAMEL-11587

SupervisingRouteController : add option for initial delay

Content from issues.apache.org is not included.CAMEL-11588

SupervisingRouteController - Routes may be started in wrong order

Content from issues.apache.org is not included.CAMEL-11589

MockEndpoint.expectedPropertyReceived needs improvement

Content from issues.apache.org is not included.CAMEL-11591

ClassNotFound: javax.servlet.ServletOutputStream in opentracing example client

Content from issues.apache.org is not included.CAMEL-11593

Global rest configuration gets overridden by default

Content from issues.apache.org is not included.CAMEL-11594

rest configuration in spring boot should use map instead of list

Content from issues.apache.org is not included.CAMEL-11596

camel-spring-boot - actuator endpoint routes - Get single route only

Content from issues.apache.org is not included.CAMEL-11597

Adding support for setting authentication client properties for elasticsearch

Content from issues.apache.org is not included.CAMEL-11598

camel-spring-boot - actuator endpoints - Make it read-only by default

Content from issues.apache.org is not included.CAMEL-11599

XPath feature with Saxon implementation broken when ServiceMix jaxp-api is present in the endorsed classpath

Content from issues.apache.org is not included.CAMEL-11601

change camel-file default value for readLockLoggingLevel from WARN to DEBUG

Content from issues.apache.org is not included.CAMEL-11602

camel-cxf - there are failing test cases on Windows

Content from issues.apache.org is not included.CAMEL-11603

Netty4 consumer in clientMode=true doesn’t share channel with subsequent netty4 producers using reuseChannel=true

Content from issues.apache.org is not included.CAMEL-11604

New method expectedPropertyValuesReceivedInAnyOrder in MockEndpoint

Content from issues.apache.org is not included.CAMEL-11605

Invalid accept header

Content from issues.apache.org is not included.CAMEL-11607

NPE in MBeanInfoAssembler when debug is enabled

Content from issues.apache.org is not included.CAMEL-11608

Camel-AWS: Camel-Kinesis needs Jackson Dataformat CBOR to work in OSGi

Content from issues.apache.org is not included.CAMEL-11609

camel-univocity-parsers: marshaller not thread safe

Content from issues.apache.org is not included.CAMEL-11610

UnsatisfiedDependencyException: Error creating bean with name 'openTracingEventNotifier'

Content from issues.apache.org is not included.CAMEL-11611

Add a knownHosts option to the camel-ssh component

Content from issues.apache.org is not included.CAMEL-11612

Create ASN.1 dataformat

Content from issues.apache.org is not included.CAMEL-11613

camel-spring-boot - Add auto configuration for FluentProducerTemplate

Content from issues.apache.org is not included.CAMEL-11614

rest-dsl - Allow to configure api hostname

Content from issues.apache.org is not included.CAMEL-11617

spring-boot - service-call tests uses hardcoded port numbers

Content from issues.apache.org is not included.CAMEL-11618

Add a Camel-Infinispan example using his starter

Content from issues.apache.org is not included.CAMEL-11620

Requiredement for date string to be longer than pattern is invalid.

Content from issues.apache.org is not included.CAMEL-11621

extend simple date formatter for properties

Content from issues.apache.org is not included.CAMEL-11623

LevelDB Java implementation wont be tried on Errors

Content from issues.apache.org is not included.CAMEL-11624

REST DSL/component method Uppercase

Content from issues.apache.org is not included.CAMEL-11626

ServiceNowException is printing \"%d\" (not replacing value)

Content from issues.apache.org is not included.CAMEL-11627

Camel-Undertow doesn’t work in OSGi

Content from issues.apache.org is not included.CAMEL-11628

MQTT Connection loop

Content from issues.apache.org is not included.CAMEL-11629

Cleanup SalesforceComponentVerifierTest

Content from issues.apache.org is not included.CAMEL-11630

JPAMessageIdRepository Not Releasing Connections

Content from issues.apache.org is not included.CAMEL-11631

Camel-Paho Missiong reconnect logic

Content from issues.apache.org is not included.CAMEL-11632

QuartzScheduledPollConsumerScheduler causes trigger misfires on each application start

Content from issues.apache.org is not included.CAMEL-11634

clean up dbcp 1 dependencies and move it (where possible) to dbcp 2

Content from issues.apache.org is not included.CAMEL-11635

wrong groupId in camel examples readme.md and features.xml

Content from issues.apache.org is not included.CAMEL-11636

property placeholder is not replaced in REST DSL in blueprint context

Content from issues.apache.org is not included.CAMEL-11637

Unable to assign null value to a Salesforce object field

Content from issues.apache.org is not included.CAMEL-11638

Upgrade to Apache SSHD 1.6.x

Content from issues.apache.org is not included.CAMEL-11639

camel-jms - Add support for changing JMS message selector on consumer at runtime via jmx

Content from issues.apache.org is not included.CAMEL-11640

SupervisingRouteController : Add a SPI to filter routes to supervise

Content from issues.apache.org is not included.CAMEL-11641

SupervisingRouteController : backOff should be renamed deaultBackoff

Content from issues.apache.org is not included.CAMEL-11642

Broker Credentials should be set from endpoint

Content from issues.apache.org is not included.CAMEL-11643

Extensions: registerExtension method has to avoid final in his declaration to work in CDI

Content from issues.apache.org is not included.CAMEL-11644

Create a Camel-gRPC example

Content from issues.apache.org is not included.CAMEL-11645

Add possibility to filter routes which will report spans

Content from issues.apache.org is not included.CAMEL-11648

camel-mongodb-gridfs - Created document cannot be read by the new MongoDB GridFS API

Content from issues.apache.org is not included.CAMEL-11649

Cookie Handling only works for one cookie

Content from issues.apache.org is not included.CAMEL-1165

can we add a front page for the manual specifying Camel User Guide, Version XX?

Content from issues.apache.org is not included.CAMEL-11650

Use Hibernate Validator 6.x where possible

Content from issues.apache.org is not included.CAMEL-11652

Upgrade dozer to 6.1

Content from issues.apache.org is not included.CAMEL-11653

Camel-Nagios: Switch to jsendnsca ported library

Content from issues.apache.org is not included.CAMEL-11654

Add missing CXF dependencies to parent POM

Content from issues.apache.org is not included.CAMEL-11655

Camel-Nagios: Deprecate EncryptionMethod and use Encryption Enum

Content from issues.apache.org is not included.CAMEL-11656

Support default directory sorter for FileConsumer

Content from issues.apache.org is not included.CAMEL-11657

Camel-spring-security: The Karaf feature need spring-security-config to be installed

Content from issues.apache.org is not included.CAMEL-11659

Create a ClusteredRouteController

Content from issues.apache.org is not included.CAMEL-11663

Create Karaf features for IEC 60870

Content from issues.apache.org is not included.CAMEL-11664

Split proceeds even if onPrepare throws Exception

Content from issues.apache.org is not included.CAMEL-11665

Define a saga DSL and implementation for long running actions

Content from issues.apache.org is not included.CAMEL-11666

Camel Hazelcast Queue Cosumer implementation

Content from issues.apache.org is not included.CAMEL-11667

Support Metadata component extension

Content from issues.apache.org is not included.CAMEL-11668

CompositeApiClient class in the camel-salesforces component cannot close a null InputStream

Content from issues.apache.org is not included.CAMEL-11671

camel-ahc - No way to disable url encoding

Content from issues.apache.org is not included.CAMEL-11672

Input stream infinitive loop

Content from issues.apache.org is not included.CAMEL-11674

Couchbase client is never shut down

Content from issues.apache.org is not included.CAMEL-11678

camel-dropbox - Option clientIdentifier should not be mandatory

Content from issues.apache.org is not included.CAMEL-11679

camel-dropbox - Documentation should warn about remotePath being not set

Content from issues.apache.org is not included.CAMEL-11680

Camel-dropbox should support Put not only from localPath

Content from issues.apache.org is not included.CAMEL-11681

camel-cxf - getting TypeConversionException when schema-validation-enabled=true for unwrapped response

Content from issues.apache.org is not included.CAMEL-11682

camel-kafka - Support configuration parameter sasl.jaas.config

Content from issues.apache.org is not included.CAMEL-11685

Camel-Hazelcast: Add removeAll and removeIf to queue component

Content from issues.apache.org is not included.CAMEL-11688

ensure transport endpoint configuration will be take into account when create JettyRestHttpBinding from REST DSL

Content from issues.apache.org is not included.CAMEL-11690

Done() called two times in RoutingSlip processor

Content from issues.apache.org is not included.CAMEL-11691

Should resubscribe when reconnect MQTT

Content from issues.apache.org is not included.CAMEL-11692

Set ClassLoader property on HBase configuration

Content from issues.apache.org is not included.CAMEL-11694

Camel-Hazelcast: Add more operation to queue

Content from issues.apache.org is not included.CAMEL-11695

Add security and advanced properties to the camel-grpc component

Content from issues.apache.org is not included.CAMEL-11696

Add security and advanced properties to the camel-thrift component

Content from issues.apache.org is not included.CAMEL-11697

S3 Consumer: If maxMessagesPerPoll is greater than 50 consumer fails to poll objects from bucket

Content from issues.apache.org is not included.CAMEL-11698

S3 Consumer does not close S3 Object Input Streams and this causes HTTP connection leaks

Content from issues.apache.org is not included.CAMEL-11701

Camel-AWS S3: Use AmazonS3ClientBuilder instead of different constructors

Content from issues.apache.org is not included.CAMEL-11703

Camel-AWS: Use builders instead of different constructors

Content from issues.apache.org is not included.CAMEL-11704

Camel-RabbitMQ: Allow passive queue declaration

Content from issues.apache.org is not included.CAMEL-11705

Camel-Caffeine: ExpireAfterAccess set two times instead of ExpireAfterWrite

Content from issues.apache.org is not included.CAMEL-11706

Remove duplicate type converter methods from HBaseModelConverter

Content from issues.apache.org is not included.CAMEL-11709

Camel-Milo component cannot write to newer server versions

Content from issues.apache.org is not included.CAMEL-11710

trim for fixlength only trim one direction

Content from issues.apache.org is not included.CAMEL-11711

Camel-example-spring-cloud-servicecall doesn’t work out of the box

Content from issues.apache.org is not included.CAMEL-11712

Camel-Caffeine: Add support for Removal Listener

Content from issues.apache.org is not included.CAMEL-11713

Camel-AWS S3: Support Client side Symmetric/Asymmetric Encryption

Content from issues.apache.org is not included.CAMEL-11714

Add a Kubernetes Camel-gRPC spring-boot example

Content from issues.apache.org is not included.CAMEL-11715

Camel Spring : unable to mix xml and java routes

Content from issues.apache.org is not included.CAMEL-11716

error in handling return parameters in db functions

Content from issues.apache.org is not included.CAMEL-11718

Setting camel.dataformat.json-jackson.object-mapper throws exception

Content from issues.apache.org is not included.CAMEL-11719

add a string to ChildReference converter for camel-google-drive

Content from issues.apache.org is not included.CAMEL-11720

GoogleDriveProducer should be able to honor the http.proxyPort and http.proxyHost properties from the CamelContext

Content from issues.apache.org is not included.CAMEL-11721

Camel Kafka component JSON metadata is invalid

Content from issues.apache.org is not included.CAMEL-11723

ManagedCamelContext.dumpRestsAsXml can fail if default charset is not utf-8

Content from issues.apache.org is not included.CAMEL-11724

Camel-Hdfs2: No need for initialDelay and delay as configuration properties since they are already parameters of ScheduledPollConsumer

Content from issues.apache.org is not included.CAMEL-11725

Atmosphere framework has changed initialisation API

Content from issues.apache.org is not included.CAMEL-11726

Elsql producer inconsistent behavior compare to sql component producer

Content from issues.apache.org is not included.CAMEL-11728

Camel-AWS S3: Avoid warn log message about content length

Content from issues.apache.org is not included.CAMEL-11729

camel-connector-maven-plugin : generated spring boot starters should support customizers

Content from issues.apache.org is not included.CAMEL-11730

camel-connector-maven-plugin : it should be possible to configure connector only properties

Content from issues.apache.org is not included.CAMEL-11732

Add or update READMEs to itests

Content from issues.apache.org is not included.CAMEL-11733

camel-google-bigquery : Incorrectly set partition name

Content from issues.apache.org is not included.CAMEL-11735

Camel-Chunk Karaf feature doesn’t work

Content from issues.apache.org is not included.CAMEL-11736

Camel-AWS: Use regional client instead of define region for single operation

Content from issues.apache.org is not included.CAMEL-11737

Remove deprecated code from camel-aws tests

Content from issues.apache.org is not included.CAMEL-11738

camel-jsch - Allow to load key file from classpath

Content from issues.apache.org is not included.CAMEL-11739

camel-jms - Allow to configure a list of header names to preserve despite being invalid JMS spec type

Content from issues.apache.org is not included.CAMEL-11742

File consumer - Delete orphan lock files on startup may not match a lock file when using include/antInclude filtering

Content from issues.apache.org is not included.CAMEL-11743

camel-ldap - Make it possible to use ENV when configuring DirContext

Content from issues.apache.org is not included.CAMEL-11744

Allow update of OwnerId field

Content from issues.apache.org is not included.CAMEL-11746

Deprecate Camel-Hessian

Content from issues.apache.org is not included.CAMEL-11747

Change SupervisingRouteControllerRestartTest to not use Jetty in test

Content from issues.apache.org is not included.CAMEL-11748

Camel-Undertow: transferException option doesn’t work

Content from issues.apache.org is not included.CAMEL-11749

NoTypeConversionAvailableException in wiretap

Content from issues.apache.org is not included.CAMEL-11750

Camel route with multicast (parallel) generate huge CPU load

Content from issues.apache.org is not included.CAMEL-11751

Dropbox Component - Update to APIv2

Content from issues.apache.org is not included.CAMEL-11752

camel-spring-boot : improve handling classic spring xml with spring-boot

Content from issues.apache.org is not included.CAMEL-11754

Apache Camel FTP getting Cannot retrieve file: RemoteFile error

Content from issues.apache.org is not included.CAMEL-11755

toD should ignore when dynamic uri is empty

Content from issues.apache.org is not included.CAMEL-11756

camel-spring-boot2 - Create experimental spring boot 2 component

Content from issues.apache.org is not included.CAMEL-11757

Upgrade CometD library

Content from issues.apache.org is not included.CAMEL-11759

camel-itest-karaf - CamelNagiosTest fails

Content from issues.apache.org is not included.CAMEL-11760

camel-itest-karaf - CamelServicenowTest fails

Content from issues.apache.org is not included.CAMEL-11761

Camel-Caffeine: Add support for StatsCounter in the component

Content from issues.apache.org is not included.CAMEL-11762

Add Karaf Feature for ASN.1 DataFormat

Content from issues.apache.org is not included.CAMEL-11764

connector maven plugin : generated connectors should have a schema that does not clash wit components

Content from issues.apache.org is not included.CAMEL-11765

camel-undertow - Consumer adds duplicate headers

Content from issues.apache.org is not included.CAMEL-11766

camel-kubernetes adoc file missing

Content from issues.apache.org is not included.CAMEL-11768

camel-itest-karaf - CamelDockerTest fails

Content from issues.apache.org is not included.CAMEL-11769

camel-hazelcast-starter : hazelcast customizer have been deleted

Content from issues.apache.org is not included.CAMEL-11770

spring-boot examples - Should not import camel-parent

Content from issues.apache.org is not included.CAMEL-11771

Remove commons-logging import

Content from issues.apache.org is not included.CAMEL-11772

Sjms with Artemis causes NullPointerException due to a ClassCastException

Content from issues.apache.org is not included.CAMEL-11776

Rename the twitter-search-connector

Content from issues.apache.org is not included.CAMEL-11777

Transactional hazelcast:seda component uses not transaction aware queue

Content from issues.apache.org is not included.CAMEL-11778

New camel-ldif component

Content from issues.apache.org is not included.CAMEL-11781

Support BoxUser.moveFolderToUser in camel-box

Content from issues.apache.org is not included.CAMEL-11782

Test failure in CxfEndpointBeansTest after update to CXF 3.2.0: Unresolved ref/idref to component:

Content from issues.apache.org is not included.CAMEL-11785

CompositeApiClient cannot handle null ResponseStream

Content from issues.apache.org is not included.CAMEL-11786

Component docs - Generated docs should be in proper ascii doc format

Content from issues.apache.org is not included.CAMEL-11788

Chunk may not find templates in modular class loading environments

Content from issues.apache.org is not included.CAMEL-11790

camel-headersmap : create karaf feature

Content from issues.apache.org is not included.CAMEL-11791

RabbitMQ Producer/Consumer does not recover if exchange/queue is deleted manually

Content from issues.apache.org is not included.CAMEL-11792

New ftp connection for each file transfer with tempFileName option in URI

Content from issues.apache.org is not included.CAMEL-11793

Camel-box component occasionally hangs

Content from issues.apache.org is not included.CAMEL-11794

Remove commons-codec and commons-land deps from the Consul component

Content from issues.apache.org is not included.CAMEL-11796

Add headerName option to jsonpath expression

Content from issues.apache.org is not included.CAMEL-11797

CamelMessageHistoryOutputFormat global option ignored for message history

Content from issues.apache.org is not included.CAMEL-11798

Connector API assumes flat classpath

Content from issues.apache.org is not included.CAMEL-11800

cluster service : there should be an option to leave a cluster view

Content from issues.apache.org is not included.CAMEL-11801

cluster service : use reference count to join/leave a cluster

Content from issues.apache.org is not included.CAMEL-11804

Add tests that check DESTINATION_OVERRIDE_URL

Content from issues.apache.org is not included.CAMEL-11805

Upgrade to Apache Ignite 2.x

Content from issues.apache.org is not included.CAMEL-11806

cluster service : add JMX support

Content from issues.apache.org is not included.CAMEL-11808

log4j2 2.9 upgrade causes errors in camel-salesforce and others

Content from issues.apache.org is not included.CAMEL-11811

Camel FTP fails to create intermediate directory

Content from issues.apache.org is not included.CAMEL-11812

spring-boot-starter - Unit test fail in netty

Content from issues.apache.org is not included.CAMEL-11814

camel-spring-boot - Recent change in startup behaviour can cause camel-test-spring problems

Content from issues.apache.org is not included.CAMEL-11815

cluster-service : camel-zookeeper spring boot support

Content from issues.apache.org is not included.CAMEL-11816

cluster-service : camel-consul spring boot support

Content from issues.apache.org is not included.CAMEL-11817

cluster-service : camel-atomix spring boot support should have better bean names

Content from issues.apache.org is not included.CAMEL-11819

camel-velocity - Upgrade to 2.x

Content from issues.apache.org is not included.CAMEL-11820

Upgrade optaplanner

Content from issues.apache.org is not included.CAMEL-11821

camel-xstream - tests should initialize xstream

Content from issues.apache.org is not included.CAMEL-11822

Upgade jaxb-core

Content from issues.apache.org is not included.CAMEL-11824

[example] cxf-proxy, loan-broker-cxf - port 1101/1102 is unexpectedly used

Content from issues.apache.org is not included.CAMEL-11825

[example] etl - unable to resolve dependency on karaf

Content from issues.apache.org is not included.CAMEL-11827

[example] spring-boot-servicecall - service1 returns 404 not found

Content from issues.apache.org is not included.CAMEL-11828

[example] camel context doesn’t start on some examples

Content from issues.apache.org is not included.CAMEL-11829

[example] spring-boot-health-checks - 'application' keep emitting ERRORs

Content from issues.apache.org is not included.CAMEL-11832

camel-aws - Add support for Lambda

Content from issues.apache.org is not included.CAMEL-11835

cluster service : make a JGroups based cluster service

Content from issues.apache.org is not included.CAMEL-11836

Upgrade to Jetty 9.4.x

Content from issues.apache.org is not included.CAMEL-11837

cluster-service : camel-kubernetes spring boot support

Content from issues.apache.org is not included.CAMEL-11838

camel-websocket - Static resource returns empty body

Content from issues.apache.org is not included.CAMEL-11839

camel-itest-karaf - CamelBoxTest fails

Content from issues.apache.org is not included.CAMEL-11840

camel-itest-karaf - CamelLinkedinTest fails

Content from issues.apache.org is not included.CAMEL-11841

cluster service : make a simple FileLock based service

Content from issues.apache.org is not included.CAMEL-11842

ClassNotFoundException when configuring camel-docker SSL options

Content from issues.apache.org is not included.CAMEL-11843

Unable to configure some URI options on DockerEndpoint

Content from issues.apache.org is not included.CAMEL-11844

camel-azure - Should work with Camel file component OOTB

Content from issues.apache.org is not included.CAMEL-11845

Migrate easymock and powermock to mockito

Content from issues.apache.org is not included.CAMEL-11847

cluster-service : support multiple cluster services

Content from issues.apache.org is not included.CAMEL-11848

Using MongoDB Tailable Cursor Consumer on non-capped collection results in NullPointerException (instead of proper error message)

Content from issues.apache.org is not included.CAMEL-11849

camel-crypto-cms : create karaf feature

Content from issues.apache.org is not included.CAMEL-11850

camel-hdfs2 - test fails on jdk9

Content from issues.apache.org is not included.CAMEL-11851

camel-kura : create karaf feature

Content from issues.apache.org is not included.CAMEL-11852

camel-milo : create karaf feature

Content from issues.apache.org is not included.CAMEL-11853

camel-reactor : create karaf feature

Content from issues.apache.org is not included.CAMEL-11854

camel-pubnub : create karaf feature

Content from issues.apache.org is not included.CAMEL-11855

camel-opentracing : create karaf feature

Content from issues.apache.org is not included.CAMEL-11856

camel-olingo4 : create karaf feature

Content from issues.apache.org is not included.CAMEL-11857

camel-zendesk : create karaf feature

Content from issues.apache.org is not included.CAMEL-11859

Deprecate camel-spark-rest as it does not play well in OSGi

Content from issues.apache.org is not included.CAMEL-11860

camel-oling4 - Upgrade to olingo 4.4

Content from issues.apache.org is not included.CAMEL-11862

Convert to requested type values retrieved from the repository

Content from issues.apache.org is not included.CAMEL-11863

Add camel catalog JARs to the big readme file with overview

Content from issues.apache.org is not included.CAMEL-11866

Simple Expression Language bean doesn’t throw exception when bean not found

Content from issues.apache.org is not included.CAMEL-11867

camel-bom needs <distributionManagement/>

Content from issues.apache.org is not included.CAMEL-11868

Migrate camel-elasticsearch5 java transport client to the new high level rest client

Content from issues.apache.org is not included.CAMEL-11869

Adopt mockito-core 2.11.0

Content from issues.apache.org is not included.CAMEL-11871

Stomp component should not modify the destination name

Content from issues.apache.org is not included.CAMEL-11872

Handle MIME folded and MIME encoded email headers

Content from issues.apache.org is not included.CAMEL-11873

Exclude validation-api from Salesforce component

Content from issues.apache.org is not included.CAMEL-11874

spring-boot: shrink camel-spring-boot dependencies

Content from issues.apache.org is not included.CAMEL-11875

Add support for BoxGroup.updateInfo in camel-box

Content from issues.apache.org is not included.CAMEL-11876

OsgiCamelContextPublisher might leak Service-References

Content from issues.apache.org is not included.CAMEL-11878

BlueprintCamelContext should use Filter for serviceevents

Content from issues.apache.org is not included.CAMEL-11880

Use full version of BoxGroup.createGroup in camel-box

Content from issues.apache.org is not included.CAMEL-11881

Queue/Exchange parameters need to be numeric when declaring in RabbitMQ

Content from issues.apache.org is not included.CAMEL-11882

ServiceDefinition.metadata not passed to RibbonServiceLoadBalancer

Content from issues.apache.org is not included.CAMEL-11883

New arguments to createGroup unintentionally made mandatory

Content from issues.apache.org is not included.CAMEL-11884

NPE when stopping Salesforce component that failed to start

Content from issues.apache.org is not included.CAMEL-11885

Add support for creating folder by path in camel-box

Content from issues.apache.org is not included.CAMEL-11889

Kie assumes that the TCCL can load its services

Content from issues.apache.org is not included.CAMEL-11890

camel-connector - Use JSon parser to parse the camel-connector-schema.json

Content from issues.apache.org is not included.CAMEL-11891

XML2JSON Data Format and empty requests

Content from issues.apache.org is not included.CAMEL-11892

SpringWebserviceConsumer and class cast exception

Content from issues.apache.org is not included.CAMEL-11894

camel-karaf-commands deployment failed on karaf 4.0

Content from issues.apache.org is not included.CAMEL-11895

camel-hystrix - Expose state of circuit breaker on JMX / processor

Content from issues.apache.org is not included.CAMEL-11896

camel-spring-boot - set CamelLogDebugBodyMaxChars when 0 or negative

Content from issues.apache.org is not included.CAMEL-11898

camel-spring-ws - Attachments are lost

Content from issues.apache.org is not included.CAMEL-11899

cluster-service : fire event on listener registration

Content from issues.apache.org is not included.CAMEL-11900

cluster-service : only the first event listener is notified about cluster events

Content from issues.apache.org is not included.CAMEL-11901

cluster-service : ClusterVie’s getMaster() should be renamed to getLeader() for naming consistency

Content from issues.apache.org is not included.CAMEL-11902

cluster-service : FileLockClusterView should not always return local member as leader

Content from issues.apache.org is not included.CAMEL-11903

camel-checkstyle.xml - Should say Camel instead of ActiveMQ

Content from issues.apache.org is not included.CAMEL-11906

Missing compile scope dependencies in camel-pgevent

Content from issues.apache.org is not included.CAMEL-11907

No test coverage for camel-pgevent

Content from issues.apache.org is not included.CAMEL-11908

camel-swagger-java to support OpenAPI Spec 3 and example values

Content from issues.apache.org is not included.CAMEL-11909

camel-catalog-maven - Cannot load out of the box components

Content from issues.apache.org is not included.CAMEL-11910

camel-maven-plugin - validate should not include route ids as consumer urls

Content from issues.apache.org is not included.CAMEL-11912

Camel Dropbox validator regex is too restrictive and fails for common paths

Content from issues.apache.org is not included.CAMEL-11915

Fix incorrect elasticsearch5-rest documentation and OperationTypes

Content from issues.apache.org is not included.CAMEL-11916

camel-jgroups-starter : JGroupsLockClusterServiceConfiguration lacks getter/setters

Content from issues.apache.org is not included.CAMEL-11917

camel-jgroups-starter : JGroupsLockClusterService auto configuration lacks enable flag

Content from issues.apache.org is not included.CAMEL-11918

Wrong parent version in connectors/examples/pom.xml

Content from issues.apache.org is not included.CAMEL-11919

Salesforce REST API request headers not included in update,upsert,create and query operations

Content from issues.apache.org is not included.CAMEL-11920

camel-hdfs2 not working in osgi using documented HdfsOsgiHelper

Content from issues.apache.org is not included.CAMEL-11921

Camel-Elasticsearch5-rest: Create Karaf feature

Content from issues.apache.org is not included.CAMEL-11922

Persistent tail tracking picks random tail tracker from mongoDB collection

Content from issues.apache.org is not included.CAMEL-11923

Camel-Hessian: Add Whitelisting feature

Content from issues.apache.org is not included.CAMEL-11925

Atmos component fails to load atmos.properties in a modular class loading environment

Content from issues.apache.org is not included.CAMEL-11926

close JMXConnector on shutdown of JMXConsumer in camel-jmx

Content from issues.apache.org is not included.CAMEL-11927

camel-spring-ws - Support for header transformation

Content from issues.apache.org is not included.CAMEL-11929

camel-castor - Add more configuration

Content from issues.apache.org is not included.CAMEL-1193

Interceptors for multicast

Content from issues.apache.org is not included.CAMEL-11930

CI Jenkins - use freestyle jobs to free up memory

Content from issues.apache.org is not included.CAMEL-11931

camel-jms - Add better support for Stream JMS message type

Content from issues.apache.org is not included.CAMEL-11932

For fixed length records crlf field is not honored during un-marshaling

Content from issues.apache.org is not included.CAMEL-11933

camel-kafka - Add better support for manual commits

Content from issues.apache.org is not included.CAMEL-11935

Propagate Kafka record headers to camel headers

Content from issues.apache.org is not included.CAMEL-11936

Fix syntax for Atomix component

Content from issues.apache.org is not included.CAMEL-11937

Fix syntax for iec60870 component

Content from issues.apache.org is not included.CAMEL-11942

camel-spring build failure on windows

Content from issues.apache.org is not included.CAMEL-11943

camel-kafka - use regular expression to subscribe to topics

Content from issues.apache.org is not included.CAMEL-11944

Ensure HBaseConfiguration ClassLoader is set correctly

Content from issues.apache.org is not included.CAMEL-11945

camel-spring-boot - CamelContextConfiguration afterApplicationStart should trigger later

Content from issues.apache.org is not included.CAMEL-11946

Invalid artifactId in docs for camel-json-validator

Content from issues.apache.org is not included.CAMEL-11948

NPE on DefaultMessage setBody if deprecated constructor was used

Content from issues.apache.org is not included.CAMEL-11949

Camel-Elasticsearch5-Rest: Add a Ping Operation to Producer

Content from issues.apache.org is not included.CAMEL-11950

Inconsistent jar versions with apache curator

Content from issues.apache.org is not included.CAMEL-11951

Uri matching does not match request type

Content from issues.apache.org is not included.CAMEL-11952

XSLT options not set when resource URI is http

Content from issues.apache.org is not included.CAMEL-11953

maven connector plugin: connector only properties are ignored in spring boot code generation

Content from issues.apache.org is not included.CAMEL-11954

Camel JMX name for cluster service

Content from issues.apache.org is not included.CAMEL-11955

Using @AdviceWith and testing camel-spring-boot startup CamelContext eager

Content from issues.apache.org is not included.CAMEL-11957

rest-dsl - Allow to turn off vendor extension in generated api docs

Content from issues.apache.org is not included.CAMEL-11958

rest-dsl - Disable vendor extension by default

Content from issues.apache.org is not included.CAMEL-11959

New component YQL

Content from issues.apache.org is not included.CAMEL-11960

camel-swagger-java - Generated swagger doc should use primitive types

Content from issues.apache.org is not included.CAMEL-11961

ClassCastException in HttpMessage

Content from issues.apache.org is not included.CAMEL-11962

AdviceWith weaveAddFirst using onCompletion issue

Content from issues.apache.org is not included.CAMEL-11963

camel-spring-boot - Actuator endpoints for MVC should only trigger if web application

Content from issues.apache.org is not included.CAMEL-11964

Upgrade chemistry-opencmis to 1.1.0

Content from issues.apache.org is not included.CAMEL-11965

camel BOM (and camel-hl7) lack the optional dependency to hapi-structures-v251

Content from issues.apache.org is not included.CAMEL-11967

Restlet binding should not create jaxb marshaller when binding mode is set to json

Content from issues.apache.org is not included.CAMEL-11968

Support literal values in endpoint parameters

Content from issues.apache.org is not included.CAMEL-11969

Camel-AWS: add a deleteObject operation to the S3 Producer

Content from issues.apache.org is not included.CAMEL-11970

JacksonDataFormat does not pickup custom ObjectMapper from Registry

Content from issues.apache.org is not included.CAMEL-11971

sftp - Add support for useList option to allow consumer to download single file without list operation

Content from issues.apache.org is not included.CAMEL-11972

Upgrade to Kafka 1.0.0

Content from issues.apache.org is not included.CAMEL-11975

camel-connector - Allow to set before/after consumer/producer processors per endpoint

Content from issues.apache.org is not included.CAMEL-11976

Align pdfbox versions to 2.0.6

Content from issues.apache.org is not included.CAMEL-11977

MongoDB Tailable cursor consumer fails to stop on shutdown

Content from issues.apache.org is not included.CAMEL-11978

camel-swagger-java - Include 200 status response as default in generated api-doc

Content from issues.apache.org is not included.CAMEL-11979

camel-undertow - swagger api should match on uri prefix

Content from issues.apache.org is not included.CAMEL-11980

PushTopic client doesn’t clear refresh token after a long disconnected period

Content from issues.apache.org is not included.CAMEL-11981

Camel-AWS: Add a component verifier for AWS S3 and eventually use it for all the other components in Camel-AWS

Content from issues.apache.org is not included.CAMEL-11982

camel-jackson - Allow to configure timezone

Content from issues.apache.org is not included.CAMEL-11983

XsltAggregationStrategy thread safety during initialization

Content from issues.apache.org is not included.CAMEL-11984

AggregationStrategy - Let EIPs support lifecycle of custom aggregation strategy to allow custom start/stop logic

Content from issues.apache.org is not included.CAMEL-11985

Add ExtendedStartupListener

Content from issues.apache.org is not included.CAMEL-11986

HTTP4 Producer for TLS schemes transforms endpoint URI to http4s

Content from issues.apache.org is not included.CAMEL-11987

Camel-SalesForce DTO Issue while using camel-salesforce-maven

Content from issues.apache.org is not included.CAMEL-11988

camel-jetty - Problem with latest Spring Boot 1.5.8

Content from issues.apache.org is not included.CAMEL-11989

camel-paho - Allow to specify topic via header

Content from issues.apache.org is not included.CAMEL-11991

camel-swagger-java - Allow to specify type as date format

Content from issues.apache.org is not included.CAMEL-11992

connectors : alias scheme is not used by the connector component

Content from issues.apache.org is not included.CAMEL-11993

Upgrade to CXF 3.2.1

Content from issues.apache.org is not included.CAMEL-11995

Support Composite API

Content from issues.apache.org is not included.CAMEL-11996

RabbitConsumer could hang when RabbitMQ connection is lost and autoAck=false.

Content from issues.apache.org is not included.CAMEL-11997

camel-archetype-component - Should generate DefaultComponent

Content from issues.apache.org is not included.CAMEL-11999

Cannot create queue/message for Azure

Content from issues.apache.org is not included.CAMEL-12001

Cannot create a component based on the SqlComponent

Content from issues.apache.org is not included.CAMEL-12004

Add LOG.isDebugEnabled() guard for LOG.debug()

Content from issues.apache.org is not included.CAMEL-12005

Add websocket support to camel-undertow

Content from issues.apache.org is not included.CAMEL-12007

camel-catalog-maven - Add stop method to cleanup connections

Content from issues.apache.org is not included.CAMEL-12008

Add type converter from byte array to java.io.Reader

Content from issues.apache.org is not included.CAMEL-12009

Bindy - Missing Headers from OneToMany Field

Content from issues.apache.org is not included.CAMEL-12010

Mock endpoint - Should reset StreamCache when evaluating expecations

Content from issues.apache.org is not included.CAMEL-12011

Abstract Restlet server creation

Content from issues.apache.org is not included.CAMEL-12012

Camel-AWS: Add component verifiers like S3 for all the AWS components

Content from issues.apache.org is not included.CAMEL-12014

RabbitMQ redelivered flag tag.

Content from issues.apache.org is not included.CAMEL-12015

dead link in webpage Content from camel.apache.org is not included.http://camel.apache.org/log.html

Content from issues.apache.org is not included.CAMEL-12016

Invalid Pool Exhausted error on camel-netty4

Content from issues.apache.org is not included.CAMEL-12017

Google PubSub and BigQuery components miss dependency declarations

Content from issues.apache.org is not included.CAMEL-12018

camel-shiro - Upgrade to 1.4.0

Content from issues.apache.org is not included.CAMEL-12019

camel-kafka - Add option max.poll.interval.ms

Content from issues.apache.org is not included.CAMEL-1202

MinaExchange should override newInstance()

Content from issues.apache.org is not included.CAMEL-12020

Add dedicated polling consumer for file/ftp components

Content from issues.apache.org is not included.CAMEL-12021

ProducerTemplate.requestBody with responseType throw a InvalidPayloadException instead of original exception (wrapped in a CamelExecutionException)

Content from issues.apache.org is not included.CAMEL-12022

direct component - Let the producer able to block and wait for consumers to be started

Content from issues.apache.org is not included.CAMEL-12024

Camel-CassandraQL: Add ErrorAwarePolicy to the Load Balancing Policies set

Content from issues.apache.org is not included.CAMEL-12025

Possible Intermittent failures in ReactorStreamsServiceTest

Content from issues.apache.org is not included.CAMEL-12026

ensure camel bundle with spring configuration works in OSGi with aries-blueprint-spring bridge

Content from issues.apache.org is not included.CAMEL-12027

camel-asn1 - removal of import org.openmuc.jasn1.ber.BerByteArrayOutputStream from encode method’s param and upgrade jasn1

Content from issues.apache.org is not included.CAMEL-12028

Flink requires internals to be visible by TCCL

Content from issues.apache.org is not included.CAMEL-12029

CoAP component should handle method not allowed

Content from issues.apache.org is not included.CAMEL-12030

Enhance CoAP producer to set a response code header

Content from issues.apache.org is not included.CAMEL-12031

KafkaConsumer stops consuming messages when exception occurs during offset commit

Content from issues.apache.org is not included.CAMEL-12032

camel-json-validator - Switch to a different validator

Content from issues.apache.org is not included.CAMEL-12034

camel-elasticsearch5 - Search Operation: If Map or String is used in Message Body, \"size\" and \"from\" parameters are always ignored

Content from issues.apache.org is not included.CAMEL-12036

camel-olingo4 support json strings as payload

Content from issues.apache.org is not included.CAMEL-12037

File idempotent repository is always initialized with default 1000 cache size

Content from issues.apache.org is not included.CAMEL-12038

rest-dsl - Allow to turn off vendor extension…​ NPE

Content from issues.apache.org is not included.CAMEL-12039

camel-itest - Errors in some test about xslt 1.0 mode

Content from issues.apache.org is not included.CAMEL-12040

camel-example-cdi-rest-servlet - Test error due jetty JAR problem

Content from issues.apache.org is not included.CAMEL-12043

Refactor Salesforce Maven plugin

Content from issues.apache.org is not included.CAMEL-12044

[quartz2] Duplicate initializaiton of Quartz component

Content from issues.apache.org is not included.CAMEL-12046

camel-catalog - Add to plugin custom JSonSchemaResolver

Content from issues.apache.org is not included.CAMEL-12047

Allow to resolve JSonSchemaResolver from registry

Content from issues.apache.org is not included.CAMEL-12049

Camel-AWS: Add update function operation to AWS lambda component

Content from issues.apache.org is not included.CAMEL-12050

Camel Rest DSL returns 404 instead of 405, when http method is not supported

Content from issues.apache.org is not included.CAMEL-12051

Camel-Jsch: Allow to pass the privateKey as byte[] and not only via file

Content from issues.apache.org is not included.CAMEL-12053

Camel-AWS: add a component for Amazon MQ service

Content from issues.apache.org is not included.CAMEL-12054

Camel-AWS Xray: Create the related Karaf feature

Content from issues.apache.org is not included.CAMEL-12055

Allow Jt400PgmProducer to call IBM i service programs

Content from issues.apache.org is not included.CAMEL-12056

Add NotifyBuilder.destroy() method

Content from issues.apache.org is not included.CAMEL-12057

camel-olingo2 - Missing encoding for query params

Content from issues.apache.org is not included.CAMEL-12058

Wrong order in file idempotent store.

Content from issues.apache.org is not included.CAMEL-12059

Remove redundant null checks from instanceof checks

Content from issues.apache.org is not included.CAMEL-12061

SFTP exception-handling more problemtatic than documented

Content from issues.apache.org is not included.CAMEL-12062

Jaxb component does not communicate charset when explicitly set

Content from issues.apache.org is not included.CAMEL-12064

Create a camel-example-olingo4-blueprint example

Content from issues.apache.org is not included.CAMEL-12065

[Camel-consul] firstIndex cannot be set if it is out of Long range

Content from issues.apache.org is not included.CAMEL-12066

[XChange] Add initial support for crypto currencies

Content from issues.apache.org is not included.CAMEL-12068

Camel Undertow support for http2

Content from issues.apache.org is not included.CAMEL-12069

ActiveMQ/JMS component: transferExchange option does not transfer exchange properties anymore

Content from issues.apache.org is not included.CAMEL-12071

aws-sqs queue creation does not support FIFO queues

Content from issues.apache.org is not included.CAMEL-12074

Let okStatusCodeRange support multiple ranges

Content from issues.apache.org is not included.CAMEL-12075

Piling up of threads in iterating splitter in pararllel processing

Content from issues.apache.org is not included.CAMEL-12076

Camel Kafka producer: Specified topic is ignored (\"No topic key set\" error) when KafkaConfiguration is used

Content from issues.apache.org is not included.CAMEL-12079

Bean language: support bean::function notation

Content from issues.apache.org is not included.CAMEL-12080

Allow creating csv content without last eol

Content from issues.apache.org is not included.CAMEL-12082

Camel route commands should set the TCCL when working with local camel context

Content from issues.apache.org is not included.CAMEL-12083

Some camel karaf features errors

Content from issues.apache.org is not included.CAMEL-12084

Test encoding for query params in camel-olingo4

Content from issues.apache.org is not included.CAMEL-12085

Don’t mandate header case for custom Salesforce HTTP haders

Content from issues.apache.org is not included.CAMEL-12086

Service call definition - Simple language expresion in uri is not being evaluated

Content from issues.apache.org is not included.CAMEL-12087

camel-core: WARN No CamelContext defined yet so cannot inject into bean

Content from issues.apache.org is not included.CAMEL-12088

camel-zipkin - Karaf feature dont work with new upgrade

Content from issues.apache.org is not included.CAMEL-12089

Camel-AWS: Kinesis consumer starts consuming data from the beginning even though the shard is in Closed state

Content from issues.apache.org is not included.CAMEL-12090

camel-kafka - Better error if brokers not configured

Content from issues.apache.org is not included.CAMEL-12094

fileExist=Move and tempFileName does not work together.

Content from issues.apache.org is not included.CAMEL-12095

Camel-Xstream doesn’t work in Karaf

Content from issues.apache.org is not included.CAMEL-12096

RestConfiguration hostNameResolver property naming mismatch

Content from issues.apache.org is not included.CAMEL-12097

Combination of path param and query param does not work

Content from issues.apache.org is not included.CAMEL-12098

URISyntaxException in OpenTracingTracer for endpoints with path parameters

Content from issues.apache.org is not included.CAMEL-12099

Update camel-thrift to libthrift 0.11.0

Content from issues.apache.org is not included.CAMEL-12103

Camel unable to shutdown gracefully because Netty4 consumer keep receiving and adding inflight exchanges

Content from issues.apache.org is not included.CAMEL-12104

Unintuitive default cxf timeout behavior

Content from issues.apache.org is not included.CAMEL-12105

Add Additional TypeConverters to camel-hl7

Content from issues.apache.org is not included.CAMEL-12106

Update camel-mllp with enhancements from fork

Content from issues.apache.org is not included.CAMEL-12108

StreamCache file is removed before wireTap ends in a splitter wireTap combination route

Content from issues.apache.org is not included.CAMEL-12110

KafkaConsumer swallows exceptions from org.apache.kafka.clients.consumer.KafkaConsumer constructor

Content from issues.apache.org is not included.CAMEL-12111

Reconnect doesn’t work if camel is started with rabbit broker initially inaccessible and automaticRecoveryEnabled=true or not set

Content from issues.apache.org is not included.CAMEL-12112

Camel processing single file twice in 'file' endpoint

Content from issues.apache.org is not included.CAMEL-12113

Camel healthcheck spring-boot actuators don’t honor \"endpoints.*.enabled\" property

Content from issues.apache.org is not included.CAMEL-12115

Camel-Consul: Upgrade to 1.0.0 consul client

Content from issues.apache.org is not included.CAMEL-12118

DynamoDB: Execute query using secondary indexes

Content from issues.apache.org is not included.CAMEL-12120

ErrorHandler is closed after failure in RoutingSlip

Content from issues.apache.org is not included.CAMEL-12122

S3: Add createDownloadLink functionality

Content from issues.apache.org is not included.CAMEL-12123

camel-salesforce - Http proxy support uses two inconsistent methods and is broken

Content from issues.apache.org is not included.CAMEL-12124

Allow to configure cacheSize on dynamic router and routing slip EIP annotations

Content from issues.apache.org is not included.CAMEL-12125

Add keepOpen to the ThrottlingExceptionRoutePolicy circuit breaker

Content from issues.apache.org is not included.CAMEL-12126

camel-ftp - Add support for restarting downloads

Content from issues.apache.org is not included.CAMEL-12127

camel-ftp - Add option to turn on logging of transfer activity

Content from issues.apache.org is not included.CAMEL-12129

Broken integration test RabbitMQSupendResumeIntTest

Content from issues.apache.org is not included.CAMEL-12130

Upgrade braintree SDK to v2.74.0

Content from issues.apache.org is not included.CAMEL-12131

CacheProducer should not put services in Camel context, that are not singletons and are not ServicePoolAware

Content from issues.apache.org is not included.CAMEL-12134

spring-boot: two camel contexts created when using xml configuration

Content from issues.apache.org is not included.CAMEL-12135

Camel-AWS S3: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12136

camel-saxon - dump namespaces may cause a ClassCastException

Content from issues.apache.org is not included.CAMEL-12137

Add Support for Braintree Auth

Content from issues.apache.org is not included.CAMEL-12139

Camel-AWS SQS: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12142

Tests failed because of incorrect mongodb host

Content from issues.apache.org is not included.CAMEL-12143

Camel-AWS SES: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12144

Camel-AWS SNS: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12145

Camel-AWS SWF: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12146

Camel-AWS Lambda: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12147

Camel-AWS MQ: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12148

File idempotent store - The 1st-level LRUCache should only be a means of quick lookup

Content from issues.apache.org is not included.CAMEL-12149

Failed to invoke camel cxfrs client due to Content-Type header couldn’t be retrieved and passed

Content from issues.apache.org is not included.CAMEL-12150

Camel-AWS EC2: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12151

Camel-AWS CW: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12152

Camel-AWS DDB: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12153

Upgrade to OpenTracing Java API 0.31

Content from issues.apache.org is not included.CAMEL-12154

Camel does not set Saxon parameters in a XQuery 3.0 compatible way

Content from issues.apache.org is not included.CAMEL-12156

Camel Karaf route commands - Should have camel context as required

Content from issues.apache.org is not included.CAMEL-12157

Camel-Websocket Karaf feature installs bundles with different version of Jetty (9.4 and 9.3)

Content from issues.apache.org is not included.CAMEL-12158

Camel-AWS DdbStream: Use a configuration for the options like the other AWS components

Content from issues.apache.org is not included.CAMEL-12159

Camel-AWS Kinesis: Use a configuration for the options like the other AWS components

Content from issues.apache.org is not included.CAMEL-12160

Camel-AWS Kinesis Firehose: Use a configuration for the options like the other AWS components

Content from issues.apache.org is not included.CAMEL-12161

Camel-AWS DdbStream: Expose options to avoid a required client in the registry

Content from issues.apache.org is not included.CAMEL-12164

Camel-AWS Kinesis: Expose options to avoid a required client in the registry

Content from issues.apache.org is not included.CAMEL-12165

camel-jaxb - Allow to configure severity level on schema validation

Content from issues.apache.org is not included.CAMEL-12171

Camel-AWS DDB Stream: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12172

Camel-AWS Kinesis: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12173

Camel-AWS Kinesis Firehose: Add the ability to specify credentials and region at component level

Content from issues.apache.org is not included.CAMEL-12175

Camel-AWS Kinesis Firehose: Expose options to avoid a required client in the registry

Content from issues.apache.org is not included.CAMEL-12176

Camel-Dropbox /search and /get are not working

Content from issues.apache.org is not included.CAMEL-12177

Dns Routing Policy to start/stop routes based on dns changes.

Content from issues.apache.org is not included.CAMEL-12178

Add getMessage and setMessage methods to the Exchange interface

Content from issues.apache.org is not included.CAMEL-12180

camel-braintree - Downgrade to version without org.json

Content from issues.apache.org is not included.CAMEL-12181

XML Signature: '#' missing in ObjectReference attribute of XADES element DataObjectFormat

Content from issues.apache.org is not included.CAMEL-12182

Connection should be reset in the event of an acknowledgement timeout

Content from issues.apache.org is not included.CAMEL-12183

Add support for Wordpress REST API

Content from issues.apache.org is not included.CAMEL-12184

EventNotifierSupport does not receive ExchangeSentEvents anymore

Content from issues.apache.org is not included.CAMEL-12185

mongodb - Add option outputType=DBCursor for aggregate operation

Content from issues.apache.org is not included.CAMEL-12186

Camel-AWS S3: Support KMS in S3 Producer related operations

Content from issues.apache.org is not included.CAMEL-12187

Camel-AWS DDBStream: Add a ComponentVerifier

Content from issues.apache.org is not included.CAMEL-12188

Camel-AWS Kinesis: Add a ComponentVerifier

Content from issues.apache.org is not included.CAMEL-12189

Camel-AWS Kinesis Firehose: Add a ComponentVerifier

Content from issues.apache.org is not included.CAMEL-12190

Camel-AWS S3: Add a parameter to specify chunkedEncodingDisabled option

Content from issues.apache.org is not included.CAMEL-12192

BindyCsvDataFormat does not support skip fields

Content from issues.apache.org is not included.CAMEL-12193

ThrowException DSL should support no-arg constructors

Content from issues.apache.org is not included.CAMEL-12194

Camel-AWS MQ: Add a reboot broker operation

Content from issues.apache.org is not included.CAMEL-12196

Mock endpoint - message().body().matches().simple - Does not work

Content from issues.apache.org is not included.CAMEL-12197

Automatic discovery of LogListener and UuidGenerator

Content from issues.apache.org is not included.CAMEL-12198

Make camel-pgevent work in modular class loading environments

Content from issues.apache.org is not included.CAMEL-12200

camel-mllp - Fix IndexOutOfBounds exception when generating acknowledgment

Content from issues.apache.org is not included.CAMEL-12204

camel-lra - Be JAX-RS 2.0 compatible

Content from issues.apache.org is not included.CAMEL-12205

Camel-AWS S3: Add parameters to specify S3ClientOptions

Content from issues.apache.org is not included.CAMEL-12206

createDoRemove in MongoDbProducer should expect org.bson.conversions.Bson instead of org.bson.Document

Content from issues.apache.org is not included.CAMEL-12208

CAMEL-AWS Mq: Add UpdateBroker operation

Content from issues.apache.org is not included.CAMEL-12209

StringHelperTest.testHumanReadableBytes() is not repeatable

Content from issues.apache.org is not included.CAMEL-12210

End of HL7 Message not always detected correctly

Content from issues.apache.org is not included.CAMEL-12212

sql-stored: support INOUT parameters

Content from issues.apache.org is not included.CAMEL-12215

Add lenient-bind option for MLLP Consumers

Content from issues.apache.org is not included.CAMEL-12218

Make bridgeErrorHandler optional

Content from issues.apache.org is not included.CAMEL-12221

Let’s create a camel-fhir component

Content from issues.apache.org is not included.CAMEL-12222

ResrSwaggerServlet removes last part of context root

Content from issues.apache.org is not included.CAMEL-12223

camel-json-validator: Documentation and comments in code incorrectly mentions everit

Content from issues.apache.org is not included.CAMEL-12224

Camel-Elasticsearch5-rest: deprecate camel-elasticsearch5 in favor of this component, rename it and upgrade it to support ES 6.x

Content from issues.apache.org is not included.CAMEL-12226

Change HAPI version from 2.2 to 2.3

Content from issues.apache.org is not included.CAMEL-12227

camel-ahc - Upgrade to 2.3.0 version

Content from issues.apache.org is not included.CAMEL-12228

Print command fails in case of multiple copies

Content from issues.apache.org is not included.CAMEL-12230

Camel-Ribbon: add a Karaf feature

Content from issues.apache.org is not included.CAMEL-12231

Camel-Amqp: Use Netty 4.1.x since Qpid-jms-client now use that version

Content from issues.apache.org is not included.CAMEL-12233

spring-boot: add threadNamePattern property

Content from issues.apache.org is not included.CAMEL-12234

Camel-AWS: Since we are using builders, we need to remove the AWS endpoint options on the components that are using them

Content from issues.apache.org is not included.CAMEL-12235

Add Timestamp to Message header from ConsumerRecord in the camel-kafka component

Content from issues.apache.org is not included.CAMEL-12236

Camel-AWS SWF: Region is not set during client creation

Content from issues.apache.org is not included.CAMEL-12237

Camel-AWS: Create a KMS component

Content from issues.apache.org is not included.CAMEL-12239

Camel-Kubernetes: Renamed Openshift component with the openshift prefix

Content from issues.apache.org is not included.CAMEL-12240

Create a real tests with Apache Qpid Broker-J

Content from issues.apache.org is not included.CAMEL-12242

camel-wordpres feature

Content from issues.apache.org is not included.CAMEL-12244

RemoteFileProducer stopped instead of being released to the pool when \"interceptSendToEndpoint\" is used

Content from issues.apache.org is not included.CAMEL-12246

New AsciiDoc documentation has many broken links

Content from issues.apache.org is not included.CAMEL-12247

camel-undertow not compatible with ahc-version 2.3.0

Content from issues.apache.org is not included.CAMEL-12248

Camel-Milo: Upgrade Milo to version 0.2.0

Content from issues.apache.org is not included.CAMEL-12249

Camel-JMS: transferExchange - send ExchangeProperties can not be accessed before first endpoint in route

Content from issues.apache.org is not included.CAMEL-1225

Duplicate type converter toString(Source) in two classes in camel-core

Content from issues.apache.org is not included.CAMEL-12251

Do not hide (so much) blueprint.container.ComponentDefinitionException

Content from issues.apache.org is not included.CAMEL-12253

Add restart action to controlbus

Content from issues.apache.org is not included.CAMEL-12254

Add restart operation to route JMX mbean

Content from issues.apache.org is not included.CAMEL-12255

camel-swagger-java - Body parameter fails to output type

Content from issues.apache.org is not included.CAMEL-12256

AWS S3 Consumer does not return custom headers in S3 Headers

Content from issues.apache.org is not included.CAMEL-12258

use configured readTimeout for initial message

Content from issues.apache.org is not included.CAMEL-12260

Default value for String field results in null for CSV / Bindy

Content from issues.apache.org is not included.CAMEL-12261

Camel-AWS KMS: Add a scheduleKeyDeletion operation

Content from issues.apache.org is not included.CAMEL-12265

Reduce logging caused by load balancer probes

Content from issues.apache.org is not included.CAMEL-12266

camel-restdsl-swagger-plugin - Make it possible to chose XML generation

Content from issues.apache.org is not included.CAMEL-12267

Make CometD transport properties configurable

Content from issues.apache.org is not included.CAMEL-12268

Camel-AWS: Lets call shutdown on the clients while stopping endpoints

Content from issues.apache.org is not included.CAMEL-12269

Bindy - Support regex expression as separator

Content from issues.apache.org is not included.CAMEL-12270

camel-http4 - Make it easier to configure connection timeout

Content from issues.apache.org is not included.CAMEL-12272

PgEventEndpoint should handle wrapped connections

Content from issues.apache.org is not included.CAMEL-12273

In component doc, tables are sometimes generated without body rows

Content from issues.apache.org is not included.CAMEL-12275

Extend the AWS S3 integration to support the usage of IAM credentials

Content from issues.apache.org is not included.CAMEL-12276

Stop requiring scribe transport for zipkin

Content from issues.apache.org is not included.CAMEL-12278

camel-jsonpath - Should allow to load jackson adapter in OSGi

Content from issues.apache.org is not included.CAMEL-12279

convertBodyTo w/Charset removes existing Charset from Exchange

Content from issues.apache.org is not included.CAMEL-12280

Camel AWS S3: Add other fields in the exchange returned from the consumer

Content from issues.apache.org is not included.CAMEL-12282

rest-dsl - Inlined route has route id wrongly assigned

Content from issues.apache.org is not included.CAMEL-12283

camel-restdsl-swagger-plugin - Allow to filter operations

Content from issues.apache.org is not included.CAMEL-12284

camel-beanio - Set encoding option does not work

Content from issues.apache.org is not included.CAMEL-12286

Milo client broken

Content from issues.apache.org is not included.CAMEL-12287

Allow overriding the server reported endpoint

Content from issues.apache.org is not included.CAMEL-12289

URISyntaxException in AbstractSpanDecorator

Content from issues.apache.org is not included.CAMEL-12291

Blueprint error: \"name is already instanciated as null and cannot be removed\"

Content from issues.apache.org is not included.CAMEL-12292

SnsProducer/SqsProducer setting MessageAttributes with empty values which causes errors

Content from issues.apache.org is not included.CAMEL-12293

Avoid KeyAlreadyExistsException in ManagedTypeConverterRegistry.listTypeConverters()

Content from issues.apache.org is not included.CAMEL-12295

Add an option to Jms Endpoints so that they format JMS date properties according to the ISO 8601 standard

Content from issues.apache.org is not included.CAMEL-12296

Aggregator - Add option to complete all groups on new correlation id

Content from issues.apache.org is not included.CAMEL-12297

Miscellaneous fixes to AsciiDoc format and layout

Content from issues.apache.org is not included.CAMEL-12298

camel-aws - Unit test failure

Content from issues.apache.org is not included.CAMEL-12299

Upgrade to jcloud 2.1.x

Content from issues.apache.org is not included.CAMEL-12300

camel-example - AMQP blueprint fails test

Content from issues.apache.org is not included.CAMEL-12301

camel-itest-spring-boot - CamelOpenTracing fails

Content from issues.apache.org is not included.CAMEL-12302

camel-mongodb : Support for bulk writes operation

Content from issues.apache.org is not included.CAMEL-12303

Make building camel-spring and camel-blueprint work for XSD generation more cleanly

Content from issues.apache.org is not included.CAMEL-12304

camel-spring-sources - Misses some source files

Content from issues.apache.org is not included.CAMEL-12305

IntrospectionSupport - Reduce DEBUG logging level

Content from issues.apache.org is not included.CAMEL-12306

String → Enum type conversion no longer work if Jackson converter is enabled

Content from issues.apache.org is not included.CAMEL-12308

Upgrade to CXF 3.2.2

Content from issues.apache.org is not included.CAMEL-12309

SpEL expression should be able to reference beans in non-Spring application context

Content from issues.apache.org is not included.CAMEL-12310

Update maven-bundle-plugin

Content from issues.apache.org is not included.CAMEL-12311

Update Braintree SDK to 2.77.0

Content from issues.apache.org is not included.CAMEL-12312

camel-undertow - Add examples to doc about using websocket

Content from issues.apache.org is not included.CAMEL-12313

camel-maven-plugin - Add docs about run goal options

Content from issues.apache.org is not included.CAMEL-12314

advice with - Log route before vs after advice on startup

Content from issues.apache.org is not included.CAMEL-12315

camel-mllp - AutoAcknowledgement issues

Content from issues.apache.org is not included.CAMEL-12316

mongodb : Add allowDiskUse option to aggregate operation

Content from issues.apache.org is not included.CAMEL-12320

camel-restlet - Should match better on uri pattern and return 404 for invalid urls

Content from issues.apache.org is not included.CAMEL-12321

camel-bindy - Allow to configure unmarshal to always return a list type

Content from issues.apache.org is not included.CAMEL-12324

Issue:Camel rabbitmq publishes message to consumer exchange instead of publisher exchange

Content from issues.apache.org is not included.CAMEL-12325

lastConnectionActivityTicks is not getting updated by MllpTcpClientProducer

Content from issues.apache.org is not included.CAMEL-12326

Improve CamelCxfClientImpl a bit ensure it can handle camel side usecase

Content from issues.apache.org is not included.CAMEL-12328

Headers getting lost after calling kubernetes-services API

Content from issues.apache.org is not included.CAMEL-12329

camel-rabbitmq - Use another header for exchange override header in producer

Content from issues.apache.org is not included.CAMEL-12356

Claim Check EPI: ManagedManagementStrategy: Can not register service: ClaimCheck[*] as Service MBean

Content from issues.apache.org is not included.CAMEL-12357

Unexpected change in JSON formatting due to CAMEL-11970

Content from issues.apache.org is not included.CAMEL-12364

ensure a SOAP 1.2 enabled camel-cxf consumer endpoint can handle SOAP 1.1 request correctly

Content from issues.apache.org is not included.CAMEL-12370

Camel-SFTP: errors in SSH routes after changes in read-lock

Content from issues.apache.org is not included.CAMEL-12379

Shutdown only AWS clients owned by the context

Content from issues.apache.org is not included.CAMEL-12407

camel-olingo4-api should explicitly depend on commons-io

Content from issues.apache.org is not included.CAMEL-12410

No type converter from java.lang.String to java.math.BigInteger required for firstIndex

Content from issues.apache.org is not included.CAMEL-12412

camel-jclouds - Fallback type converter is wrong

Content from issues.apache.org is not included.CAMEL-12418

camel-consul - High CPU load on events watching

Content from issues.apache.org is not included.CAMEL-12427

camel-netty4 - Add SPI to plugin custom correlation state for request/reply in producer

Content from issues.apache.org is not included.CAMEL-12435

camel-netty4 - Shared connection pool should re-create connection if its no longer valid

Content from issues.apache.org is not included.CAMEL-12438

camel-netty4 - Add timeout support for SPI correlation manager

Content from issues.apache.org is not included.CAMEL-12439

FailedToCreateRouteException should mask sensitive information in uris

Content from issues.apache.org is not included.CAMEL-12441

MulticastProcessor doProcessParallel blocks indefinitly if exception occurs in it.next()

Content from issues.apache.org is not included.CAMEL-12444

XML Validator - Improve DTD handling

Content from issues.apache.org is not included.CAMEL-12445

spring-boot-rest-swagger example does not compile due to missing servlet-api dependendency

Content from issues.apache.org is not included.CAMEL-12446

Splitter - Make it easier to turn off propgate exception

Content from issues.apache.org is not included.CAMEL-12448

camel-consul - service health state calculated from all services with same name

Content from issues.apache.org is not included.CAMEL-12457

file consumer - Should not use readlock by default

Content from issues.apache.org is not included.CAMEL-12458

camel-twitter - Should support extended mode by default

Content from issues.apache.org is not included.CAMEL-12465

Don’t carry soapAction forward if operationName is specified explicitly for the CxfProducer

Content from issues.apache.org is not included.CAMEL-3142

JpaPollingConsumer - So you can more easily work with pollEnrich

Content from issues.apache.org is not included.CAMEL-3289

Camel fails to start if no DNS resolution for hostname is available

Content from issues.apache.org is not included.CAMEL-3759

After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements

Content from issues.apache.org is not included.CAMEL-5252

Simple language - Improved OGNL invocation with simple expression as functions for parameters

Content from issues.apache.org is not included.CAMEL-5271

camel-snmp should provide a Producer for sending TRAPS/INFORMS

Content from issues.apache.org is not included.CAMEL-5356

CXF endpoint doesn’t play nice with doTry/doCatch

Content from issues.apache.org is not included.CAMEL-5585

RedeliverErrorHandler - Should quicker reject running scheduled redeliver tasks if shutting down and not allowed to do redeliver

Content from issues.apache.org is not included.CAMEL-5690

Using bean component with beans that implement Service from Camel should have the lifecycle callbacks invoked

Content from issues.apache.org is not included.CAMEL-5716

Validator - schema from memory/property

Content from issues.apache.org is not included.CAMEL-5723

camel-jaxb: partClass and partNamespace dynamically set by header

Content from issues.apache.org is not included.CAMEL-6132

camel-test-karaf - To allow end users more easily do Camel and Karaf integration test

Content from issues.apache.org is not included.CAMEL-6163

camel-bindy - Enable add custom data type converter.

Content from issues.apache.org is not included.CAMEL-6256

Camel xmpp dynamic router is not sending incoming messages to openfire upon first failed groupchatroom join

Content from issues.apache.org is not included.CAMEL-6289

camel-example-loan-broker - The broker example should use broker.xml file to setup broker

Content from issues.apache.org is not included.CAMEL-6399

hazelcast - route policy for having one route being master, and others as slaves

Content from issues.apache.org is not included.CAMEL-6439

camel-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-6443

camel-quickfix - Engine that could not start (e.g. because of store creation problems) is still stored in the engiens map, thus making futher starts problematic

Content from issues.apache.org is not included.CAMEL-6616

On SMPP producer start if SMSC returns a negative bind response producer will get stuck in an infinite reconnect loop

Content from issues.apache.org is not included.CAMEL-6707

Asynchronous Mode In camel-servlet, Servlet 3.0 AsyncContext

Content from issues.apache.org is not included.CAMEL-6720

SoapJaxbDataFormat not handling correctly SOAP action with request wrapper element

Content from issues.apache.org is not included.CAMEL-7132

QuartzComponent with custom Scheduler and multiple contexts requires JMX to be enabled

Content from issues.apache.org is not included.CAMEL-7174

CacheManager should only be shutdown when last endpoint is stopped

Content from issues.apache.org is not included.CAMEL-7443

Remote Print URI changed to UNC Name

Content from issues.apache.org is not included.CAMEL-7519

camel-bindy - CSV unbinding does not escape embedded quote character

Content from issues.apache.org is not included.CAMEL-7536

camel mail: content-transfer-encoding configurable

Content from issues.apache.org is not included.CAMEL-7621

camel-bindy - Two new properties to StringFormat through DataField: toUppercase and mapToASCII

Content from issues.apache.org is not included.CAMEL-7660

Add support for expression on tokenizeXml

Content from issues.apache.org is not included.CAMEL-7672

camel-stomp - Add support for reply-to header

Content from issues.apache.org is not included.CAMEL-7809

Quartz PollConsumerScheduler in a cluster tries to create duplicate triggers, fails

Content from issues.apache.org is not included.CAMEL-7831

create a java8 only demo showing how to use lambda expressions for Predicate / Expression inside the Java DSL (using Message as a typesafe parameter)

Content from issues.apache.org is not included.CAMEL-7832

create a java 8 demo of RX to show typesafe filtering and transforming of messages

Content from issues.apache.org is not included.CAMEL-7853

Implement AggregationRepository based on Infinispan data grid

Content from issues.apache.org is not included.CAMEL-7862

Allow empty csv files in the Camel Bindy unmarshalling process

Content from issues.apache.org is not included.CAMEL-7884

camel-netty4-http does not work for HTTP POST requests on routingSlip

Content from issues.apache.org is not included.CAMEL-7933

Camel-apns should create https connections using SSLContextParameters

Content from issues.apache.org is not included.CAMEL-8010

Race condition in AggregatorProcessor recovery sometimes causes duplicates (still)

Content from issues.apache.org is not included.CAMEL-8072

Netty Http Server should close the channel once it return an error message

Content from issues.apache.org is not included.CAMEL-8108

Type converters should not check for null values

Content from issues.apache.org is not included.CAMEL-8162

camel-spring-ws removes WSHandlerResult.

Content from issues.apache.org is not included.CAMEL-8219

camel-smpp - use jsmpp version 2.2.x or later

Content from issues.apache.org is not included.CAMEL-8282

osgi test - Use correct version of ActiveMQ

Content from issues.apache.org is not included.CAMEL-8287

Schematron component does not work with includes in schematron

Content from issues.apache.org is not included.CAMEL-8351

Spring-ws consumer ignores breadcrumbId http header

Content from issues.apache.org is not included.CAMEL-8396

Update Salesforce component to support new REST APIs in Salesforce API V33.0

Content from issues.apache.org is not included.CAMEL-8418

Add documentation to camel-atmos component

Content from issues.apache.org is not included.CAMEL-8419

Camel StreamCache does not work with CXF consumer for InOut messages

Content from issues.apache.org is not included.CAMEL-8598

Set default timeouts on workflows registered by the camel-aws / aws-swf component

Content from issues.apache.org is not included.CAMEL-8602

Java 8: ConcurrentLinkedHashMap → Caffeine

Content from issues.apache.org is not included.CAMEL-8637

Upgrade Jetty version to 9.x in Camel-CometD

Content from issues.apache.org is not included.CAMEL-8668

Refactoring of Camel-MongoDB based on Java Driver 3.x

Content from issues.apache.org is not included.CAMEL-8708

SOAP unmarshalling shouldn’t fail for Faults that lack an optional Detail element

Content from issues.apache.org is not included.CAMEL-8723

Add desired message type to ProducerTemplate.sendBody methods

Content from issues.apache.org is not included.CAMEL-8830

Upgrade to Saxon HE 9.7

Content from issues.apache.org is not included.CAMEL-8854

Support setting sendServerVersion as parameter of the JettyHttpComponent

Content from issues.apache.org is not included.CAMEL-8958

Add push/pop to the DSL so people can easily preserve and get back a message as-is

Content from issues.apache.org is not included.CAMEL-9018

camel-archetype-java8

Content from issues.apache.org is not included.CAMEL-9040

netty4-http - LEAK: ByteBuf.release() was not called before it’s garbage-collected

Content from issues.apache.org is not included.CAMEL-9046

Support to setup the SSLContext of CXF client from camel ssl setting

Content from issues.apache.org is not included.CAMEL-9047

Replace deprecated boxjavalibv2 with box-java-sdk

Content from issues.apache.org is not included.CAMEL-9065

Exchange created needs to be aware of its FROM endpoint.

Content from issues.apache.org is not included.CAMEL-9067

File consumer - Allow to filter by expression and have two options one for directory and another for file name

Content from issues.apache.org is not included.CAMEL-9131

Camel components - Add more labels to group the options

Content from issues.apache.org is not included.CAMEL-9200

Context component conflates endpoints with the same local id from different CamelContexts

Content from issues.apache.org is not included.CAMEL-9210

Make credentials optional in AWS component. Use instance profile if not supplied.

Content from issues.apache.org is not included.CAMEL-9250

Configure AllowUseOriginalMessage to be disabled by default if not in use on error handler

Content from issues.apache.org is not included.CAMEL-9273

Enhance camel-weather component to support all the options of Api 2.5

Content from issues.apache.org is not included.CAMEL-9332

Support @MockEndpoint and @MockEndpointAndSkip in Spring Boot

Content from issues.apache.org is not included.CAMEL-9372

camel java dsl - Parameters with uris should denote that with an annotation

Content from issues.apache.org is not included.CAMEL-9375

camel-tarfile - TarSplitter includes one extra empty entry at the end

Content from issues.apache.org is not included.CAMEL-9397

remove camel-test-spring32

Content from issues.apache.org is not included.CAMEL-9419

camel-spring-boot - Add component options as type-safe configuration properties

Content from issues.apache.org is not included.CAMEL-9467

Camel-Kafka: Upgrade to kafka 0.9 and use the Java client instead of Scala

Content from issues.apache.org is not included.CAMEL-9476

camel-bindy doesn’t pad fixed length records

Content from issues.apache.org is not included.CAMEL-9477

Camel test examples are not working

Content from issues.apache.org is not included.CAMEL-9482

Remove some deprecated options on http/http4/servlet

Content from issues.apache.org is not included.CAMEL-9521

camel-spring - Move osgi/spring-dm to camel-spring-dm

Content from issues.apache.org is not included.CAMEL-9541

Component docs - Maintain docs as part of the source code

Content from issues.apache.org is not included.CAMEL-9549

camel-schematron - More fine grained error messages when compiling the schema

Content from issues.apache.org is not included.CAMEL-9552

Cannot consume and produce to beanstalk component in the same route

Content from issues.apache.org is not included.CAMEL-9585

camel-jms: Support dynamic username/password settings

Content from issues.apache.org is not included.CAMEL-9587

camel-restlet - Make it easy to turn on gson or jackson

Content from issues.apache.org is not included.CAMEL-9594

Use swagger.json instead of api-doc in examples

Content from issues.apache.org is not included.CAMEL-9597

camel-nagios - Mockito for testing

Content from issues.apache.org is not included.CAMEL-9600

camel-fop - Upgrade fop to 2.1

Content from issues.apache.org is not included.CAMEL-9602

ProducerTemplateBuilder

Content from issues.apache.org is not included.CAMEL-9606

SJMS Consumer-Producer in transaciton

Content from issues.apache.org is not included.CAMEL-9608

camel-jpa consumer fails to poll after transaction timeout

Content from issues.apache.org is not included.CAMEL-9631

The OsgiServiceRegistry class caches service references

Content from issues.apache.org is not included.CAMEL-9633

quartz2 - Add support for specifying custom calendar

Content from issues.apache.org is not included.CAMEL-9638

JSSE Security - Add support for new Java 8 stuff like SNIHostName

Content from issues.apache.org is not included.CAMEL-9646

Upgrade Xalan bundle to 2.7.2_3

Content from issues.apache.org is not included.CAMEL-9650

<contextScan/> equivalent in Spring JavaConfig

Content from issues.apache.org is not included.CAMEL-9656

Using SpringBoot HealthEndpoint bean throws AmbiguousMethodCallException

Content from issues.apache.org is not included.CAMEL-9678

camel-undertow - Keep restarting server when add/remove routes

Content from issues.apache.org is not included.CAMEL-9683

native client side kubernetes based load balancer

Content from issues.apache.org is not included.CAMEL-9690

bean parameter binding should check parameter types when using simple expressions

Content from issues.apache.org is not included.CAMEL-9728

change Reader to InputStream if the camel-cxf endpoint use RAW|MESSAGE DataFormat

Content from issues.apache.org is not included.CAMEL-9729

Camel catalog - Allow to query older versions

Content from issues.apache.org is not included.CAMEL-9730

NPE in camel-jaxb when using in OSGi running from CamelTestBlueprint

Content from issues.apache.org is not included.CAMEL-9731

Camel-josql: the sql script language does not work

Content from issues.apache.org is not included.CAMEL-9732

camel-swagger-java - Issue in appendModels in the reader

Content from issues.apache.org is not included.CAMEL-9733

enable dynamic job name in component spring-batch

Content from issues.apache.org is not included.CAMEL-9735

camel-tarfile throws OutOfMemoryError when splitting large files

Content from issues.apache.org is not included.CAMEL-9736

SolrComponent gets the wrong Content Type

Content from issues.apache.org is not included.CAMEL-9737

Create camel component for ServiceNow

Content from issues.apache.org is not included.CAMEL-9738

Thread leak for camel-mina2 consumers

Content from issues.apache.org is not included.CAMEL-9739

Mina2Consumer exception handler do close session also for IOException

Content from issues.apache.org is not included.CAMEL-9740

Improve camel-infinispan

Content from issues.apache.org is not included.CAMEL-9743

Apache Camel distro - Only keep camel JARs

Content from issues.apache.org is not included.CAMEL-9744

camel-bindy - Add support for Java 8 date and time API

Content from issues.apache.org is not included.CAMEL-9745

Splitter - Should skip null messages if iterator returns null

Content from issues.apache.org is not included.CAMEL-9747

Java 8 upgrade - Set source and target to java 1.8

Content from issues.apache.org is not included.CAMEL-9748

Create Openstack Component

Content from issues.apache.org is not included.CAMEL-9750

Tests should not log on stdout by default

Content from issues.apache.org is not included.CAMEL-9752

Quartz2 Scheduled route too many workers

Content from issues.apache.org is not included.CAMEL-9755

Allow for nickserv identification

Content from issues.apache.org is not included.CAMEL-9757

camel-gae - Deprecate

Content from issues.apache.org is not included.CAMEL-9758

Remove releasing xxxComponent.properties et all

Content from issues.apache.org is not included.CAMEL-9759

camel-zipkin - Instrument Camel

Content from issues.apache.org is not included.CAMEL-9760

Google drive component syntax inconsistency

Content from issues.apache.org is not included.CAMEL-9761

camel-swagger-java - Allow to use custom CORS headers for api-docs

Content from issues.apache.org is not included.CAMEL-9762

Add setters on SecureSocketProtocolsParameters and CipherSuitesParameters

Content from issues.apache.org is not included.CAMEL-9764

Maven build: fix to support lambdas in code (JDK8)

Content from issues.apache.org is not included.CAMEL-9765

Direct-VM: Add header filter strategy and property propagation flag

Content from issues.apache.org is not included.CAMEL-9766

camel-itest-karaf - Cannot install in karaf 4 Unknown protocol: wrap

Content from issues.apache.org is not included.CAMEL-9767

CDI deployment problem in JBoss EAP 6.3

Content from issues.apache.org is not included.CAMEL-9768

HTTP[4] component disableStreamCache issue: java.io.IOException: Attempted read from closed stream.

Content from issues.apache.org is not included.CAMEL-9769

camel-spring-javaconfig - Make the main class easier

Content from issues.apache.org is not included.CAMEL-9772

Make it easier to turn on/off logExhaustedMessageBody

Content from issues.apache.org is not included.CAMEL-9774

CXFPayload may lose CDATA sections under stream caching

Content from issues.apache.org is not included.CAMEL-9775

Clean configuration meta-datat description

Content from issues.apache.org is not included.CAMEL-9776

camel-braintree: add uri param to configure advanced options

Content from issues.apache.org is not included.CAMEL-9777

camel-zipfile - Using zip iterator with dataformat may fail

Content from issues.apache.org is not included.CAMEL-9778

Remove deprecated camel-gae

Content from issues.apache.org is not included.CAMEL-9779

camel-netty4-http - Using no port number issue

Content from issues.apache.org is not included.CAMEL-9780

Cannot install camel-hazelcast in Karaf 3.x

Content from issues.apache.org is not included.CAMEL-9781

Installing camel in Karaf 3.0.x

Content from issues.apache.org is not included.CAMEL-9782

camel-spring-boot - Allow to configure options on CamelContext using auto config

Content from issues.apache.org is not included.CAMEL-9783

Allow ConnectionConfiguration to be be injected to endpoint during connection creation

Content from issues.apache.org is not included.CAMEL-9784

Camel polling the files from S3 only once if deleteAfterRead is false

Content from issues.apache.org is not included.CAMEL-9787

Migrate Maven Archetypes to new build system

Content from issues.apache.org is not included.CAMEL-9789

CamelContext.getEndpoint should not start endpoint if Camel is starting up

Content from issues.apache.org is not included.CAMEL-9790

camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client

Content from issues.apache.org is not included.CAMEL-9791

DeadLetterChannel not triggered on RejectedExecutionException

Content from issues.apache.org is not included.CAMEL-9793

PropertyPlaceHolder not loading Property, thinks it is a Parameter

Content from issues.apache.org is not included.CAMEL-9794

camel-http4 - The producer should check the response header in the reply for content-type

Content from issues.apache.org is not included.CAMEL-9795

camel-zipkin - Reuse existing span for complex eips like multicast

Content from issues.apache.org is not included.CAMEL-9796

Internal Access still displayed, no change to JSON generated

Content from issues.apache.org is not included.CAMEL-9797

camel-elastichsearch - Tests fails since recent upgrade

Content from issues.apache.org is not included.CAMEL-9798

camel-cdi - Add support for injecting default ProducerTemplate

Content from issues.apache.org is not included.CAMEL-9799

JSON/JSON Schema validator

Content from issues.apache.org is not included.CAMEL-9800

Create Spring Boot example with REST DSL and Swagger

Content from issues.apache.org is not included.CAMEL-9801

Camel Archetypes - Add Camel BOM as dependency management

Content from issues.apache.org is not included.CAMEL-9803

Camel-NATS: Switch to Jnats client as Java_nats is deprecated

Content from issues.apache.org is not included.CAMEL-9805

camel-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-9806

Add camel-IronMQ Karaf feature

Content from issues.apache.org is not included.CAMEL-9807

Blocking of CXF consumer endpoint by http GET request

Content from issues.apache.org is not included.CAMEL-9808

SFTP: Enable configuration of bulk requests

Content from issues.apache.org is not included.CAMEL-9811

camel-cdi - Add support for consumer template injection

Content from issues.apache.org is not included.CAMEL-9812

Camel leaves Kafka consumers running after shutdown

Content from issues.apache.org is not included.CAMEL-9815

Add URI parameter to skip the declaration of the exchange

Content from issues.apache.org is not included.CAMEL-9816

StreamCache - The cache method should support OUT as well

Content from issues.apache.org is not included.CAMEL-9818

Camel kafka consumer adds legacy (deprecated properties) in the kafka consumer

Content from issues.apache.org is not included.CAMEL-9819

camel-jetty8 test missing dependency

Content from issues.apache.org is not included.CAMEL-9820

SFTP readLock=changed does not work with readLockMinAge option

Content from issues.apache.org is not included.CAMEL-9821

camel-cxf should be able to handle InOnly MEP for the RAW|MESSAGE dataFormat

Content from issues.apache.org is not included.CAMEL-9822

Upgrade to DeltaSpike 1.6.1

Content from issues.apache.org is not included.CAMEL-9823

Exploring Consumer groups feature in Camel-kafka consumer side

Content from issues.apache.org is not included.CAMEL-9825

Exclude CDI generated proxies from context tracker

Content from issues.apache.org is not included.CAMEL-9826

MongoDB consumer could potentially block during shutdown

Content from issues.apache.org is not included.CAMEL-9827

MongoDB - The unit tests have some issues

Content from issues.apache.org is not included.CAMEL-9828

Swagger seems to inject empty headers

Content from issues.apache.org is not included.CAMEL-9830

camel-spring-javaconfig - Add routes like spring-boot does

Content from issues.apache.org is not included.CAMEL-9831

Camel-http4: Make possible to use System Properties for configuration

Content from issues.apache.org is not included.CAMEL-9833

Add mapHttpMessage option to allow to turn off mapping by default

Content from issues.apache.org is not included.CAMEL-9834

WatchConsumer does not properly set watchIndex

Content from issues.apache.org is not included.CAMEL-9835

Enable kafka consumer to subcribe to multiple topics

Content from issues.apache.org is not included.CAMEL-9838

Add ends with operator to simple language

Content from issues.apache.org is not included.CAMEL-9840

InfinispanIdempotentRepository should force return values for RemoteCaches

Content from issues.apache.org is not included.CAMEL-9841

NPE in MIME-Multipart Data Format if no file name is defined on attachment

Content from issues.apache.org is not included.CAMEL-9842

Expose additional endpoint configuration options to UndertowHost handler methods

Content from issues.apache.org is not included.CAMEL-9843

camel-beanio - Add BeanIOSplitter

Content from issues.apache.org is not included.CAMEL-9844

support for arn in aws-sqs connection string

Content from issues.apache.org is not included.CAMEL-9845

camel-jdbc - Silent ignore close errors

Content from issues.apache.org is not included.CAMEL-9848

Add mapHttpMessageFormUrlEncodedBody option

Content from issues.apache.org is not included.CAMEL-9849

camel-sql - Add support for OutputType=StreamList in the producer

Content from issues.apache.org is not included.CAMEL-9851

Zookeeper RoutePolicy failing to create znode

Content from issues.apache.org is not included.CAMEL-9852

Camel-weather: freegeoip.net is no longer available. Need switch to something else.

Content from issues.apache.org is not included.CAMEL-9853

Camel-CXF: Possible NPE in DefaultCXFBinding

Content from issues.apache.org is not included.CAMEL-9854

CXF Stream Cache contains duplicate namespace definition

Content from issues.apache.org is not included.CAMEL-9859

Re-enable Netty4 Channel Options.

Content from issues.apache.org is not included.CAMEL-9860

csv dataformat - Should have quoteMode option in model

Content from issues.apache.org is not included.CAMEL-9862

Potential NPE in UndertowComponent.unregisterConsumer

Content from issues.apache.org is not included.CAMEL-9863

loopDoWhile will loop forever if using ahc component in the loop.

Content from issues.apache.org is not included.CAMEL-9865

Camel Karaf Commands - Upgrade to Karaf 3/4

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-9869

Create Apache Flink Component

Content from issues.apache.org is not included.CAMEL-9870

bean component - Add validation for parenthesis check

Content from issues.apache.org is not included.CAMEL-9871

FlatpackDataFormat ignores errors in Flatpack’s DataSet

Content from issues.apache.org is not included.CAMEL-9872

VetoCamelContextStartException with rethrowException=false cases MainSupport class to hang

Content from issues.apache.org is not included.CAMEL-9873

Component should provide detail if a consumer/producer is native async supported

Content from issues.apache.org is not included.CAMEL-9874

Camel Jetty consumer endpoint incorrectly handles multipart/form-data

Content from issues.apache.org is not included.CAMEL-9875

CamelBlueprintTestSupport lacks support for multiple PID loading

Content from issues.apache.org is not included.CAMEL-9876

Error handling in splitter is broken with version 2.17.0

Content from issues.apache.org is not included.CAMEL-9877

InflightRepository - Add browse that can limit per route

Content from issues.apache.org is not included.CAMEL-9878

camel-commands - Add command to show top N inflight exchanges per routes

Content from issues.apache.org is not included.CAMEL-9879

Circuit Breaker EIP - That is using hystrix

Content from issues.apache.org is not included.CAMEL-9880

Header Support for Attachments in Camel 2.18

Content from issues.apache.org is not included.CAMEL-9881

Aggregator completionPredicate unusable with scala DSL

Content from issues.apache.org is not included.CAMEL-9882

Support importing Camel XML configuration files in Camel CDI

Content from issues.apache.org is not included.CAMEL-9883

Add a SpringCache based idempotent repository

Content from issues.apache.org is not included.CAMEL-9884

Create a camel-ehcache component

Content from issues.apache.org is not included.CAMEL-9885

Camel-NATS: Add an option to specify the optional reply subject

Content from issues.apache.org is not included.CAMEL-9886

Create an etcd based RoutePolicy

Content from issues.apache.org is not included.CAMEL-9887

onCompletion not called on Splitter configured with CompletionAwareAggregationStrategy and shareUnitOfWork=true

Content from issues.apache.org is not included.CAMEL-9888

Create a camel-consul component

Content from issues.apache.org is not included.CAMEL-9890

Migrate Camel-websocket to Jetty9

Content from issues.apache.org is not included.CAMEL-9891

ApplicationReadyEvent not dispatched if camel.springboot.main-run-controller = true

Content from issues.apache.org is not included.CAMEL-9892

Aggregator completionPredicate does not support a more complex block with scala DSL

Content from issues.apache.org is not included.CAMEL-9895

Setup a by default password to access the spring boot ssh server

Content from issues.apache.org is not included.CAMEL-9896

Deadletter Failure processor is invoked even if error handling strategy defines to continue routing

Content from issues.apache.org is not included.CAMEL-9897

Add an Option to the XSLT Component to support custom EntityResolver

Content from issues.apache.org is not included.CAMEL-9898

SimpleBuilder throws NullPointerException when replacing string using regexAll method and the regex contains }

Content from issues.apache.org is not included.CAMEL-9899

camel-rx - Use a worker pool for tasks such as stopping consumers

Content from issues.apache.org is not included.CAMEL-9900

camel-jms - provide option for MessageListenerContainer for reply managers to stop quicker when CamelContext is stopping

Content from issues.apache.org is not included.CAMEL-9902

Remove ServiceMix scripting-api from Karaf features

Content from issues.apache.org is not included.CAMEL-9903

DumpRouteStatsAsXml do not work when jmx domain is customized

Content from issues.apache.org is not included.CAMEL-9904

Avoid creating an empty default Camel context in Camel CDI for empty deployments

Content from issues.apache.org is not included.CAMEL-9905

TarAggregationStragegy should delete temporary files

Content from issues.apache.org is not included.CAMEL-9906

camel-sql - Should allow null values as a valid value

Content from issues.apache.org is not included.CAMEL-9907

Camel-Infinispan: Exposing cache stats through producer

Content from issues.apache.org is not included.CAMEL-9908

Remove jetty8

Content from issues.apache.org is not included.CAMEL-9909

Camel-Cassandraql: Supports missing Load Balancing policies

Content from issues.apache.org is not included.CAMEL-9910

Camel Rest - automatic component discovery

Content from issues.apache.org is not included.CAMEL-9911

RestBindingMode auto not honored

Content from issues.apache.org is not included.CAMEL-9913

Upgrading Beanshell for CVE-2016-2510

Content from issues.apache.org is not included.CAMEL-9915

Allow to use the tarfile data format in XML marshal/unmarshal

Content from issues.apache.org is not included.CAMEL-9916

SJMS component is not currently nodev/XML route compatible

Content from issues.apache.org is not included.CAMEL-9917

Route stopped events are sent in inconsistent order

Content from issues.apache.org is not included.CAMEL-9918

Support observing route events filtered by route id in Camel CDI

Content from issues.apache.org is not included.CAMEL-9920

Handle SocketTimeoutException on accept

Content from issues.apache.org is not included.CAMEL-9921

Dozer variable mapping doesn’t work on karaf

Content from issues.apache.org is not included.CAMEL-9925

Update Salesforce component to use Jetty9

Content from issues.apache.org is not included.CAMEL-9926

HTTP Proxy support in Salesforce component is broken with upgrade to Jetty9

Content from issues.apache.org is not included.CAMEL-9927

Reduce object creation in RedisProducer

Content from issues.apache.org is not included.CAMEL-9929

camel-restlet - Using synchronous=false with no error handler leak inflight exchange

Content from issues.apache.org is not included.CAMEL-9930

camel timer docs - add supported formats

Content from issues.apache.org is not included.CAMEL-9932

sql-stored - Add support for arrays in grammar

Content from issues.apache.org is not included.CAMEL-9933

Camel-CSV marshalling breaks characters not in default charset

Content from issues.apache.org is not included.CAMEL-9934

Missing raw type in CDI parameterized event endpoint URI

Content from issues.apache.org is not included.CAMEL-9935

Rest DSL passes blank query parameters as null

Content from issues.apache.org is not included.CAMEL-9936

Camel-parent 17.0 uses incompatible logback-classic and slf4j-api

Content from issues.apache.org is not included.CAMEL-9937

camel-catalog - Add api to validate time pattern

Content from issues.apache.org is not included.CAMEL-9938

TimerPatternConverter - Should be more strict

Content from issues.apache.org is not included.CAMEL-9939

beanio - Add support for custom BeanReaderErrorHandler

Content from issues.apache.org is not included.CAMEL-9940

ProducerTemplate - Make extract result set part of UoW

Content from issues.apache.org is not included.CAMEL-9941

Blueprint bug ARIES-1544 causes issues in Olingo2 configuration

Content from issues.apache.org is not included.CAMEL-9943

Expose mail session as a URI option for camel-mail endpoints

Content from issues.apache.org is not included.CAMEL-9944

FluentProducerTemplate - Make extract as part of UoW

Content from issues.apache.org is not included.CAMEL-9945

Upgrade to jetty 9.3

Content from issues.apache.org is not included.CAMEL-9946

Camel-Kubernetes: Add support for ConfigMap

Content from issues.apache.org is not included.CAMEL-9950

Camel-Websocket: NPE in case minThreads, maxThreads and getThreadPool equals to null

Content from issues.apache.org is not included.CAMEL-9951

Setup default values for thread-connected properties in WebSocket component

Content from issues.apache.org is not included.CAMEL-9953

Camel-ssh: Review logic in doStart and doStop in the SshConsumer and SshProducer

Content from issues.apache.org is not included.CAMEL-9954

FormatFactory should be real Factory-pattern

Content from issues.apache.org is not included.CAMEL-9955

Add uptimeMillis as JMX attribute to CamelContextMBean

Content from issues.apache.org is not included.CAMEL-9956

Add support for FluentProducerTemplate to CamelTestSupport

Content from issues.apache.org is not included.CAMEL-9957

camel-kafka producer sends the message in an async way

Content from issues.apache.org is not included.CAMEL-9958

Create an ehcache based idempotent repository

Content from issues.apache.org is not included.CAMEL-9959

Create an ehcache based aggregation repository

Content from issues.apache.org is not included.CAMEL-9960

create ReaderInputStream align encoding with Exchange

Content from issues.apache.org is not included.CAMEL-9962

Add a field in the consumer to define if it subscribed to the topic or not

Content from issues.apache.org is not included.CAMEL-9963

camel-blueprint - Namespace parser should skip placeholders for component dependencies

Content from issues.apache.org is not included.CAMEL-9964

Annotation based DefaultProducer

Content from issues.apache.org is not included.CAMEL-9965

Throw meaningful exception of a streamed body has been consumed already

Content from issues.apache.org is not included.CAMEL-9966

Restlet - Should not enable stream by default

Content from issues.apache.org is not included.CAMEL-9968

camel restlet not populating body form parameters correctly for x-www-form-urlencoded

Content from issues.apache.org is not included.CAMEL-9969

Adding a component for Telegram

Content from issues.apache.org is not included.CAMEL-9970

CamelFileLength header is wrong for long write file

Content from issues.apache.org is not included.CAMEL-9972

Explicitly add Connection Close HTTP header with a parameter in URI

Content from issues.apache.org is not included.CAMEL-9973

CdiCamelExtension.shouldDeployDefaultCamelContext throws NPE with primitive injection points

Content from issues.apache.org is not included.CAMEL-9974

camel-sjms - Add completionPredicate to batch component

Content from issues.apache.org is not included.CAMEL-9976

camel:rest-show command requires only context name as argument and not route Id

Content from issues.apache.org is not included.CAMEL-9978

Camel-Kafka: configuration type mismatch for parameter acks

Content from issues.apache.org is not included.CAMEL-9979

Bean parameter binding should reset stream cache before evaluate message body

Content from issues.apache.org is not included.CAMEL-9980

Allow to call OGNL on simple bodyAs function

Content from issues.apache.org is not included.CAMEL-9981

CamelSpringJUnit4ClassRunner registers listeners twice

Content from issues.apache.org is not included.CAMEL-9982

Marshalling fixed length record with links fails

Content from issues.apache.org is not included.CAMEL-9983

camel-hystrix - Lets removed the component now that we have the EIP

Content from issues.apache.org is not included.CAMEL-9984

RabbitConsumer.stop() doesn’t stop underlying AutorecoveringConnection obtained from supplied ConnectionFactory

Content from issues.apache.org is not included.CAMEL-9986

MIME-Multipart Data Format is inconsistent if trying to unmarshal non-MIME data

Content from issues.apache.org is not included.CAMEL-9987

Add Asciidoc documentation

Content from issues.apache.org is not included.CAMEL-9988

Create an Etcd based ServiceCall EIP

Content from issues.apache.org is not included.CAMEL-9989

Create a Consul based ServiceCall EIP

Content from issues.apache.org is not included.CAMEL-9993

add NPE guard for camel-cxf RawMessageContentRedirectInterceptor

Content from issues.apache.org is not included.CAMEL-9995

Camel-JMS: includeAllJMSXProperties parameter doesn’t work

Content from issues.apache.org is not included.CAMEL-9996

Use passed in Camel Context in org.apache.camel.spi.RestConsumerFactory#createConsumer implementations

Content from issues.apache.org is not included.CAMEL-9997

ServiceCall : ServiceCallServerListStrategy to support dynamic service name

Content from issues.apache.org is not included.CAMEL-9999

ServiceCall : improve APIs

Content from issues.apache.org is not included.CXF-7270

CXF on java 9 build 159 fails

Content from issues.jboss.org is not included.ENTESB-4461

soap 1.1 response Content-Type is not handled as expected with soap 1.2 binding in camel-cxf endpoint

Content from issues.jboss.org is not included.ENTESB-6838

camel-cxf feature should not be tied to cxf-http-jetty feature

Content from issues.jboss.org is not included.ENTESB-7201

Add licenses to Camel’s top-level pom file.

Content from issues.jboss.org is not included.ENTESB-7327

camel-jpa component doesn’t build in PNC

Content from issues.jboss.org is not included.ENTESB-7766

Swagger version alignment

Content from issues.jboss.org is not included.ENTESB-7864

Backport CAMEL-12357

Content from issues.jboss.org is not included.ENTESB-7869

Backport CAMEL-12379

Content from issues.jboss.org is not included.ENTESB-7871

Backport CAMEL-12370

Content from issues.jboss.org is not included.ENTESB-7879

camel-hl7 example throws error when consuming file on Windows

Content from issues.jboss.org is not included.ENTESB-7880

Backport CAMEL-12359

Content from issues.jboss.org is not included.ENTESB-7898

Backport CAMEL-12407

Content from issues.jboss.org is not included.ENTESB-7909

Backport CAMEL-12410

Content from issues.jboss.org is not included.ENTESB-7912

Backport CAMEL-12412

Content from issues.jboss.org is not included.ENTESB-7948

camel-netty4 - Does not support custom correlation ids

Content from issues.jboss.org is not included.ENTESB-7956

Camel don’t hide password with wrong defined route

Content from issues.jboss.org is not included.ENTESB-7968

SOAPAction header value should be overrided with operationNamespace and operationName

Content from issues.jboss.org is not included.ENTESB-7975

Backport CAMEL-12441

Content from issues.jboss.org is not included.ENTESB-7976

Backport CAMEL-12444

Content from issues.jboss.org is not included.ENTESB-7978

Backport CAMEL-12446

Content from issues.jboss.org is not included.ENTESB-7986

Allign activemq-camel component with the new camel-activemq component introduced for Karaf

Content from issues.jboss.org is not included.ENTESB-7992

Backport CAMEL-12418

Content from issues.jboss.org is not included.OSFUSE-755

Replace community artemis version in BOMs

Content from issues.jboss.org is not included.OSFUSE-818

missing camel-azure-starter in bom

Content from issues.jboss.org is not included.ENTESB-5668

Camel SAP component ignores some IDOC fields

Content from issues.jboss.org is not included.ENTESB-6250

camel-sap Adding caller information

Content from issues.jboss.org is not included.ENTESB-6468

Improve Logging of IDoc Errors

Content from issues.jboss.org is not included.ENTESB-6743

Default Values for SAP Parameters are not properly handled by SAP Camel Component

Content from issues.jboss.org is not included.ENTESB-6772

Document reference in contained Segments not set when using Data Layer method

Content from issues.jboss.org is not included.ENTESB-6817

SAP Camel Component does not properly handle attributes with '/' in name

Content from issues.jboss.org is not included.ENTESB-6822

SAP Camel component build fails due to target definition.

Content from issues.jboss.org is not included.ENTESB-6877

Serialization methods in SAP Component Data Layer encounter missing packages

Content from issues.jboss.org is not included.ENTESB-6924

Share the life-cycle management of the JCo server connections among multiple instances of the SAP Camel component

Content from issues.jboss.org is not included.ENTESB-7034

Base packages are not properly deployed to common package registry in OSGi environment.

Content from issues.jboss.org is not included.ENTESB-7144

camel-sap: Base packages are not properly deployed to common package registry on EAP

Content from issues.jboss.org is not included.ENTESB-7265

Update camel-sap component to build with Fuse 7 camel version

Content from issues.jboss.org is not included.ENTESB-7281

fuse-components should build with 7.0 camel parent

Content from issues.jboss.org is not included.ENTESB-7351

camel-sap : create spring boot starter

Content from issues.jboss.org is not included.ENTESB-7579

Add support for fuse-components camel-sap component on Karaf

Content from issues.jboss.org is not included.ENTESB-7805

Add activemq-camel back to Fuse 7 Karaf kit

Content from issues.jboss.org is not included.ENTESB-7823

camel-sap feature.xml should not contain references to karaf feature repositories

Content from issues.jboss.org is not included.ENTESB-7986

Allign activemq-camel component with the new camel-activemq component introduced for Karaf

Content from issues.jboss.org is not included.ENTESB-7988

Allign activemq-camel component with the new camel-activemq component introduced for Spring Boot

9.3. Apache Camel on EAP (Wildfly) issues resolved in Fuse 7.0

The following table lists the Apache Camel on EAP issues that are resolved in Fuse 7.0.

Table 9.3. Camel on EAP issues resolved

IssueDescription

Content from issues.apache.org is not included.CAMEL-12032

camel-json-validator - Switch to a different validator

Content from issues.jboss.org is not included.ENTESB-2386

Problem with Spring CXF XSD on EAP

Content from issues.jboss.org is not included.ENTESB-3702

Enhance deployment of Camel quickstart to EAP

Content from issues.jboss.org is not included.ENTESB-3839

\"com.jcraft.jsch\" module should have \"javax.api\" dependency

Content from issues.jboss.org is not included.ENTESB-3852

Unable to deploy WildFly-Camel system contexts

Content from issues.jboss.org is not included.ENTESB-5667

[ENTESB-4664] Braintree module.xml dependency problem

Content from issues.jboss.org is not included.ENTESB-5676

Lock down Jolokia by default in Fuse standalone

Content from issues.jboss.org is not included.ENTESB-6584

Fix various wildfly-camel failures on AIX

Content from issues.jboss.org is not included.ENTESB-6912

Add licenses.xml to Fuse 7 EAP kit

Content from issues.jboss.org is not included.ENTESB-7159

Add support for fuse-components camel-sap component

Content from issues.jboss.org is not included.ENTESB-7276

Build Fuse EAP OpenShift image from a defined Dockerfile

Content from issues.jboss.org is not included.ENTESB-7285

Remove unwanted camel components

Content from issues.jboss.org is not included.ENTESB-7469

Camel Docker component cannot use Unix socket connections on EAP

Content from issues.jboss.org is not included.ENTESB-7801

Check for usage of deprecated components

Content from issues.jboss.org is not included.ENTESB-7903

camel-salesforce query attributes are not mapped correctly

Content from issues.jboss.org is not included.ENTESB-7986

Allign activemq-camel component with the new camel-activemq component introduced for Karaf

Content from issues.jboss.org is not included.ENTESB-8033

Upgrade to EAP-7.1.2

Content from issues.jboss.org is not included.ENTESB-8040

Remove xmlrpc from Fuse 7 kits.

Content from issues.jboss.org is not included.ENTESB-8050

org.apache.cxf.ext Jboss module is missing jettison dependency

Content from issues.jboss.org is not included.ENTESB-8051

camel-hl7 does not work on EAP

Content from issues.jboss.org is not included.ENTESB-8110

Fuse EAP archetype generated pom.xml contains invalid configuration

Content from issues.jboss.org is not included.OSFUSE-648

jstat in container does not work

9.4. Apache CXF issues resolved in Fuse 7.0

The following table lists the Apache CXF issues that are resolved in Fuse 7.0.

Table 9.4. Apache CXF issues resolved

IssueDescription

Content from issues.apache.org is not included.CXF-1194

Schema Validation & MTOM fails

Content from issues.apache.org is not included.CXF-3453

WS-Security signed headers fail when schema validation enabled

Content from issues.apache.org is not included.CXF-3574

JMSPropertyType should support non string properties

Content from issues.apache.org is not included.CXF-4028

X509TokenValidator uses signature-crypto-provider instead of encryption-crypto-provider

Content from issues.apache.org is not included.CXF-4209

Server side message redelivery support for WS-RM

Content from issues.apache.org is not included.CXF-4692

Allow customization of Request Security Token Response

Content from issues.apache.org is not included.CXF-4821

UseAsyncMethod annotation does not work with Provider interface

Content from issues.apache.org is not included.CXF-4851

AttachmentDeserializer cannot handle attachments with Quoted Printable content transfer encoding in initializeRootMessage

Content from issues.apache.org is not included.CXF-5091

Leverage Spring’s @Configuration mechanism to simplify the creation and configuration of client proxies for integration testing

Content from issues.apache.org is not included.CXF-5096

cxf-utils.js has incorrect error handling

Content from issues.apache.org is not included.CXF-5436

Poorly crafted response caused NullPointerException when processing incoming message

Content from issues.apache.org is not included.CXF-5525

Client - UntrustedURLConnectionIOException even the HTTPS established with client certificate auth

Content from issues.apache.org is not included.CXF-5697

WHICH_JARS inconsistent with lib/ contents for 2.7.11

Content from issues.apache.org is not included.CXF-5754

JMSConduit - temporary queue not beeing closed if relpyMessage is null (timeout)

Content from issues.apache.org is not included.CXF-5782

Lower logging level of generated class names

Content from issues.apache.org is not included.CXF-5788

JMS replyToDestination doesn’t work

Content from issues.apache.org is not included.CXF-5800

Exceptions and response problems when using schema-validation and base64Binary element (with or without MTOM)

Content from issues.apache.org is not included.CXF-5903

Change TransportURIResolver to at least log exceptions

Content from issues.apache.org is not included.CXF-6029

Questionable exception handling

Content from issues.apache.org is not included.CXF-6044

Obsolet Testing Method in LDAPClaimsTest

Content from issues.apache.org is not included.CXF-6161

wsdl2java can use invalid local filename when working with wsdl imports

Content from issues.apache.org is not included.CXF-6186

Update for demo jms_spring_config server exiting approach

Content from issues.apache.org is not included.CXF-6216

No output sanitizing in FormattedServiceListWriter

Content from issues.apache.org is not included.CXF-6240

W3CDOMStreamReader does not report processing instructions

Content from issues.apache.org is not included.CXF-6324

cxf-codegen-plugin|cxf-java2ws-plugin: classifier ignored when there are more then one wsdl with different classifier is involved

Content from issues.apache.org is not included.CXF-6423

PrettyLoggingFilter tests and improvements

Content from issues.apache.org is not included.CXF-6454

Orphaned JMS connections created in endless loop

Content from issues.apache.org is not included.CXF-6463

AbstractHTTPDestination.cacheInput() throws NullPointerException if HttpServletRequest returns null for getInputStream()

Content from issues.apache.org is not included.CXF-6510

LoggingOutInterceptor: formatLoggingMessage method is not used in every case

Content from issues.apache.org is not included.CXF-6523

org.apache.cxf.interceptor.Fault: wrong number of arguments (due to explicit soap header)

Content from issues.apache.org is not included.CXF-6549

JMX MBean for IdentityCache throws RuntimeOperationsException

Content from issues.apache.org is not included.CXF-6580

wsdl2java - Issue with import to default namespace

Content from issues.apache.org is not included.CXF-6598

java.lang.IndexOutOfBoundsException when processing response

Content from issues.apache.org is not included.CXF-6604

Sporadic ClassCastException in AsymmetricBindingHandler#doSignBeforeEncrypt

Content from issues.apache.org is not included.CXF-6646

CXF 3.x WSRM message may not be retrieved from database

Content from issues.apache.org is not included.CXF-6666

Permit \"unknown\" SOAP message header elements and attributes to prevent Unmarshalling Error: unexpected element

Content from issues.apache.org is not included.CXF-6672

PollingMessageListenerContainer does fail silently upon java.lang.Error

Content from issues.apache.org is not included.CXF-6692

Update AbstractOAuthDataProvider to support JWT access tokens

Content from issues.apache.org is not included.CXF-6717

Live WSDL regression: Fails updating schemaLocation in catalog-imported schema

Content from issues.apache.org is not included.CXF-6725

Remove deprecated JOSE configuration properties

Content from issues.apache.org is not included.CXF-6728

Review and improve the way EC keys are handled in JOSE code

Content from issues.apache.org is not included.CXF-6731

wsdl2java returning error \"'{A_Type}' is already defined\" from versions 3.1.3, 2.7.18, 3.0.7

Content from issues.apache.org is not included.CXF-6740

Collision by Swagger2Feature in two OSGI bundles

Content from issues.apache.org is not included.CXF-6760

extract swagger2 feature in its own module

Content from issues.apache.org is not included.CXF-6768

WS-Discovery missing schema when internet connection not present

Content from issues.apache.org is not included.CXF-6778

Invalid replyDestination is cached after jms connection has been reset

Content from issues.apache.org is not included.CXF-6782

Modifications to JAX-WS client request context leak the thread scope

Content from issues.apache.org is not included.CXF-6798

JAXRS 2.0 Clients do not support ParamConverters

Content from issues.apache.org is not included.CXF-6836

Swagger2 tests need to be updated to do a more robust JSON or YAML comparison

Content from issues.apache.org is not included.CXF-6851

JAXRS 2 Feature not supported on server side?

Content from issues.apache.org is not included.CXF-6852

Java 8 java.lang.OutOfMemoryException: Metaspace issue while generating dynamic client

Content from issues.apache.org is not included.CXF-6859

STSTokenValidator: logging and exception handling improvement

Content from issues.apache.org is not included.CXF-6863

WS-RM 3.x does not work with attachments upon a network error

Content from issues.apache.org is not included.CXF-6866

bindingId on Client/ServerFactoryBean does not overrule WSDL

Content from issues.apache.org is not included.CXF-6868

empty Authorization header result in server error

Content from issues.apache.org is not included.CXF-6869

Consider adding Spring Boot starter

Content from issues.apache.org is not included.CXF-6872

Remove redundant blueprint.xml in http-hc

Content from issues.apache.org is not included.CXF-6877

Have @SchemaValidation working on service endpoint implementation class method

Content from issues.apache.org is not included.CXF-6878

Protect against other exception during consuming left-over data

Content from issues.apache.org is not included.CXF-6883

Crypto caching issues in the WS-Security code

Content from issues.apache.org is not included.CXF-6884

Don’t include Signature/EncryptedKey Elements if there are no references to be signed/encrypted

Content from issues.apache.org is not included.CXF-6886

CXF 3.x WSRM attachments are not retransmitted

Content from issues.apache.org is not included.CXF-6887

http-hc: NPE and incorrept assumption that there is only one bus

Content from issues.apache.org is not included.CXF-6890

\"afirmative\" is mispelled in debug output

Content from issues.apache.org is not included.CXF-6891

IOUtils.isEmpty() doesn’t reinclude byte in stream.

Content from issues.apache.org is not included.CXF-6894

NullPointerException when running Maven plugin cxf-codegen-plugin

Content from issues.apache.org is not included.CXF-6895

Create DOM4JProvider test reading an XML sequence with BOM

Content from issues.apache.org is not included.CXF-6900

invalid signature in case of soap fault

Content from issues.apache.org is not included.CXF-6901

UriBuilder may lose resolved query templates

Content from issues.apache.org is not included.CXF-6903

add a NameDigestPasswordCallbackHandler for JAASLoginInterceptor

Content from issues.apache.org is not included.CXF-6904

Unable to read swagger annotations if the file is in another osgi bundle

Content from issues.apache.org is not included.CXF-6906

UriBuilder ignores a query component if URI contains templates

Content from issues.apache.org is not included.CXF-6907

CXF-WSN improvment in onMessage listenner

Content from issues.apache.org is not included.CXF-6908

Prefix \"SOAP-ENV\" for element \"SOAP-ENV:Fault\" is not bound

Content from issues.apache.org is not included.CXF-6909

Create an JCache based OAuthDataProvider

Content from issues.apache.org is not included.CXF-6910

don’t need setSocketTimeout when create ahc RequestConfig

Content from issues.apache.org is not included.CXF-6915

Jws Compact does not support unencoded non-detached payloads

Content from issues.apache.org is not included.CXF-6918

Print the XMLInputFactory implementation class when throwing \"Cannot create a secure XMLInputFactory\"

Content from issues.apache.org is not included.CXF-6919

{http://cxf.apache.org/faultcode}HandleFault is not a standard Code value

Content from issues.apache.org is not included.CXF-6923

org.omg.CORBA.TIMEOUT is not handled with Jacorb implementation

Content from issues.apache.org is not included.CXF-6925

Make per-realm crypto configuration as flexible as the static one

Content from issues.apache.org is not included.CXF-6926

StaticSTSProperties does not allow initialization of crypto from Properties object

Content from issues.apache.org is not included.CXF-6927

check if msv is available in Stax2ValidationUtils to avoid the NCDFE when use IBM JDK

Content from issues.apache.org is not included.CXF-6929

Request hangs when using JAX-RS AsyncResponse and Exception mapper

Content from issues.apache.org is not included.CXF-6930

Race-Condition with JMS-transport, LoggingInInterceptor spoils the payload while logging it

Content from issues.apache.org is not included.CXF-6933

WadlGenerator doesn’t honor multiple Descriptions for same DocTarget

Content from issues.apache.org is not included.CXF-6935

Better error message than java.lang.NullPointerException - org.apache.cxf.common.util.Compiler.useJava6Compiler(Compiler.java:187) when running on a JRE instead of JDK

Content from issues.apache.org is not included.CXF-6936

Make log-category for ext logging feature configurable

Content from issues.apache.org is not included.CXF-6938

Setting the providers on a bus causes a leak if this bus is used by per-request clients

Content from issues.apache.org is not included.CXF-6939

can’t install cxf-http-async feature

Content from issues.apache.org is not included.CXF-6940

Bus Reference nullified pre-maturely in ClientImpl causing Exceptions while processing Responses

Content from issues.apache.org is not included.CXF-6941

Send Comma Separated Array in url request

Content from issues.apache.org is not included.CXF-6942

cxf-codegen-plugin wsdlArtifact failed to resolve WSDL

Content from issues.apache.org is not included.CXF-6943

Dead lock on Async Response when timeout is set

Content from issues.apache.org is not included.CXF-6945

cxf-wadl2java-plugin wadlRoot configuration parameter typo

Content from issues.apache.org is not included.CXF-6947

Make it possible to use custom LDAP filters when retrieving group information

Content from issues.apache.org is not included.CXF-6948

WebClient may cause JMX CounterRepository OOM if a request URI varies a lot

Content from issues.apache.org is not included.CXF-6949

Add support to the ReceivedTokenCalbackHandler to return a transformed token

Content from issues.apache.org is not included.CXF-6951

Support using the initiator token’s public key for response encryption by recipient

Content from issues.apache.org is not included.CXF-6953

Update service list formatters for REST endpoints to optionally link to Swagger

Content from issues.apache.org is not included.CXF-6957

JAX-RS: ExceptionMapper not called for Fault

Content from issues.apache.org is not included.CXF-6959

Error loading Aegis Databinding in OSGi

Content from issues.apache.org is not included.CXF-6960

Provide an option for Swagger2Feature to detect and serve SwaggerUI resources

Content from issues.apache.org is not included.CXF-6961

Lots of invalid checkstyle errors reported in eclipse neon

Content from issues.apache.org is not included.CXF-6962

Basic auth uses UTF-8 for the encoded password when it should use ISO-8859-1

Content from issues.apache.org is not included.CXF-6966

Using CXF in JDK endorsed dir as JAX-WS impl crashes

Content from issues.apache.org is not included.CXF-6967

Content Disposition filename should be case-insensitive

Content from issues.apache.org is not included.CXF-6970

HTTP response headers are always set with HttpServletResponse.addHeader

Content from issues.apache.org is not included.CXF-6971

Update Jettison version to 1.3.8

Content from issues.apache.org is not included.CXF-6972

JweJsonProducer does not support per-recipient headers

Content from issues.apache.org is not included.CXF-6973

Allow to configure http conduits and destinations using features

Content from issues.apache.org is not included.CXF-6976

High memory footprint when maven assembly plugin is used together with cxf-codegen-plugin

Content from issues.apache.org is not included.CXF-6979

NPE in AbstractHTTPDestination.invoke when service is invoked very early

Content from issues.apache.org is not included.CXF-6981

Getting \"java.io.IOException: stream is closed\" for > 64K messages

Content from issues.apache.org is not included.CXF-6983

org.apache.cxf.jaxrs.provider.AbstractJAXBProvider#handleJAXBException doubles the error text for unmarshalling errors

Content from issues.apache.org is not included.CXF-6984

OAuthJSonProvider mixes expirytime and issuer in writeTokenIntrospection.

Content from issues.apache.org is not included.CXF-6985

parameter state may contain spaces, it must be urlencoded in response.

Content from issues.apache.org is not included.CXF-6986

Don’t require an application class if using CDI

Content from issues.apache.org is not included.CXF-6987

Consider classes attribute of application when using CDI

Content from issues.apache.org is not included.CXF-6988

Improved test suite for CDI systests

Content from issues.apache.org is not included.CXF-6989

Content Disposition does not handle \"=\" in filename

Content from issues.apache.org is not included.CXF-6990

Swagger tags not sorted if using Swagger2Feature

Content from issues.apache.org is not included.CXF-6991

WS-RM - Request context properties are lost when sending subsequent protocol message

Content from issues.apache.org is not included.CXF-6992

ParamConverterProvider invoked with wrong types

Content from issues.apache.org is not included.CXF-6993

JweJsonProducer does not support multiple recipients if CEK is auto-generated

Content from issues.apache.org is not included.CXF-6994

RMCaptureInInterceptor running on GET requests

Content from issues.apache.org is not included.CXF-6996

\"n\" in JWK for RSA should be unsigned, but is signed in JwkUtils.prepareRSAJwk

Content from issues.apache.org is not included.CXF-6998

Manual resolve ApplicationPath from parent classes as well.

Content from issues.apache.org is not included.CXF-7000

Allow logging to be enabled on-the-fly

Content from issues.apache.org is not included.CXF-7002

Add isExpired method in JettyContinuationWrapper

Content from issues.apache.org is not included.CXF-7003

Allow STS Tokens to have an optional ID

Content from issues.apache.org is not included.CXF-7004

Custom DateTime property is not serialized to JSON properly

Content from issues.apache.org is not included.CXF-7005

NullPointerException when using JwkUtils.toRSAPrivateKey

Content from issues.apache.org is not included.CXF-7006

add an util method in AuthorizationUtils which can take AuthorizationFailure cause

Content from issues.apache.org is not included.CXF-7008

Regression: CXF-5788 - JMS replyToDestination doesn’t work

Content from issues.apache.org is not included.CXF-7010

Swagger2Feature can not auto-link to SwaggerUi in OSGI

Content from issues.apache.org is not included.CXF-7015

Invalid URL encoding causes error 500

Content from issues.apache.org is not included.CXF-7016

Update New Logging interceptors to control the logging of binary & multipart payloads

Content from issues.apache.org is not included.CXF-7017

@BeanParam not working in subresource

Content from issues.apache.org is not included.CXF-7020

explicity create woodstox event factory as fallback if XMLEventFactory.newInstance fail

Content from issues.apache.org is not included.CXF-7021

The WS-SecurityPolicy TransportBinding does not respect the digest method of the algorithm suite

Content from issues.apache.org is not included.CXF-7022

Allow customization of Swagger JSON generation

Content from issues.apache.org is not included.CXF-7024

Support original WADL namespace prefix without incrementing it

Content from issues.apache.org is not included.CXF-7025

Find boundary from InputStream

Content from issues.apache.org is not included.CXF-7026

o.a.c.transport.http.osgi.HttpServiceTrackerCust service leak

Content from issues.apache.org is not included.CXF-7027

WADLGenerator should support AsyncResponse if ElementClass annotation is used

Content from issues.apache.org is not included.CXF-7028

AsyncResponse Suspended annotation can not be inherited

Content from issues.apache.org is not included.CXF-7029

HttpAuthenticationFaultHandler cause java.lang.IllegalStateException: WRITER

Content from issues.apache.org is not included.CXF-7032

Update WadlToJava to support javax.validation.Valid

Content from issues.apache.org is not included.CXF-7033

LoggingInterceptors do not handle messages with non-UTF-8 encoding properly

Content from issues.apache.org is not included.CXF-7034

should close HttpServiceTracker in HTTPTransportActivator

Content from issues.apache.org is not included.CXF-7035

Default Swagger2Serializers dynamicBasePath code needs to sync BeanConfig with Swagger

Content from issues.apache.org is not included.CXF-7037

@Suspended can be broken on tomcat

Content from issues.apache.org is not included.CXF-7038

ensure the JMS Connection get refreshed so that the jms retry can get a useful Connection

Content from issues.apache.org is not included.CXF-7039

JAX-RS Security SAML web SSO consumer service can not validate SAML response behind reverse proxy

Content from issues.apache.org is not included.CXF-7040

Swagger UI Feature’s resource root is incorrect for executable JAR/WAR

Content from issues.apache.org is not included.CXF-7042

review some jaxrs client defaults: thread safe and split headers

Content from issues.apache.org is not included.CXF-7043

JAX-RS endpoints cannot handle encoded URL when used with continuation and servlet transport

Content from issues.apache.org is not included.CXF-7044

LoggingInInterceptor sometimes crashes if truncates response with Unicode simbols

Content from issues.apache.org is not included.CXF-7045

Update sample description_swagger2_osgi README.txt

Content from issues.apache.org is not included.CXF-7058

Extra CDATA elements added on long CDATA payload

Content from issues.apache.org is not included.CXF-7060

Provide Karaf 4 specific features and commands

Content from issues.apache.org is not included.CXF-7069

Finish JPACodeDataProvider implementation

Content from issues.apache.org is not included.CXF-7070

HTTP headers logged in debug

Content from issues.apache.org is not included.CXF-7071

HttpServletRequest.getParameter only get String from query not both posted form data

Content from issues.apache.org is not included.CXF-7072

Make it easier to auto-discover MetricsFeature

Content from issues.apache.org is not included.CXF-7075

Remove unnecessary string.length() and map.containsKey(…​) calls to improve performance

Content from issues.apache.org is not included.CXF-7078

Allow the use of the JMS 2.0 api

Content from issues.apache.org is not included.CXF-7081

accept asm6 xbean shade

Content from issues.apache.org is not included.CXF-7083

Maven Plugins: System properties handling in ClassLoaderSwitcher breaks thread safety

Content from issues.apache.org is not included.CXF-7084

Pass a value for the KeyName element from the XmlSecOutInterceptor to Santuario

Content from issues.apache.org is not included.CXF-7087

Getting the wsdl from a cxf webservice with custom XMLOuputFactory throws an exception

Content from issues.apache.org is not included.CXF-7088

SignedEncryptedSupportingTokens in WS-Policy and SAML not encrypted being accepted

Content from issues.apache.org is not included.CXF-7089

Let ParamConverters handle null proxy path parameters

Content from issues.apache.org is not included.CXF-7090

WSS4J not in <dependencyManagement> section

Content from issues.apache.org is not included.CXF-7091

JAXRSBeanValidationOutInterceptor fails to validate Response entity on the 2nd try

Content from issues.apache.org is not included.CXF-7092

Swagger2Feature tries to resolve swagger-ui resources with api-docs

Content from issues.apache.org is not included.CXF-7093

Investigate how SpringBoot demos can be included in the distribution

Content from issues.apache.org is not included.CXF-7095

CDI integration doesn’t use the right bus to create the server factory

Content from issues.apache.org is not included.CXF-7096

Server side memory leaking if clients do not send CloseSequence

Content from issues.apache.org is not included.CXF-7097

[CDI] application leaks a creational context

Content from issues.apache.org is not included.CXF-7099

Technical user should be the SAML Subject for the ActAs use-case

Content from issues.apache.org is not included.CXF-7101

SpringBoot JAX-WS example fails

Content from issues.apache.org is not included.CXF-7105

Don’t register default application if no services discovered

Content from issues.apache.org is not included.CXF-7107

Support inserting claims into tokens issued by the STS in conjunction with ActAs

Content from issues.apache.org is not included.CXF-7109

ClientCallback may be invoked twice when Async HTTP Transport is used

Content from issues.apache.org is not included.CXF-7110

Inflexible jwt audience restriction validation

Content from issues.apache.org is not included.CXF-7111

Make the security token lifetime configurable

Content from issues.apache.org is not included.CXF-7112

AsyncHTTPConduit ignore the ReceiveTimeout when use Async JAXWS api

Content from issues.apache.org is not included.CXF-7114

Disable HTTP TRACE method on CXF http-jetty transport

Content from issues.apache.org is not included.CXF-7115

Issuer in TokenIntrospection should be quoted in JSON

Content from issues.apache.org is not included.CXF-7116

AsyncResponse.resume() infinitely hangs up after first call

Content from issues.apache.org is not included.CXF-7117

Swagger2Feature not working in OSGi container when jaxrs server address not attached to CXF servlet

Content from issues.apache.org is not included.CXF-7119

Introduce a JAX-RS client provider for catching technical exceptions (e.g. IOException)

Content from issues.apache.org is not included.CXF-7121

Need to log a warning when async method returns a non-void type

Content from issues.apache.org is not included.CXF-7122

Infinite loop due to AsyncHTTPConduit read timeout with exhausted connection pool

Content from issues.apache.org is not included.CXF-7123

JAXRS Clients will hang if they do not set a oneway exchange status before the call and 202 is returned

Content from issues.apache.org is not included.CXF-7124

PackageUtils.getSharedPackageName(List<Class<?>>) has bug

Content from issues.apache.org is not included.CXF-7125

Automatically expose logging feature as intent for DOSGi

Content from issues.apache.org is not included.CXF-7129

Provide an optional HTrace Logging receiver

Content from issues.apache.org is not included.CXF-7132

CDI Multi-app tests fail when classes have scope

Content from issues.apache.org is not included.CXF-7133

Don’t rely on disabled scanning in CDI

Content from issues.apache.org is not included.CXF-7134

Fix how non-normal scoped beans are used in CDI extension

Content from issues.apache.org is not included.CXF-7135

ConcurrentModificationException in MessageImpl.calcContextCache() when using JMS Transport and JAXRS Client

Content from issues.apache.org is not included.CXF-7137

Allow OAuth2 customization via Swagger2Feature

Content from issues.apache.org is not included.CXF-7139

BufferOverflowException when decoding a parameter values with a trailing %

Content from issues.apache.org is not included.CXF-7140

Multiple calls to AsyncResponse.cancel() returns different values

Content from issues.apache.org is not included.CXF-7142

Blueprint mandatory in OSGi

Content from issues.apache.org is not included.CXF-7144

support to specify pullpoint queue name of WS-N

Content from issues.apache.org is not included.CXF-7145

synchronized store and getMessages of JmsPullPoint would cause deadlock

Content from issues.apache.org is not included.CXF-7147

Unable to register a generic InvocationCallback<Object> when using the async proxy client API in JAX-RS

Content from issues.apache.org is not included.CXF-7148

Race Condition while handling symmetric key in SymmetricBindingHandler

Content from issues.apache.org is not included.CXF-7152

OIDC FormResponse mode needs to be supported for Implicit Flow too

Content from issues.apache.org is not included.CXF-7155

JAXRSOutInterceptor do not close CachedOutputStream when out buffering is enabled

Content from issues.apache.org is not included.CXF-7156

java2ws-plugin - add portName as configuration option

Content from issues.apache.org is not included.CXF-7157

Support the client side bean validation for CXF client proxies

Content from issues.apache.org is not included.CXF-7161

OIDC Dynamic Registration : NPE for implicit grant_types

Content from issues.apache.org is not included.CXF-7162

Inconsistent reading of formatted xml when validating schema

Content from issues.apache.org is not included.CXF-7166

NullPointerException at org.apache.cxf.common.jaxb.JAXBUtils.createJAXBContextProxy with IBM-JDK 8

Content from issues.apache.org is not included.CXF-7168

CXF WSN Publisher SOAP 1.2 Binding

Content from issues.apache.org is not included.CXF-7174

NullPointerException when Content-Type is not specified in the http request

Content from issues.apache.org is not included.CXF-7179

Unable to set ServerConnector in JettyHTTPServerEngine using jetty 9

Content from issues.apache.org is not included.CXF-7183

CXF Blueprint namespace don’t work well with blueprint-core 1.7.x

Content from issues.apache.org is not included.CXF-7185

Xml validation with Mtom enabled is not working with french locale

Content from issues.apache.org is not included.CXF-7187

MAPCodec: memory leak with sync client when soapfaults returned from endpoint

Content from issues.apache.org is not included.CXF-7189

org.apache.cxf.jaxrs.ext.multipart.Attachment.getObject do not rethrow exception

Content from issues.apache.org is not included.CXF-7190

org.apache.cxf.jaxrs.ext.MessageContextImpl.createAttachments lost inner exception

Content from issues.apache.org is not included.CXF-7198

cxf-spring-boot-starter does not work with Spring Boot 1.5.0 or above

Content from issues.apache.org is not included.CXF-7201

Incorrect JSON return in openId connect UserInfo when no signature or encryption

Content from issues.apache.org is not included.CXF-7204

CXF 3.1.9 does not support Spring 3.2, enforces Spring 4.1

Content from issues.apache.org is not included.CXF-7205

In JmsPullPoint create session for producer and consumer separately and synchronized the session but not the whole method to avoid deadlock

Content from issues.apache.org is not included.CXF-7207

JCacheOAuthDataProvider can leak jcache component(s)

Content from issues.apache.org is not included.CXF-7210

StringIndexOutOfBoundsException during construction of failover request

Content from issues.apache.org is not included.CXF-7213

FIQL Parser: Crashes when parsing a collection (java.util.Set) inside an object

Content from issues.apache.org is not included.CXF-7220

WS-Security StaX processing fails on whitespace after the SOAP Body opening tag

Content from issues.apache.org is not included.CXF-7222

Improve extensibility of JAX-RS ExceptionMappers

Content from issues.apache.org is not included.CXF-7228

ProviderInfo rarely supports proxies

Content from issues.apache.org is not included.CXF-7230

Unable to disable access to default wadl genearated by cxf

Content from issues.apache.org is not included.CXF-7231

Java HttpUrlConnection Reflection Fix to support custom verbs does not work with HTTPS

Content from issues.apache.org is not included.CXF-7233

Create workaround for JDK HostnameVerifier issue

Content from issues.apache.org is not included.CXF-7234

JavaDocProvider should not require a ref to the JavaDoc lib

Content from issues.apache.org is not included.CXF-7235

MessageSelector is not set in JMSConfiguration due to missing property in JMSEndpoint

Content from issues.apache.org is not included.CXF-7236

JAXRSInInterceptor throw java.lang.IndexOutOfBoundsException if Accept header is empty

Content from issues.apache.org is not included.CXF-7240

JAX-WS Dispatch incorrectly asserts that Message mode with XML/HTTP binding is invalid when using instances of DataSource

Content from issues.apache.org is not included.CXF-7241

JAX-RS ContainerRequestContext#setRequestUri() will cause a 404 when Uri contains a query string

Content from issues.apache.org is not included.CXF-7242

New cxf-rt-features-logging doesn’t log incoming payloads

Content from issues.apache.org is not included.CXF-7243

Setting replyToDestination uses wrong queue

Content from issues.apache.org is not included.CXF-7244

CXF 3.1.10 AbstractSearchConditionParser importing Olingo Collection class

Content from issues.apache.org is not included.CXF-7250

NPE in HTTPTransportActivator stop if DISABLE_DEFAULT_HTTP_TRANSPORT is true

Content from issues.apache.org is not included.CXF-7251

Connection timeouts set as ints are disregarded

Content from issues.apache.org is not included.CXF-7252

TLSParameterJaxBUtils.getTrustManagers getting password from wrong system property

Content from issues.apache.org is not included.CXF-7254

New LoggingFeature Sl4jEventSender does not log the request headers

Content from issues.apache.org is not included.CXF-7255

Allow empty (\"\") passwords when calling a service

Content from issues.apache.org is not included.CXF-7256

CrossOriginResourceSharingFilter should have @Provider annotation

Content from issues.apache.org is not included.CXF-7258

SwaggerUiResolver: Swagger UI root can’t be found

Content from issues.apache.org is not included.CXF-7259

LoggingOutInterceptor filtering

Content from issues.apache.org is not included.CXF-7262

JAXRS: ClientConfig lost when using templates in the path method

Content from issues.apache.org is not included.CXF-7263

ResourceOwnerLoginHandler needs to accept Client parameter

Content from issues.apache.org is not included.CXF-7264

NPE on OAuth RO/CC flows using JPA

Content from issues.apache.org is not included.CXF-7265

Symmetric INFO logging for registering and unregistering MBeans

Content from issues.apache.org is not included.CXF-7267

Member names must match bean attribute for BeanParam to work

Content from issues.apache.org is not included.CXF-7268

Make it easier to pre/post process OAuth2 client retrieval in AbstractOauth provider

Content from issues.apache.org is not included.CXF-7269

schemavalidate failed when use mtom and Provider

Content from issues.apache.org is not included.CXF-7271

add cxf-rt-rs-json-basic bundle into cxf-jaxrs feature

Content from issues.apache.org is not included.CXF-7277

Make ClientProxyImpl reset client state after a call

Content from issues.apache.org is not included.CXF-7278

Netty HttpResponseEncoder is not set before HttpObjectAggregator

Content from issues.apache.org is not included.CXF-7279

Leaky generic type resolver doesn’t work with more than 1 parameter

Content from issues.apache.org is not included.CXF-7280

Avoid unnecessary string allocation in IOUtils::toString

Content from issues.apache.org is not included.CXF-7282

Support the overriding of Application resource life-cycle when it is autodiscovered

Content from issues.apache.org is not included.CXF-7285

Subclasses of FailoverTargetSelector should have a way to obtain the InvocationKey

Content from issues.apache.org is not included.CXF-7286

JPA : PersistenceException on refreshAccessToken

Content from issues.apache.org is not included.CXF-7287

Incorrect JSON decoding in JsonMapObjectReaderWriter when commas are used in value

Content from issues.apache.org is not included.CXF-7290

Restrict which @Bean components are treated as JAX-RS providers

Content from issues.apache.org is not included.CXF-7291

sharedPackageName for Swagger description should ignore proxy classes

Content from issues.apache.org is not included.CXF-7292

Additional privileged blocks for JAXWS client running with Security Manager enabled

Content from issues.apache.org is not included.CXF-7293

AbstractSpringComponentScanServer must ignore client proxy classes

Content from issues.apache.org is not included.CXF-7294

Incorrect header parameter for Jose ECDH KA public key

Content from issues.apache.org is not included.CXF-7296

Add support to enable revocation for TLS via configuration

Content from issues.apache.org is not included.CXF-7297

Improve the way CXF endpoint metrics are shown in Spring Boot

Content from issues.apache.org is not included.CXF-7298

JacksonJaxbJsonProvider does not work in OSGi

Content from issues.apache.org is not included.CXF-7299

No way to configure TLS for the JettyHTTPServerEngineFactory in code

Content from issues.apache.org is not included.CXF-7300

JWS verification issue

Content from issues.apache.org is not included.CXF-7301

Exceptions thrown from the inbound JAXRS client interceptors are not reported

Content from issues.apache.org is not included.CXF-7303

java.io.FileNotFoundException on JIBX binding with customization

Content from issues.apache.org is not included.CXF-7304

WADL generator doesn’t work properly in case cyrillic characters is used in URL

Content from issues.apache.org is not included.CXF-7305

Replace prerequisites with maven-enforcer-plugin

Content from issues.apache.org is not included.CXF-7307

empty query string injects into number type will lead 404 error

Content from issues.apache.org is not included.CXF-7310

org.apache.cxf.jaxrs.client.ClientProxyImpl#getAccept does not handle Accept header with multiple media types

Content from issues.apache.org is not included.CXF-7312

FailoverTargetSelector.replaceEndpointAddressPropertyIfNeeded does not update REQUEST_URI

Content from issues.apache.org is not included.CXF-7314

Custom BinarySecurityTokens are not used to set up the security context

Content from issues.apache.org is not included.CXF-7315

Abstract the STS client token caching behaviour to allow the user to plug in a custom implementation

Content from issues.apache.org is not included.CXF-7316

Update swagger-jaxrs dependency to 1.5.16

Content from issues.apache.org is not included.CXF-7329

Missing @Validated on CxfProperties

Content from issues.apache.org is not included.CXF-7344

REST on JMS Transport Fails with Invalid JMS Property

Content from issues.apache.org is not included.CXF-7350

the exception should be able to return to client if retry is 0 with ws-rm

Content from issues.apache.org is not included.CXF-7356

need consider SoapBinding has multiple default namespace when compare two bindingId

Content from issues.apache.org is not included.CXF-7365

Support signing multiparts using Jws Detached Signature

Content from issues.apache.org is not included.CXF-7401

CXF http-jetty fails to get private key if the jks keystore file contains multiple private keys with different password

Content from issues.apache.org is not included.CXF-7449

introduce a property to set an informative message for the reason phrase when it’s null in the response message

Content from issues.apache.org is not included.CXF-7507

Put a configurable limit on the attachment header sizes

Content from issues.apache.org is not included.CXF-7528

[osgi] rt-transports-http should not fail during servlet unregistration

Content from issues.apache.org is not included.CXF-7529

[osgi] Stale CXF’s javax.ws.rs.ext.RuntimeDelegate after refreshing rt-frontend-jaxrs bundle

Content from issues.apache.org is not included.CXF-7530

AttachmentSerializer miss a CRLF before the multipart-body per spec rfc2046

Content from issues.apache.org is not included.CXF-7531

add async-supported init parameter configuration for the cxf-osgi-transport-servlet

Content from issues.apache.org is not included.CXF-7532

REST on JMS transport can’t handle the request message with text messageType

Content from issues.apache.org is not included.CXF-7558

set retryInterval default value to 5 sec if not specify it in JMSConfiguration

Content from issues.apache.org is not included.CXF-7587

JAXRS Server fails to serve requests when context path ends with asterisk '*' caracter

Content from issues.apache.org is not included.CXF-7603

private a way that only a set of client IP can access the WADL

Content from issues.apache.org is not included.CXF-7607

JAXRS only consider the first \"Accept\" header in the request

Content from issues.apache.org is not included.CXF-7628

JMX mbean 'Thread Pools' and 'Connectors' for Jetty are not registered if CXF endpoint is configured with engine-factory element having threadingParameters.

Content from issues.apache.org is not included.CXF-7671

should avoid reverse dns resolution in AsyncHTTPConduit for the proxy host address

Content from issues.apache.org is not included.CXF-7689

ensure don’t have content-type|content-length as jms message headers when use REST on JMS Transport

Content from issues.jboss.org is not included.ENTESB-4539

Add support for MS AuthenticationPolicy

Content from issues.jboss.org is not included.ENTESB-5379

Enhance DefaultEHCacheOAuthDataProvider to share an overflow file.

Content from issues.jboss.org is not included.ENTESB-6836

soap-mtom quickstart : org.apache.cxf.interceptor.Fault: Could not write attachments

Content from issues.jboss.org is not included.ENTESB-6912

Add licenses.xml to Fuse 7 EAP kit

Content from issues.jboss.org is not included.ENTESB-6940

Feature:install triggers sshd shell restart too often"

Content from issues.jboss.org is not included.ENTESB-7100

Change the location of the public-suffix-list data file."

Content from issues.jboss.org is not included.ENTESB-7125

Circular dependency between fuse-karaf and fabric8 projects

Content from issues.jboss.org is not included.ENTESB-7167

Karaf, EAP maven artifacts with different versions

Content from issues.jboss.org is not included.ENTESB-7314

Add dependencies for cxf-xjc-plugins to allow automated builds.

Content from issues.jboss.org is not included.ENTESB-7371

CXF in FUSE7 should run with SpringBoot 1.5.x

Content from issues.jboss.org is not included.ENTESB-7514

Gateway is not taking the URI’s with asterisk '*'

Content from issues.jboss.org is not included.ENTESB-7617

regression with /api-docs swagger in cxf jaxrs

Content from issues.jboss.org is not included.ENTESB-7766

Swagger version alignment

Content from issues.jboss.org is not included.ENTESB-7875

CXF bean validation JAX-RS and JAX-WS feature does not work

Content from issues.jboss.org is not included.ENTESB-7913

Incorrect dependency of Netty in cxf-parent

Content from issues.jboss.org is not included.ENTESB-8014

private key default blocksize changed from 128 to 256 since JDK8 161

Content from issues.jboss.org is not included.OSFUSE-685

spring-boot-camel-amq WARN validation constraints with no @Validated

Content from issues.jboss.org is not included.OSFUSE-749

karaf-cxf-rest doesn’t work

Content from issues.jboss.org is not included.OSFUSE-781

cxf jaxws security - com.codahale.metrics wrong version

9.5. Fuse Console (Hawtio) issues resolved in Fuse 7.0

The following table lists the Fuse Console (Hawtio) issues that are resolved in Fuse 7.0.

Table 9.5. Fuse Console issues resolved

IssueDescription

Content from issues.jboss.org is not included.ENTESB-1385

Preferences - Inconsistent capital letters in labels

Content from issues.jboss.org is not included.ENTESB-1410

Fabric - Runtime - APIs: Sorting in table doesn’t work when clicking column header

Content from issues.jboss.org is not included.ENTESB-1428

Hawtio error on Internet Explorer 11

Content from issues.jboss.org is not included.ENTESB-1433

Bouncy diagrams with circles and arrows are not rendered correctly in Internet Explorer

Content from issues.jboss.org is not included.ENTESB-1450

Hawtio allows a profile to be deleted that is assigned to a container

Content from issues.jboss.org is not included.ENTESB-1522

UI support for the role based permissions

Content from issues.jboss.org is not included.ENTESB-1641

Hawtio console does not show multiple Camel Context in the Camel Tree

Content from issues.jboss.org is not included.ENTESB-1694

Create shading of profile list in Create container/add profiles to container similar as in in Wiki page

Content from issues.jboss.org is not included.ENTESB-1715

ActiveMQ: Health mBean Create Queue and Topic does nothing

Content from issues.jboss.org is not included.ENTESB-1908

Preferences sliding window shows at login page

Content from issues.jboss.org is not included.ENTESB-1981

Hawtio - Mouse right click on activemq tree element or jmx tree element in hawtio will open welcome screen in Firefox

Content from issues.jboss.org is not included.ENTESB-2039

Hawtio - Dashboard: Create Gist on github button always disabled

Content from issues.jboss.org is not included.ENTESB-2092

Hawtio - Fabric - Wiki: Profile disappears when copied under the same name to the same folder

Content from issues.jboss.org is not included.ENTESB-2224

hawtio RangeError: Maximum call stack size exceeded

Content from issues.jboss.org is not included.ENTESB-2227

Link to Preferences points to ActiveMQ page

Content from issues.jboss.org is not included.ENTESB-2229

Git tab twice in Preferences

Content from issues.jboss.org is not included.ENTESB-2231

Behavior of Host identification

Content from issues.jboss.org is not included.ENTESB-2237

Unable to create version containing string in name from hawtio in 6.2

Content from issues.jboss.org is not included.ENTESB-2243

Rephrase sentence in FAQ

Content from issues.jboss.org is not included.ENTESB-2249

Jmx - Operations: Parameter type’s label jumps up when mouse over checkbox

Content from issues.jboss.org is not included.ENTESB-2250

Log Out menu option disappears after entering page address manually or page refreshing

Content from issues.jboss.org is not included.ENTESB-2251

\"Log Out\" option and it’s pupup label \"Log out\" option differs in capital letters usage

Content from issues.jboss.org is not included.ENTESB-2255

Change label formatting

Content from issues.jboss.org is not included.ENTESB-2256

Switching between different Brandings and Themes does not work properly

Content from issues.jboss.org is not included.ENTESB-2267

Fabric: Profiles under Containers tab are checkable without any reason

Content from issues.jboss.org is not included.ENTESB-2268

Fabric: \"Details…​\" link by profiles under Containers tab is dead

Content from issues.jboss.org is not included.ENTESB-2269

Fabric: Default profile doesn’t load it’s icon image

Content from issues.jboss.org is not included.ENTESB-2273

Fabric - Profile remove confirmation dialog: Inconsistent button names (Remove, Delete)

Content from issues.jboss.org is not included.ENTESB-2275

Fabric-Scaling-Profile requirements: Adding host tag erases set values

Content from issues.jboss.org is not included.ENTESB-2276

Clicking Logs tab causes switch of main navigation tabs set when Insight profiles deployed

Content from issues.jboss.org is not included.ENTESB-2284

Fabric: Scaling - broken layout when page resized

Content from issues.jboss.org is not included.ENTESB-2287

Hawtio - Terminal: unable to execute any command

Content from issues.jboss.org is not included.ENTESB-2290

Hawtio - Terminal: osgi:info command problem

Content from issues.jboss.org is not included.ENTESB-2293

Preferences tooltip

Content from issues.jboss.org is not included.ENTESB-2302

Fabric - Wiki: Version menu displays behind profiles' tree structure

Content from issues.jboss.org is not included.ENTESB-2314

Fabric - Dashboard: Delete button doesn’t delete all selected dashboards

Content from issues.jboss.org is not included.ENTESB-2316

Fabric - Dashboard - Manage: Checkbox for all dashboards selection stays checked

Content from issues.jboss.org is not included.ENTESB-2331

OSGi - Dependencies: Different popup errors in different browsers when the page loads

Content from issues.jboss.org is not included.ENTESB-2338

Add New Profile Dialog: Clicking on a profile name loads a profile page behind the dialog

Content from issues.jboss.org is not included.ENTESB-2339

Add New Profile dialog: Disallow adding the same profile multiple times

Content from issues.jboss.org is not included.ENTESB-2340

Scaling - SSH Configuration, Docker Configuration: All numeric values can be set to be 0 or negative

Content from issues.jboss.org is not included.ENTESB-2341

Fabric - Scaling: It is possible to create empty HostTag

Content from issues.jboss.org is not included.ENTESB-2345

Hawtio becomes not available when the client repeatidly tries to create more connections than 'maximumConnections' property

Content from issues.jboss.org is not included.ENTESB-2349

Fabric - Wiki - History: \"Compare\" and \"Revert\" buttons are always inactive

Content from issues.jboss.org is not included.ENTESB-2351

Fabric - Wiki: Can’t create document \"patternpattern.aaa\" while \"pattern.aaa\" already exists

Content from issues.jboss.org is not included.ENTESB-2353

Fabric - Wiki - Actions: History action link behaves as intended but confusingly when a tree item selected

Content from issues.jboss.org is not included.ENTESB-2357

Fabric - Wiki - Camel route editor: Save button active even if grayed out

Content from issues.jboss.org is not included.ENTESB-2359

Word \"any\" twice in one sentence

Content from issues.jboss.org is not included.ENTESB-2360

\"Clear recent\" option looks like one of the perspectives

Content from issues.jboss.org is not included.ENTESB-2362

Try to change alignment in Help

Content from issues.jboss.org is not included.ENTESB-2364

Fabric - Wiki - Camel route editor: Cannot find use of \"Cancel\" button. Does it do even anything?

Content from issues.jboss.org is not included.ENTESB-2368

Irrelevant link in FAQ

Content from issues.jboss.org is not included.ENTESB-2369

Missing dot at the end of the sentence

Content from issues.jboss.org is not included.ENTESB-2371

Page content doesn’t load after refresh

Content from issues.jboss.org is not included.ENTESB-2372

Fabric - Wiki - Camel route editor: Preserve unsaved changes when switcing between \"Canvas\" and \"Tree\" view

Content from issues.jboss.org is not included.ENTESB-2385

Fabric - Services - Registry: Strangely placed \"/\" signs in registry path

Content from issues.jboss.org is not included.ENTESB-2388

Fabric - Services: Synchronize doubly displayed profiles selection while creating new container

Content from issues.jboss.org is not included.ENTESB-2389

double login required when connecting to another fabric container

Content from issues.jboss.org is not included.ENTESB-2393

Container’s detail page: Container name cut from bottom

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-2408

Hawtio console should default to showing the current default configuration version, rather than 1.0

Content from issues.jboss.org is not included.ENTESB-2418

The 6.1 R1P1 Patch Breaks Jolokia URL

Content from issues.jboss.org is not included.ENTESB-2423

[UX] ugly template page visible for a moment when displaying a container view

Content from issues.jboss.org is not included.ENTESB-2424

REST quickstart / SOAP quickstart buttons in API view are never shown by default

Content from issues.jboss.org is not included.ENTESB-2435

[UX] Cannot create containers directly from the \"Containers\" view

Content from issues.jboss.org is not included.ENTESB-2437

Dashboard - Empty textbox for widget renaming is too long, therefore submit and cancel buttons are hidden

Content from issues.jboss.org is not included.ENTESB-2440

Dashboard - the second widget on a dashboard is placed far far down

Content from issues.jboss.org is not included.ENTESB-2454

Dashboard - unscrollable widgets' content

Content from issues.jboss.org is not included.ENTESB-2462

Error Unknown provider

Content from issues.jboss.org is not included.ENTESB-2474

Adding artifact to a profile by drag and drop file action doesn’t work

Content from issues.jboss.org is not included.ENTESB-2481

Repeated login/logout becomes slower and slower

Content from issues.jboss.org is not included.ENTESB-2492

OSE hawtio fabric \"Containers\" view \"Open a new window and connect to this container\" does not open the Log view

Content from issues.jboss.org is not included.ENTESB-2510

Fabric - Containers - Profiles: Filtering doesn’t work

Content from issues.jboss.org is not included.ENTESB-2512

Fabric - Wiki: Version’s menu has clickable separator-like labels

Content from issues.jboss.org is not included.ENTESB-2514

Fabric - Wiki - Patch version: Cancel button redirects to Welcome page

Content from issues.jboss.org is not included.ENTESB-2681

Fabric - Dashboard - Manage: List of dashboards is empty

Content from issues.jboss.org is not included.ENTESB-2709

Some property keys are not displayed with correct color in hawtio

Content from issues.jboss.org is not included.ENTESB-2714

Fabric - Containers - Containers: Root container filtering doesn’t work

Content from issues.jboss.org is not included.ENTESB-2715

Fabric - Containers - Containers: Filtering box has 2 crosses to delete it’s content

Content from issues.jboss.org is not included.ENTESB-2719

Fabric-Dashboard-Manage-DuplicateTo Profiles: Clicking profile name in \"Copy dashboards\" dialog opens profile page in background

Content from issues.jboss.org is not included.ENTESB-2727

Fabric - Services - Profiles: Target count of instances with a profile is green even if current state exceeds set maximum

Content from issues.jboss.org is not included.ENTESB-2739

Exception happens when trying to delete ssh container several times via Hawtio (and Zookeeper failed to select master)

Content from issues.jboss.org is not included.ENTESB-2782

Fabric - Services - MQ: Filtering shifts some boxes with brokers down

Content from issues.jboss.org is not included.ENTESB-2795

Fabric - Scaling - Profile Requirements: Refreshing page with new values causes \"Invalid argument\" error in IE11

Content from issues.jboss.org is not included.ENTESB-2797

Fabric - Scaling - SSH Configuration, Docker Configuration: Dragging tags causes popup errors in IE11

Content from issues.jboss.org is not included.ENTESB-2798

Fabric - Scaling - Status: Change mouse pointer image to \"hand\" when over profile name

Content from issues.jboss.org is not included.ENTESB-2806

Add Dependencies to Profile Dialog: Clicking on a profile name loads a profile page behind the dialog

Content from issues.jboss.org is not included.ENTESB-2812

Fabric - Dashboard: Widgets with diagrams are zoomed out in IE11

Content from issues.jboss.org is not included.ENTESB-2814

Fabric - Dashboard: Container detail widget has too large-scaled images

Content from issues.jboss.org is not included.ENTESB-2841

ActiveMQ - Durable Subscribers: Delete button becomes inactive forever after subscriber deleted

Content from issues.jboss.org is not included.ENTESB-2842

Unable to update Pax Web properties from Hawtio

Content from issues.jboss.org is not included.ENTESB-2864

Connect: It’s possible to connect to 8181 with random username and password and path when jetty runs on 9181

Content from issues.jboss.org is not included.ENTESB-2868

Dashboard - Manage: Bad mouse interaction with rename-dashboard box in Firefox

Content from issues.jboss.org is not included.ENTESB-2869

Dashboard: Logs widget has only several rows - short scrollbar

Content from issues.jboss.org is not included.ENTESB-2875

OSGi - Configuration: Creating new configuration with existing name replaces existing configuration

Content from issues.jboss.org is not included.ENTESB-2878

OSGi - Bundles: ActiveMQ checkbox does nothing

Content from issues.jboss.org is not included.ENTESB-2888

[Hawt.io] Add version select to MQ tab

Content from issues.jboss.org is not included.ENTESB-2909

Editing files in the hawtio wiki which have a long file path causes first line to be obscured by menu bar

Content from issues.jboss.org is not included.ENTESB-2926

\"Declarative Services\" Hawtio page does not auto-refresh

Content from issues.jboss.org is not included.ENTESB-2974

[OSE][6.2]The button of 'start' is grey when moving cursor on the \"stopped\" container

Content from issues.jboss.org is not included.ENTESB-2977

Hawt.IO quartz plugin stops working in Fuse 6.1.1

Content from issues.jboss.org is not included.ENTESB-3009

Cannot filter messages - Windows + Firefox

Content from issues.jboss.org is not included.ENTESB-3022

Fabric - Services - Profiles: one container is listed in multiple versions of the same profile

Content from issues.jboss.org is not included.ENTESB-3029

Fabric - Services - MQ: Too large broker image

Content from issues.jboss.org is not included.ENTESB-3084

Fabric - Wiki - Camel editor: Missing Canvas and Tree tabs when editor first loaded

Content from issues.jboss.org is not included.ENTESB-3088

Fabric - SSH Configuration,Docker Configuration: Limit port value to 65535

Content from issues.jboss.org is not included.ENTESB-3111

Dashboard : \"Add view to dashboard\" link is clickable if disabled

Content from issues.jboss.org is not included.ENTESB-3128

Camel: \"Rest Services\" page scrolls down periodically

Content from issues.jboss.org is not included.ENTESB-3154

More generic solution for ENTESB-2418

Content from issues.jboss.org is not included.ENTESB-3183

Camel: \"Show this view in full screen\" action doesn’t work always correctly

Content from issues.jboss.org is not included.ENTESB-3207

Fabric - Container - ActiveMQ, Camel, JMX Attributes: Second opening of Attribute detail dialog causes \"Error: Invalid Argument\"

Content from issues.jboss.org is not included.ENTESB-3215

IOException after uninstallation of a bundle in hawtio

Content from issues.jboss.org is not included.ENTESB-3253

ActiveMQ: Message lost when moving from and to the same queue

Content from issues.jboss.org is not included.ENTESB-3260

ActiveMQ - queue - Browse: Checkbox for all messages stays checked even if some messages don’t

Content from issues.jboss.org is not included.ENTESB-3266

Duplicate labels in JMX Property dialog

Content from issues.jboss.org is not included.ENTESB-3287

Health: Too long text rows hidden behind the edge of a widget

Content from issues.jboss.org is not included.ENTESB-3316

Hawtio - fabric/api/wadl - can’t invoke REST endpoint

Content from issues.jboss.org is not included.ENTESB-3346

OSGi - Bundles: ActiveMQ checkbox, activemq-karaf is missing

Content from issues.jboss.org is not included.ENTESB-3347

OSGI Bundles - filter ignores checked bundles

Content from issues.jboss.org is not included.ENTESB-3376

Camel - Operations: Text field with operation result is editable

Content from issues.jboss.org is not included.ENTESB-3390

Fabric - Camel - Edit Chart: Each \"View chart\" click doubles items count in a chart

Content from issues.jboss.org is not included.ENTESB-3419

Fabric - Dashboard: Clicking dashboard in the bar doesn’t always open that dashboard

Content from issues.jboss.org is not included.ENTESB-3442

OSGi - Features: Feature install button doesn’t have an icon and has wrong dimensions

Content from issues.jboss.org is not included.ENTESB-3444

OSGi - Framework: Dialogs close without change when Enter pressed

Content from issues.jboss.org is not included.ENTESB-3445

Osgi - Framework: Setting Current Framework Start Level <80 causes exception and disables Hawtio

Content from issues.jboss.org is not included.ENTESB-3451

Fabric - Wiki: User is forced to append .txt extension when creating new text file

Content from issues.jboss.org is not included.ENTESB-3502

Loss Of Select Radio Button for Container

Content from issues.jboss.org is not included.ENTESB-3504

The labels for the Actions submenu on the Wiki page disappear on mouse over

Content from issues.jboss.org is not included.ENTESB-3512

In Hawtio, The List of Child Containers, In Containers Page, Is No Longer Indented

Content from issues.jboss.org is not included.ENTESB-3515

Hawtio provides delete button for root container but it cannot be delete

Content from issues.jboss.org is not included.ENTESB-3524

Hawtio does not allow capital letters in profile names

Content from issues.jboss.org is not included.ENTESB-3526

Declarative service properties not shown in Hawtio console

Content from issues.jboss.org is not included.ENTESB-3568

Hawtio Renders IllegalStateException For A-MQ Slave Broker Attributes

Content from issues.jboss.org is not included.ENTESB-3586

Hawtio sorts containers based on status, then by name

Content from issues.jboss.org is not included.ENTESB-3622

Insufficient role exception should have user friendly error message

Content from issues.jboss.org is not included.ENTESB-3844

Host identification color in Hawtio preferences should not be gray after selection

Content from issues.jboss.org is not included.ENTESB-3872

Main menu - bad readability of items when highlighted on Red Hat theme

Content from issues.jboss.org is not included.ENTESB-3932

Implement administrative audit logging for Fuse

Content from issues.jboss.org is not included.ENTESB-3943

[6.2 P2] After applying patch to Fuse, hawtio says JBoss A-MQ

Content from issues.jboss.org is not included.ENTESB-3956

OSGi: fast switching OSGi tabs causes exception

Content from issues.jboss.org is not included.ENTESB-3957

OSGi - Bundles: Clicking links in a Bundle details page opens the welcome page instead of collapsing a pane conent

Content from issues.jboss.org is not included.ENTESB-3958

OSGi - Declarative Services: Links in DS detail go to the welcome page instead of collapsing a pane

Content from issues.jboss.org is not included.ENTESB-3970

Fabric - Proffiles: Missing several profile icons

Content from issues.jboss.org is not included.ENTESB-4021

Camel: Route diagram isn’t displayed in IE

Content from issues.jboss.org is not included.ENTESB-4055

Improve Hawt.io Performance

Content from issues.jboss.org is not included.ENTESB-4080

Can’t delete queue created in Hawtio when name contains \":\"

Content from issues.jboss.org is not included.ENTESB-4165

ActiveMQ - Chart: PersistenceAdapter tree item has \"View chart' under Chart tab and no data

Content from issues.jboss.org is not included.ENTESB-4166

ActiveMQ - Browse: Checkboxes at message rows works badly after messages list is manually refreshed

Content from issues.jboss.org is not included.ENTESB-4176

Camel - Camel Contexts - Attributes: Wrong ordering of some columns with text

Content from issues.jboss.org is not included.ENTESB-4177

Camel - Camel Contexts - Attributes: Contexts table isn’t refreshed after any context deleted

Content from issues.jboss.org is not included.ENTESB-4183

Filtering is case sensitive

Content from issues.jboss.org is not included.ENTESB-4185

OSGi - Bundles - Table view: Ordering of Version column content is wrong

Content from issues.jboss.org is not included.ENTESB-4186

OSGi - Features: Filtering is case sensitive

Content from issues.jboss.org is not included.ENTESB-4188

OSGi - Features: NullPointerException if all repositories has been removed

Content from issues.jboss.org is not included.ENTESB-4193

OSGi - Services: Bundle (number value) colomn ordering is lexicographical

Content from issues.jboss.org is not included.ENTESB-4194

OSGi - Declarative Services: Activate button is enabled when Activated service is selected, Deactivate as well

Content from issues.jboss.org is not included.ENTESB-4209

Preferences - Core - Host identification: All colors in color palette are white (IE10)

Content from issues.jboss.org is not included.ENTESB-4219

About page contains unneccessarily 2 same links

Content from issues.jboss.org is not included.ENTESB-4232

Containers - Profiles: Stop, Start, Delete buttons shouldn’t be there

Content from issues.jboss.org is not included.ENTESB-4234

Container detail - Provision list: Filtering is case sensitive

Content from issues.jboss.org is not included.ENTESB-4246

Fabric - Wiki: Deleting default version causes exception and disables Wiki page

Content from issues.jboss.org is not included.ENTESB-4253

Fabric - Services - APIs: \"APIs, Container, Version\" table columns allow only one direction of ordering

Content from issues.jboss.org is not included.ENTESB-4256

Fabric - Services - EIPs: Diagram filtering is case sensitive

Content from issues.jboss.org is not included.ENTESB-4331

Cross Site Scripting Vulnerabilities

Content from issues.jboss.org is not included.ENTESB-4350

Camel on EAP - filtering is not working

Content from issues.jboss.org is not included.ENTESB-4352

Camel on EAP - Route Diagram - ns_error_failure

Content from issues.jboss.org is not included.ENTESB-4365

Unnecessary down arrow

Content from issues.jboss.org is not included.ENTESB-4366

Camel on EAP - Routes - Clear messages should delete message

Content from issues.jboss.org is not included.ENTESB-4370

Camel Debug - Create breakpoint button is not intuitive

Content from issues.jboss.org is not included.ENTESB-4372

Cross in filter field is not unified

Content from issues.jboss.org is not included.ENTESB-4375

Fabric - Services - APIs: Quickstarts link points to a blank page

Content from issues.jboss.org is not included.ENTESB-4379

Camel on EAP - Creating endpoint without choosing component

Content from issues.jboss.org is not included.ENTESB-4380

Camel on EAP - checkboxes are not editable

Content from issues.jboss.org is not included.ENTESB-4381

Camel on EAP - Type converters - Enable/Disable statistics

Content from issues.jboss.org is not included.ENTESB-4385

ContextCreateHandler executed on non camel enabled deployments

Content from issues.jboss.org is not included.ENTESB-4391

Null user on EAP

Content from issues.jboss.org is not included.ENTESB-4404

No automatic reload after Camel Preferences change

Content from issues.jboss.org is not included.ENTESB-4405

Preferences - ID label does not work

Content from issues.jboss.org is not included.ENTESB-4417

Preferences - Server Logs: Log batch size setting doesn’t work

Content from issues.jboss.org is not included.ENTESB-4418

Camel - two Create Endpoint buttons do different things

Content from issues.jboss.org is not included.ENTESB-4479

Update Jenkins jobs to use Flaky Test Plugin and Surefire rerun failing tests option

Content from issues.jboss.org is not included.ENTESB-4516

Location of containers is displayed differently under Containers and Services tabs

Content from issues.jboss.org is not included.ENTESB-4575

OSGi - getElementsByTagName error

Content from issues.jboss.org is not included.ENTESB-4581

Fabric8 jvm options for nodes should be applied when node is started using bin/karaf

Content from issues.jboss.org is not included.ENTESB-4599

Hawtio: Update Camel tab for new or removed camel contexts/routes [Fabric mode]

Content from issues.jboss.org is not included.ENTESB-4892

\"viewer\" has some rights unexpected in hawtio

Content from issues.jboss.org is not included.ENTESB-4919

Child container does not inherit the location from its parent

Content from issues.jboss.org is not included.ENTESB-4934

Possible to Create Duplicate Container Processes in Hawtio

Content from issues.jboss.org is not included.ENTESB-4937

Hawtio fails to show custom bundles in OSGi default view

Content from issues.jboss.org is not included.ENTESB-4996

Viewer role able to create/delete queues and messages via Hawtio

Content from issues.jboss.org is not included.ENTESB-5013

hawtio jetty threadpools tab shows no data

Content from issues.jboss.org is not included.ENTESB-5059

Fabric - Wiki: Several icons missing in the left navigation with checkboxes

Content from issues.jboss.org is not included.ENTESB-5062

Fabric: missing all tabs except \"Containers\"

Content from issues.jboss.org is not included.ENTESB-5196

Vanishing items at various menus

Content from issues.jboss.org is not included.ENTESB-5198

Logs: Often Parse error when loading logs

Content from issues.jboss.org is not included.ENTESB-5199

Fabric - Containers - Profiles: Clicking profile’s tags causes exception

Content from issues.jboss.org is not included.ENTESB-5200

Fabric - Containers,Services: Remove Stop button when Root container selected

Content from issues.jboss.org is not included.ENTESB-5209

Deleting topics doesn’t have a confirmation dialog

Content from issues.jboss.org is not included.ENTESB-5226

Hawtio change behavior of Activate/Deactivate buttons in OSGi/Declarative Services

Content from issues.jboss.org is not included.ENTESB-5244

Fabric - Wiki - Delete version dialog: Change warning for default version

Content from issues.jboss.org is not included.ENTESB-5252

Clicking on Jetty tab shows \"Are you sure?\" screen for a moment

Content from issues.jboss.org is not included.ENTESB-5324

Health tab in Hawtio not being displayed for fabric containers

Content from issues.jboss.org is not included.ENTESB-5441

Scaling Save and Cancel buttons are not disabled after cancel

Content from issues.jboss.org is not included.ENTESB-5479

Fabric should externalize jolokia-access.xml, or provide similar configuration facilities

Content from issues.jboss.org is not included.ENTESB-5525

Fabric - Containers - Location: Filtering field filters containers instead of locations

Content from issues.jboss.org is not included.ENTESB-5566

Multiple roles defined in hawtio.roles property not working in EAP

Content from issues.jboss.org is not included.ENTESB-5593

Move and cancel button have the same behaviour when no destination queue is selected

Content from issues.jboss.org is not included.ENTESB-5596

OSGi - Declarative Services - {{row.id}} shows up

Content from issues.jboss.org is not included.ENTESB-5601

Chosen color of the host identification should be highlighted

Content from issues.jboss.org is not included.ENTESB-5622

User with Read-only privilege can delete/move messages through hawtio

Content from issues.jboss.org is not included.ENTESB-5629

Authenticator.checkIfSubjectHasRequiredRoleOnWebsphere method is missing logic to handle multiple roles

Content from issues.jboss.org is not included.ENTESB-5657

Fabric - Profiles - Deploy: Creating a new container with profiles version other than default fails

Content from issues.jboss.org is not included.ENTESB-5742

hawtio page scaling / status should hide add (+) button if user doesn’t have required permissions

Content from issues.jboss.org is not included.ENTESB-5768

Fabric - Wiki - profile detail: typing in add artifact field is mirrored to another text field

Content from issues.jboss.org is not included.ENTESB-5791

Jolokia - Allow to override all the defaults at startup time

Content from issues.jboss.org is not included.ENTESB-5818

Upgrade httpclient version to latest, at a minimum > 4.3.4

Content from issues.jboss.org is not included.ENTESB-5892

Jetty - Applications: Links in the list are wrong

Content from issues.jboss.org is not included.ENTESB-5901

Wrong links in Help - Health

Content from issues.jboss.org is not included.ENTESB-5902

JMX - Edit chart causes error

Content from issues.jboss.org is not included.ENTESB-5921

There is not Delete button in Hawtio for SSH container

Content from issues.jboss.org is not included.ENTESB-5958

Fabric - Services - Containers: Containers list disappears when a container migrated to a version not containing one of the current profiles

Content from issues.jboss.org is not included.ENTESB-5973

hide history button in Fabric - Wiki for user without required permissions

Content from issues.jboss.org is not included.ENTESB-5976

Hawtio on EAP shows wrong Context Root

Content from issues.jboss.org is not included.ENTESB-6062

Please add an option to acknowledge error messages in HawtIO

Content from issues.jboss.org is not included.ENTESB-6100

Hawtio web console does not handle password well if it contains character ':'

Content from issues.jboss.org is not included.ENTESB-6104

Hawtio upgrade for RH-SSO integration

Content from issues.jboss.org is not included.ENTESB-6133

Flashing login screen in HawtIO

Content from issues.jboss.org is not included.ENTESB-6169

OSGI Bundles: buttons (stop, start, refresh, update, uinstall) do not interact on user click

Content from issues.jboss.org is not included.ENTESB-6248

fabric:version is considered to be digit only and separated by dot

Content from issues.jboss.org is not included.ENTESB-6264

OSGi - Declarative Services - Activate/Deactivate button on service individual page looks like do nothing

Content from issues.jboss.org is not included.ENTESB-6446

[Hawtio] Problem with the display of quotation marks <\"> in the Logs.

Content from issues.jboss.org is not included.ENTESB-6470

Make sure Hawtio v2 works on EAP even if RBAC is enabled

Content from issues.jboss.org is not included.ENTESB-6492

Hawtio v2 Help plugin

Content from issues.jboss.org is not included.ENTESB-6685

Hawtio v2 - Merge master (1.x) branch to 2.x

Content from issues.jboss.org is not included.ENTESB-6692

Hawtio v2 doesn’t build in Fuse 7 Jenkins pipeline

Content from issues.jboss.org is not included.ENTESB-6727

Wiki in managment console

Content from issues.jboss.org is not included.ENTESB-6737

hawtio overwhelms server when viewing 50-60 queues (activemq tab)

Content from issues.jboss.org is not included.ENTESB-6741

Hawtio v2 - Create Karaf feature for Fuse 7 installation

Content from issues.jboss.org is not included.ENTESB-6844

SpringBoot Starter for starting HawtIO 2

Content from issues.jboss.org is not included.ENTESB-7101

Switch from jetty-maven-plugin to wildfly-maven-plugin for hawtio-war

Content from issues.jboss.org is not included.ENTESB-7394

RBAC - Hierarchical nature of ACLs preventing control of specific mBean operations on broker queues

Content from issues.jboss.org is not included.ENTESB-7433

Test Keycloak integration for hawtio v2

Content from issues.jboss.org is not included.ENTESB-7460

Apply RBAC directive to hawtio v2 html pages

Content from issues.jboss.org is not included.ENTESB-7471

hawtio v2 - concise and consistent naming for logging categories

Content from issues.jboss.org is not included.ENTESB-7480

Allow users to hide Logs tab via RBAC configuration in Hawtio on Karaf

Content from issues.jboss.org is not included.ENTESB-7541

should add hawtio enabled roles in Karaf kit

Content from issues.jboss.org is not included.ENTESB-7564

Hawtio does not work on EAP due to ClassNotFoundException

Content from issues.jboss.org is not included.ENTESB-7695

Hawtio-log-osgi: Avoid using of deprecated methods with Jackson objectMapper

Content from issues.jboss.org is not included.ENTESB-7736

Integrate hawtio-oauth plugin into Fuse 7 standalone

Content from issues.jboss.org is not included.ENTESB-7806

HAWTIO: When you refresh any page, Jmx page appears.

Content from issues.jboss.org is not included.ENTESB-7835

Document hawtio v2 Keycloak integration

Content from issues.jboss.org is not included.ENTESB-7850

Review and remove servlets/filters that are not used in hawtio v2

Content from issues.jboss.org is not included.ENTESB-7933

Hawtio v2: Create Maven BOM

Content from issues.jboss.org is not included.ENTESB-7958

WFLYCTL0013: Operation (\"read-resource-description\") failed - address after running clean Fuse on EAP

Content from issues.jboss.org is not included.ENTESB-8070

Hawtio: apply Fuse branding to Web console

9.6. Fuse on OpenShift issues resolved in Fuse 7.0

The following tables list the Fuse on OpenShift issues that are resolved in Fuse 7.0:

Table 9.6. Fabric8 Maven plugin issues resolved

IssueDescription

Content from issues.jboss.org is not included.OSFUSE-264

Karaf based image should have the distro unpacked

Content from issues.jboss.org is not included.OSFUSE-283

f-m-p in openshift mode s2i strategy should use ImageStreamTag instead of DockerImage

Content from issues.jboss.org is not included.OSFUSE-388

[FMP] fabric8:undeploy should delete all resources

Content from issues.jboss.org is not included.OSFUSE-389

f-m-p failure to create deployment-less module

Content from issues.jboss.org is not included.OSFUSE-391

f-m-p annotates services with prometheus.io annotations by default

Content from issues.jboss.org is not included.OSFUSE-403

[FMP] Separating maven goals does not create replication controller

Content from issues.jboss.org is not included.OSFUSE-425

[fabric8-maven-plugin]UnknownFormatConversionException: Conversion = 'P' when launching fabric8-maven-plugin in debug mode

Content from issues.jboss.org is not included.OSFUSE-435

[fabric8-maven-plugin] Cannot use properties to deploy applications

Content from issues.jboss.org is not included.OSFUSE-452

[FMP] Log goal displays just latest pod logs

Content from issues.jboss.org is not included.OSFUSE-455

[FMP] Build failure for wrong image throws exception

Content from issues.jboss.org is not included.OSFUSE-479

f-m-p does not create routes with -Dfabric8.deploy.createExternalUrls=true in quickstarts anymore

Content from issues.jboss.org is not included.OSFUSE-555

f-m-p misleading log warning if oc binary is missing

Content from issues.jboss.org is not included.OSFUSE-579

[FMP] Karaf binary s2i-built image from Windows fails on startup exec: /deployments/karaf/bin/karaf: cannot execute: Permission denied'

Content from issues.jboss.org is not included.OSFUSE-605

[OCP 3.6] f-m-p stuck in waitUntilBuildFinished

Table 9.7. Fabric8 version 2 issues resolved

IssueDescription

Content from issues.jboss.org is not included.ENTESB-7826

Fabric 8 repeating deploy phase for some artifacts

Content from issues.jboss.org is not included.OSFUSE-103

Update the <repositories> section in archetypes with the GA product repositories

Content from issues.jboss.org is not included.OSFUSE-108

quickstart to show how to customize karaf logging levels

Content from issues.jboss.org is not included.OSFUSE-144

FISOE BOM

Content from issues.jboss.org is not included.OSFUSE-168

Investigate if it makes sense to drop full bom from fabric8

Content from issues.jboss.org is not included.OSFUSE-175

fabric8-arquillian should create projects instead of namespaces

Content from issues.jboss.org is not included.OSFUSE-176

OpenShift templates for FIS archetypes contain invalid JSON

Content from issues.jboss.org is not included.OSFUSE-178

camel-amq can’t connect to broker

Content from issues.jboss.org is not included.OSFUSE-246

Add support for kubernetes secrets to fabric8-karaf PropertyEvaluator

Content from issues.jboss.org is not included.OSFUSE-248

Add support for kubernetes ConfigMap to fabric8-karaf PropertyEvaluator

Content from issues.jboss.org is not included.OSFUSE-249

Add support for kubernetes ConfigMap to karaf ConfigAdmin

Content from issues.jboss.org is not included.OSFUSE-268

Document the Fabri8 Karaf blueprint and config admin support

Content from issues.jboss.org is not included.OSFUSE-317

f8-arq hangs on \"Waiting for container\" when Completed pods in namespace

Content from issues.jboss.org is not included.OSFUSE-322

KubernetesAssert::deployments fails if test project depends on more than 1 deployments

Content from issues.jboss.org is not included.OSFUSE-324

[fabric8-arquillian] @WithLabel annotation instead of @PodName for @ArquillianResource Pod

Content from issues.jboss.org is not included.OSFUSE-325

JolokiaClients don’t pass the openshift user bearer token to the openshift api

Content from issues.jboss.org is not included.OSFUSE-34

[fabric8-maven-plugin] fabric8:clean to clean namespace

Content from issues.jboss.org is not included.OSFUSE-341

fabric8-project-bom-with-platform-deps incompatible cdi-api version

Content from issues.jboss.org is not included.OSFUSE-343

Unify fabric8-project-bom-with-platform-deps and spring-cloud-kubernetes-bom-with-platform-deps

Content from issues.jboss.org is not included.OSFUSE-393

fabric8-karaf-checks misspelled method name in HealthChecker interface

Content from issues.jboss.org is not included.OSFUSE-447

BOM files should use properties for defining the version of each artifact

Content from issues.jboss.org is not included.OSFUSE-46

Fabric8 Components Agent/APMAgent

Content from issues.jboss.org is not included.OSFUSE-47

general Karaf readiness probe for Karaf template and quickstarts

Content from issues.jboss.org is not included.OSFUSE-486

f8-arq doesn’t use openshift default route subdomain when creating routes

Content from issues.jboss.org is not included.OSFUSE-487

f8-arq env.dependencies aren’t being created

Content from issues.jboss.org is not included.OSFUSE-488

f8-arq env.dependencies fails to parse multiple whitespace-separated files

Content from issues.jboss.org is not included.OSFUSE-499

[f8-arq] io.fabric8.utils.MultiException: Error while cleaning up session

Content from issues.jboss.org is not included.OSFUSE-5

fabric8:apply should behave as \"oc expose\" if no fabric8.domain property nor $KUBERNETES_DOMAIN specified

Content from issues.jboss.org is not included.OSFUSE-507

Please clarify support for updating Fuse version in Karaf projects

Content from issues.jboss.org is not included.OSFUSE-527

Single FIS Spring Boot BOM

Content from issues.jboss.org is not included.OSFUSE-534

fabric8-arquillian should load the ./target/*-is.yaml files if in openshift mode

Content from issues.jboss.org is not included.OSFUSE-56

fabric8:json ignores -Ddocker.image passed on mvn command line

Content from issues.jboss.org is not included.OSFUSE-577

Upgrade Jolokia to 1.3.6

Content from issues.jboss.org is not included.OSFUSE-619

SB apps have shrinkwrap jars in them

Content from issues.jboss.org is not included.OSFUSE-665

Enhance fabric8-karaf-cm configadmin bridge filters to operate as OR as well as AND

Content from issues.jboss.org is not included.OSFUSE-77

Add OpenShift template definitions for quickstarts

Content from issues.jboss.org is not included.OSFUSE-78

Karaf cxf-rest quickstart causes NPE after upgrading to use Swagger2

Table 9.8. Quickstart issues resolved

IssueDescription

Content from issues.jboss.org is not included.OSFUSE-545

Archetypes don’t contain configuration/settings.xml

Content from issues.jboss.org is not included.OSFUSE-567

Provides consistent archetype names for quickstarts

Chapter 10. Supported Configurations

10.1. Information on the Customer Portal

For information about supported configurations, standards, and components in version 7.0, see the following Customer Portal articles:

Legal Notice

Copyright © 2020 Red Hat, Inc.
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, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.