This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from d1f6247 Move spring's kotlin processors and substitutions to a
dedicated file
add 352130c Remove bytecode transormation to remove dependencies on jaxb
in RestBindingReifier as it has been implemented in core
add a16e12e Remove platform-http workaround when upgrading camel to 3.2.0
#1013
add a10da6d Revert dependency patch after Camel 3.2 upgrade #1040
No new revisions were added by this update.
Summary of changes:
extensions-core/core-cloud/deployment/pom.xml | 4 -
extensions-core/core-cloud/runtime/pom.xml | 14 ----
.../quarkus/core/deployment/BuildProcessor.java | 10 +++
.../deployment/BytecodeTransformerProcessor.java | 89 ----------------------
extensions/consul/deployment/pom.xml | 1 -
extensions/consul/runtime/pom.xml | 1 -
.../http/runtime/PlatformHttpRecorder.java | 17 +----
.../http/server/it/PlatformHttpEngineTest.java | 3 +-
8 files changed, 12 insertions(+), 127 deletions(-)
delete mode 100644
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BytecodeTransformerProcessor.java