This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 701f4b467c Fixed #7340: removed unnecessary substitution in salesforce
extension
discard f0919d5385 Gen files
discard ee82fd0f4d Generated files
discard ba9aa93533 Generated files
discard 9bc87dc15d Generated files and a bbetter fix of salesforce
discard c2fa22ab8b Fix of salesforce native failure caused by upgrade of
jetty-version - not sure about the fix
discard 8bbab23ec7 Upgrade quarkiverse-fury to 0.3.2
discard c85bc4e997 Generated smb.adoc
discard 3d2d10d072 Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy
static scheduler field for native mode
discard d3489c5b73 Revert "Disabled Headersmap in native, see #7330"
discard a7d5e1a973 Regen files
discard 3225455e7a Disabled Headersmap in native, see #7330
discard 17c272bb37 Regen files
discard f7e4336829 Fix observability-services tests management port discovery
discard a1722c526f Fix up dangling unused imports in platform-http extension
discard 78db57af76 feat(observability-services): use management port
discard e6fd189ad6 chore(platform-http): use default router name
discard 864ce8b151 regen files
discard f87f4974ea Adapt to Camel switching to SmallRye Fault Tolerance
programmatic APIs
discard 66dfbb86ef Regen files + platform-http compilation error fix
discard 57fc68750e generated files
discard 0c490e0194 Fixed google-bigquery
discard 691d00873e Fixed google-bigquerry
discard 12365cc1d7 Regen files
discard bf74704b77 Manage org.apache.fury:fury-core in bom
discard 11c1a05f73 Regen files + fixed comp error in core
discard 7949cf176a fixed jt400
discard d3b4474eb1 Upgrade Camel to 4.12.0
add fb757c36dd Remove redundant BaseMainSupport method overrides
add 0bfeea21f5 Upgrade Quarkus to 3.23.0.CR1
add 848968fe69 Disable groovy integration test native profile due to #7361
add 4761e7d821 Do not exclude findbugs from wss4j-ws-security-common in
the BOM because it transitively depends on quarkus-grpc-common that requires it
at runtime
add 33550fef09 Bump
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.5.0 to 3.6.1
add 66ff4b18c3 Improve handling of findSingleByType where multiple beans
exist without any @Default qualifier
new fac7d393ea Upgrade Camel to 4.12.0
new 3d4a9603c6 fixed jt400
new 5e02f5d760 Regen files + fixed comp error in core
new 130ef7d141 Manage org.apache.fury:fury-core in bom
new 8ccaa21c36 Regen files
new cb9e88ca59 Fixed google-bigquerry
new 1d6dfb5819 Fixed google-bigquery
new f7a78f0a66 generated files
new 0a65966b6a Regen files + platform-http compilation error fix
new 8ec1f68de0 Adapt to Camel switching to SmallRye Fault Tolerance
programmatic APIs
new e6deeaa502 regen files
new c87567e805 chore(platform-http): use default router name
new ecb69069b7 feat(observability-services): use management port
new 3391a9a7b8 Fix up dangling unused imports in platform-http extension
new cce028aa6c Fix observability-services tests management port discovery
new 58198e4ddc Regen files
new 34fdd4d73e Disabled Headersmap in native, see #7330
new 6bcc9e51f3 Regen files
new b0a0c26482 Revert "Disabled Headersmap in native, see #7330"
new f3119a5673 Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy
static scheduler field for native mode
new 9f57be42b8 Generated smb.adoc
new 74901ccf8a Upgrade quarkiverse-fury to 0.3.2
new 7330cfd953 Fix of salesforce native failure caused by upgrade of
jetty-version - not sure about the fix
new ccbef3f4c3 Generated files and a bbetter fix of salesforce
new e2fb2591a4 Generated files
new ebb5c9cb1f Generated files
new dea822281c Gen files
new b679f75e8b Fixed #7340: removed unnecessary substitution in salesforce
extension
new 618194718e Gen files
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 (701f4b467c)
\
N -- N -- N refs/heads/camel-main (618194718e)
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 29 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:
docs/antora.yml | 2 +-
.../core/runtime/CamelBeanPrecedenceTest.java | 172 ++
.../quarkus/core/runtime/CamelPrecedeBeanTest.java | 70 -
.../camel/quarkus/core/RuntimeBeanRepository.java | 75 +-
.../org/apache/camel/quarkus/main/CamelMain.java | 26 -
.../component/jpa/deployment/JpaProcessor.java | 52 +
integration-tests/groovy/pom.xml | 2 +
.../quarkus/component/jpa/it/JpaResource.java | 35 +
.../camel/quarkus/component/jpa/it/JpaRoute.java | 2 +
.../jpa/src/main/resources/application.properties | 33 +-
...efaultAndExplicitEntityManagerFactoryTest.java} | 35 +-
...JpaMultipleNamedResourcesWithNoDefaultTest.java | 23 +-
.../JpaSingleNamedResourceWithNoDefaultTest.java} | 22 +-
.../kubernetes/it/KubernetesConfigMapTest.java | 2 +-
.../it/KubernetesCustomResourceTest.java | 2 +-
.../kubernetes/it/KubernetesDeploymentTest.java | 2 +-
.../component/kubernetes/it/KubernetesJobTest.java | 2 +-
.../kubernetes/it/KubernetesPodsTest.java | 2 +-
.../kubernetes/it/KubernetesSecretTest.java | 2 +-
.../component/master/it/MasterOpenShiftTest.java | 2 +-
.../quarkus/component/sql/it/SqlDbInitializer.java | 2 +
.../quarkus/component/sql/it/SqlResource.java | 2 +
.../camel/quarkus/component/sql/it/SqlRoutes.java | 2 +
.../sql/it/datasource/SqlDataSourceResource.java | 64 +
.../sql/src/main/resources/application.properties | 19 +-
...SqlMultipleNamedDatasourceWithDefaultTest.java} | 44 +-
...lMultipleNamedDatasourceWithNoDefaultTest.java} | 43 +-
pom.xml | 8 +-
poms/bom/pom.xml | 6 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 2697 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 136 +-
.../generated/flattened-reduced-verbose-pom.xml | 356 ++-
32 files changed, 2118 insertions(+), 1824 deletions(-)
create mode 100644
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelBeanPrecedenceTest.java
delete mode 100644
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelPrecedeBeanTest.java
copy
integration-tests/{jolokia/src/test/java/org/apache/camel/quarkus/component/jolokia/it/JolokiaAdditionalPropertiesTest.java
=>
jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/JpaMultipleNamedResourcesWithNoDefaultAndExplicitEntityManagerFactoryTest.java}
(59%)
copy
integration-test-groups/cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java
=>
integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/JpaMultipleNamedResourcesWithNoDefaultTest.java
(62%)
copy
integration-tests/{jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptConfigurationCustomizerTest.java
=>
jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/JpaSingleNamedResourceWithNoDefaultTest.java}
(65%)
create mode 100644
integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/datasource/SqlDataSourceResource.java
copy
integration-tests/{jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXATest.java
=>
sql/src/test/java/org/apache/camel/quarkus/component/sql/it/SqlMultipleNamedDatasourceWithDefaultTest.java}
(56%)
copy
integration-tests/{jolokia/src/test/java/org/apache/camel/quarkus/component/jolokia/it/JolokiaDiscoveryDisabledTest.java
=>
sql/src/test/java/org/apache/camel/quarkus/component/sql/it/SqlMultipleNamedDatasourceWithNoDefaultTest.java}
(53%)