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

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


    from 686337a2c41 CAMEL-20661: Revert "Bump bouncycastle-version from 1.77 
to 1.78 (#13713)"
     new 2ff4d248290 (chores) camel-core: cleaned up duplicated code
     new 3fedbc8c9d0 (chores) camel-core: removed and/or fixed redundant 
suppressions
     new 32d017d51db (chores) camel-core: added missing test annotations
     new fd493dc88c6 (chores) camel-core: removed commented out code
     new b78904f255a (chores) camel-core: use the standard charsets constants
     new 3d7ec8d7eb9 (chores) camel-core: avoid unnecessary calls to toString
     new b0b7f28041d (chores) camel-core: removed unnecessary semicolon

The 7 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:
 .../src/main/java/org/apache/camel/BeanScope.java  |  2 +-
 .../apache/camel/trait/message/MessageTrait.java   |  2 +-
 .../impl/debugger/DefaultBacklogDebugger.java      |  2 +-
 .../engine/DefaultRuntimeEndpointRegistry.java     |  1 -
 .../org/apache/camel/builder/DataFormatClause.java |  1 -
 .../apache/camel/model/DataFormatDefinition.java   |  1 -
 .../apache/camel/model/RouteDefinitionHelper.java  | 41 +++++++++++++++++++++-
 .../org/apache/camel/model/RoutesDefinition.java   | 31 +++-------------
 .../camel/model/app/BeanConstructorsAdapter.java   |  1 -
 .../camel/model/config/ResequencerConfig.java      |  1 -
 .../camel/model/language/JsonPathExpression.java   |  2 +-
 .../apache/camel/model/rest/RestDefinition.java    |  1 -
 .../apache/camel/processor/AbstractThrottler.java  |  1 -
 .../processor/aggregate/AggregateProcessor.java    |  1 -
 .../processor/errorhandler/ExceptionPolicy.java    |  2 +-
 .../core/xml/AbstractCamelContextFactoryBean.java  | 31 +++-------------
 .../apache/camel/builder/ExceptionBuilderTest.java |  1 -
 .../component/bean/BeanProxyNoBindingTest.java     |  9 -----
 .../component/direct/DirectNoConsumerTest.java     |  2 ++
 .../language/LanguageCacheScriptTest.java          |  3 +-
 .../language/LanguageNoCacheScriptTest.java        |  3 +-
 .../language/LanguageRouteConvertBodyTest.java     |  3 +-
 .../language/LanguageRouteNoTransformTest.java     |  3 +-
 .../component/language/LanguageRouteTest.java      |  3 +-
 ...guageScriptInHeaderRouteTakePrecedenceTest.java |  3 +-
 ...pertiesComponentEIPChoiceConvertBodyToTest.java |  4 ++-
 .../PropertiesComponentEIPConvertBodyToTest.java   |  4 ++-
 .../camel/converter/BasicEnumConverterTest.java    |  2 +-
 .../org/apache/camel/converter/ConverterTest.java  |  3 +-
 .../apache/camel/converter/IOConverterTest.java    |  3 +-
 .../camel/converter/jaxp/DomConverterTest.java     |  7 ++--
 .../camel/converter/jaxp/StaxConverterTest.java    |  6 ++--
 .../apache/camel/language/simple/SimpleTest.java   | 12 +++----
 .../MultiCastParallelAndStreamCachingTest.java     | 13 ++++---
 .../MultiCastStreamCachingInSubRouteTest.java      |  2 +-
 .../camel/processor/SetHeadersProcessorTest.java   |  2 --
 .../SplitterStreamCachingInSubRouteTest.java       |  2 +-
 .../camel/processor/WireTapStreamCachingTest.java  |  1 +
 .../camel/processor/converter/ConvertBodyTest.java |  9 ++---
 .../processor/converter/ConvertHeaderTest.java     | 13 ++++---
 .../processor/converter/ConvertVariableTest.java   | 11 +++---
 .../onexception/OnExceptionMisconfiguredTest.java  |  5 ---
 .../onexception/OnExceptionsPerRouteTest.java      |  1 -
 .../support/builder/RecordableInputStreamTest.java |  9 ++---
 .../support/builder/RecordableReaderTest.java      |  9 ++---
 .../DefaultManagementObjectStrategy.java           |  4 ---
 ...ManagedCamelContextDumpRoutesCoverageAsXml.java |  3 +-
 .../org/apache/camel/support/ObjectHelper.java     |  2 +-
 48 files changed, 140 insertions(+), 138 deletions(-)

Reply via email to