This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 0de09a0 Optaplanner : upgrade to 8.x extension #2243
discard b95de18 Upgrade to Camel 3.9.0
add 5218d55 Extension parent poms should not inherit from
camel-quarkus-build-parent-it
add 06df237 Avro: Prefer SyntheticBeanBuildItem to initializing bean
producers via volatile fields #2273
add 92b3ca0 FHIR: Prefer SyntheticBeanBuildItem to initializing bean
producers via volatile fields #2273
add 7387777 Reactive streams: Prefer SyntheticBeanBuildItem to
initializing bean producers via volatile fields #2273
new b3cfabb Upgrade to Camel 3.9.0
new a728a9a Optaplanner : upgrade to 8.x extension #2243
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0de09a0)
\
N -- N -- N refs/heads/camel-master (a728a9a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 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:
.../component/avro/deployment/AvroProcessor.java | 26 ++-
extensions/avro/pom.xml | 4 +-
.../component/avro/AvroDataFormatProducer.java | 10 +-
.../camel/quarkus/component/avro/AvroRecorder.java | 12 +-
.../{AvroRecorder.java => AvroSchemaRegistry.java} | 17 +-
.../component/avro/AvroDataFormatProducerTest.java | 3 +-
extensions/aws2-ec2/pom.xml | 4 +-
extensions/elasticsearch-rest/pom.xml | 4 +-
.../component/fhir/deployment/FhirProcessor.java | 6 -
.../fhir/deployment/dstu2/FhirDstu2Processor.java | 183 ++-------------------
.../fhir/deployment/dstu3/FhirDstu3Processor.java | 15 +-
.../fhir/deployment/r4/FhirR4Processor.java | 15 +-
.../fhir/deployment/r5/FhirR5Processor.java | 14 +-
.../component/fhir/FhirContextProducers.java | 76 ---------
.../component/fhir/FhirContextRecorder.java | 13 +-
extensions/mongodb-gridfs/pom.xml | 4 +-
.../deployment/ReactiveStreamsProcessor.java | 22 +--
.../reactive/streams/ReactiveStreamsProducers.java | 13 +-
.../reactive/streams/ReactiveStreamsRecorder.java | 14 --
extensions/rest-openapi/pom.xml | 4 +-
.../component/fhir/it/FhirDstu2RouteBuilder.java | 4 +-
.../component/fhir/it/FhirDstu3RouteBuilder.java | 4 +-
.../component/fhir/it/FhirR4RouteBuilder.java | 4 +-
.../component/fhir/it/FhirR5RouteBuilder.java | 4 +-
24 files changed, 129 insertions(+), 346 deletions(-)
copy
extensions/avro/runtime/src/main/java/org/apache/camel/quarkus/component/avro/{AvroRecorder.java
=> AvroSchemaRegistry.java} (71%)
delete mode 100644
extensions/fhir/runtime/src/main/java/org/apache/camel/quarkus/component/fhir/FhirContextProducers.java