You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/02/27 08:23:45 UTC

[camel] branch master updated (102b850 -> 68a88d6)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 102b850  Fix type on javadoc in ProcessorDefinition#onCompletion method javadoc. (#2798)
     new 6bce94a  CAMEL-13266: Make camel-management-impl optional so users can run Camel with and without JMX
     new 68a88d6  Regen

The 35681 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 MIGRATION.md                                       |   2 +
 ...omponentCamelContextSchedulerIsolationTest.java |   3 +-
 components/camel-spring/pom.xml                    |   2 +-
 .../spring/config/CamelContextFactoryBeanTest.java |   3 +-
 .../camel/test/spring/CamelAnnotationsHandler.java |   2 +-
 .../CamelSpringDelegatingTestContextLoader.java    |   2 +-
 .../test/spring/CamelSpringTestContextLoader.java  |   3 +-
 .../spring/DisableJmxTestExecutionListener.java    |   2 +-
 components/camel-test/pom.xml                      | 129 +++++++++++----------
 .../apache/camel/test/junit4/CamelTestSupport.java |   8 +-
 .../api}/management/JmxSystemPropertyKeys.java     |   2 +-
 .../camel/management/DefaultManagementAgent.java   |   1 +
 .../management/ManagementStrategyFactory.java      |   1 +
 .../management/DefaultManagementAgentMockTest.java |   1 +
 .../JmxInstrumentationUsingDefaultsTest.java       |   1 +
 .../JmxInstrumentationUsingPlatformMBSTest.java    |   1 +
 .../JmxInstrumentationUsingPropertiesTest.java     |   1 +
 .../JmxInstrumentationWithConnectorTest.java       |   1 +
 .../ManagedNamePatternJvmSystemPropertyTest.java   |   1 +
 .../ManagedRouteWithOnExceptionTest.java           |   1 +
 .../modules/ROOT/pages/lucene-component.adoc       |  16 +--
 .../modules/ROOT/pages/netty4-component.adoc       |   3 +-
 22 files changed, 96 insertions(+), 90 deletions(-)
 rename core/{camel-management-impl/src/main/java/org/apache/camel => camel-management-api/src/main/java/org/apache/camel/api}/management/JmxSystemPropertyKeys.java (98%)