Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quarkus.version from 3.0.0.Alpha4 to 3.0.0.Alpha6 #278

Merged
merged 2 commits into from
Mar 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2023

Bumps quarkus.version from 3.0.0.Alpha4 to 3.0.0.Alpha6.
Updates quarkus-bom from 3.0.0.Alpha4 to 3.0.0.Alpha6

Release notes

Sourced from quarkus-bom's releases.

3.0.0.Alpha6

Major changes

  • #31567 - Use a property to enable OpenTelemetry for JDBC and use the OpenTelemetry datasource instead of the OpenTelemetry driver
  • #31555 - Add support for CredentialsProvider in Mongo connections

Complete changelog

  • #31838 - Cover Knative deployment integration tests
  • #31835 - ArC - add TransformedAnnotationsBuildItem#hasAnnotation()
  • #31834 - Introduce quarkus.hibernate-orm.mapping.timezone.default-storage
  • #31833 - Knative deployer uses hasApiGroup to check for Knative support
  • #31826 - Support SpringDI List injection with @Inject
  • #31823 - Replace wildcard imports with specific imports for better code maintainability
  • #31819 - Upgrade SmallRye Common to 2.1.0
  • #31814 - ArC fixes for spec compatibility, round 6
  • #31810 - Handle generic return type in Spring Data JPA repositories
  • #31809 - Update SmallRye GraphQL to 2.1.2
  • #31806 - Upgrade rewrite-maven-plugin to 4.41.0
  • #31803 - A test to make sure non-existing modules are ignored during workspace discovery
  • #31799 - Synthetic bean for Quarkus ExecutorService
  • #31798 - Bump Dekorate to 3.5.0
  • #31795 - Apply small polish to cache code
  • #31791 - Fix NPE loading workspace modules
  • #31789 - Replace wildcard imports with specific imports for better code maintainability
  • #31787 - Knative deployer client check always fails over missing KnativeExtensionAdapter
  • #31782 - Synthetic beans - make it possible to use a recorded proxy directly
  • #31781 - Bump kubernetes-client-bom from 6.4.1 to 6.5.0
  • #31779 - Bump liquibase.version from 4.19.1 to 4.20.0
  • #31778 - Bump unboundid-ldapsdk from 6.0.7 to 6.0.8
  • #31774 - Spring Data API Extension not working with Interface-based Projections
  • #31773 - Address CloserTest flakiness
  • #31772 - Remove duplicate dependency
  • #31770 - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java
  • #31769 - Capability added for quarkus-rest-client-reactive-jackson
  • #31762 - Bump Agroal to 2.1
  • #31760 - Add a few more gRPC streaming tests
  • #31758 - Remove mentions of Kogito from the documentation
  • #31757 - Remove leftover expose properties in K8s/OCP configuration
  • #31756 - quarkus-rest-client-reactive-jackson doesn't provide capabilities
  • #31755 - Cache.getAsync() - improve the stats recording logic
  • #31752 - Rename AddJobResourceDecorator2 to CreateJobResourceFromImageDecorator
  • #31751 - Dev UI Fix Windows
  • #31748 - Bump version.cdi-tck from 4.0.7 to 4.0.8
  • #31747 - Read scm-url information from pom, where environment information is missing
  • #31743 - Allows JSON-RPC method to return Uni and add support for @Blocking and @NonBlocking
  • #31738 - DevUI: Not reachable in 3.0.0.Alpha5
  • #31737 - OpenShift binary build fails when current namespace is different
  • #31734 - Upgrade to jboss-threads 3.5.0.Final
  • #31733 - CI Fork Maven Cache job config tweaks

... (truncated)

Commits
  • e4c44cd [RELEASE] - Bump version to 3.0.0.Alpha6
  • 819a7eb Merge pull request #31838 from Sgitario/cover_knative
  • d40800d Merge pull request #31747 from holly-cummins/read-scm-from-pom
  • e514edc Merge pull request #31835 from mkouba/arc-TransformedAnnotationsBuildItem-has...
  • bc39d8a Merge pull request #31537 from gsmet/maven-compiler-plugin
  • 543e632 Merge pull request #31419 from bakrhaso/31210
  • 8312e06 Merge pull request #31567 from michalvavrik/feature/opentelemetry-tracing-ena...
  • 912fc9e Merge pull request #31834 from yrodiere/i31586-tz-storage
  • d3f527c Merge pull request #31594 from gsmet/snakeyaml-2.0
  • 0875cb1 Add dependency needed by compere system stubs
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 3.0.0.Alpha4 to 3.0.0.Alpha6

Updates quarkus-extension-processor from 3.0.0.Alpha4 to 3.0.0.Alpha6

Updates quarkus-extension-maven-plugin from 3.0.0.Alpha4 to 3.0.0.Alpha6

Release notes

Sourced from quarkus-extension-maven-plugin's releases.

3.0.0.Alpha6

Major changes

  • #31567 - Use a property to enable OpenTelemetry for JDBC and use the OpenTelemetry datasource instead of the OpenTelemetry driver
  • #31555 - Add support for CredentialsProvider in Mongo connections

Complete changelog

  • #31838 - Cover Knative deployment integration tests
  • #31835 - ArC - add TransformedAnnotationsBuildItem#hasAnnotation()
  • #31834 - Introduce quarkus.hibernate-orm.mapping.timezone.default-storage
  • #31833 - Knative deployer uses hasApiGroup to check for Knative support
  • #31826 - Support SpringDI List injection with @Inject
  • #31823 - Replace wildcard imports with specific imports for better code maintainability
  • #31819 - Upgrade SmallRye Common to 2.1.0
  • #31814 - ArC fixes for spec compatibility, round 6
  • #31810 - Handle generic return type in Spring Data JPA repositories
  • #31809 - Update SmallRye GraphQL to 2.1.2
  • #31806 - Upgrade rewrite-maven-plugin to 4.41.0
  • #31803 - A test to make sure non-existing modules are ignored during workspace discovery
  • #31799 - Synthetic bean for Quarkus ExecutorService
  • #31798 - Bump Dekorate to 3.5.0
  • #31795 - Apply small polish to cache code
  • #31791 - Fix NPE loading workspace modules
  • #31789 - Replace wildcard imports with specific imports for better code maintainability
  • #31787 - Knative deployer client check always fails over missing KnativeExtensionAdapter
  • #31782 - Synthetic beans - make it possible to use a recorded proxy directly
  • #31781 - Bump kubernetes-client-bom from 6.4.1 to 6.5.0
  • #31779 - Bump liquibase.version from 4.19.1 to 4.20.0
  • #31778 - Bump unboundid-ldapsdk from 6.0.7 to 6.0.8
  • #31774 - Spring Data API Extension not working with Interface-based Projections
  • #31773 - Address CloserTest flakiness
  • #31772 - Remove duplicate dependency
  • #31770 - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java
  • #31769 - Capability added for quarkus-rest-client-reactive-jackson
  • #31762 - Bump Agroal to 2.1
  • #31760 - Add a few more gRPC streaming tests
  • #31758 - Remove mentions of Kogito from the documentation
  • #31757 - Remove leftover expose properties in K8s/OCP configuration
  • #31756 - quarkus-rest-client-reactive-jackson doesn't provide capabilities
  • #31755 - Cache.getAsync() - improve the stats recording logic
  • #31752 - Rename AddJobResourceDecorator2 to CreateJobResourceFromImageDecorator
  • #31751 - Dev UI Fix Windows
  • #31748 - Bump version.cdi-tck from 4.0.7 to 4.0.8
  • #31747 - Read scm-url information from pom, where environment information is missing
  • #31743 - Allows JSON-RPC method to return Uni and add support for @Blocking and @NonBlocking
  • #31738 - DevUI: Not reachable in 3.0.0.Alpha5
  • #31737 - OpenShift binary build fails when current namespace is different
  • #31734 - Upgrade to jboss-threads 3.5.0.Final
  • #31733 - CI Fork Maven Cache job config tweaks

... (truncated)

Commits
  • e4c44cd [RELEASE] - Bump version to 3.0.0.Alpha6
  • 819a7eb Merge pull request #31838 from Sgitario/cover_knative
  • d40800d Merge pull request #31747 from holly-cummins/read-scm-from-pom
  • e514edc Merge pull request #31835 from mkouba/arc-TransformedAnnotationsBuildItem-has...
  • bc39d8a Merge pull request #31537 from gsmet/maven-compiler-plugin
  • 543e632 Merge pull request #31419 from bakrhaso/31210
  • 8312e06 Merge pull request #31567 from michalvavrik/feature/opentelemetry-tracing-ena...
  • 912fc9e Merge pull request #31834 from yrodiere/i31586-tz-storage
  • d3f527c Merge pull request #31594 from gsmet/snakeyaml-2.0
  • 0875cb1 Add dependency needed by compere system stubs
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 15, 2023
dependabot bot and others added 2 commits March 20, 2023 15:46
Bumps `quarkus.version` from 3.0.0.Alpha4 to 3.0.0.Alpha6.

Updates `quarkus-bom` from 3.0.0.Alpha4 to 3.0.0.Alpha6
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.0.0.Alpha4...3.0.0.Alpha6)

Updates `quarkus-maven-plugin` from 3.0.0.Alpha4 to 3.0.0.Alpha6

Updates `quarkus-extension-processor` from 3.0.0.Alpha4 to 3.0.0.Alpha6

Updates `quarkus-extension-maven-plugin` from 3.0.0.Alpha4 to 3.0.0.Alpha6
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.0.0.Alpha4...3.0.0.Alpha6)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@ia3andy ia3andy force-pushed the dependabot/maven/quarkus.version-3.0.0.Alpha6 branch from 534af6e to 09f0024 Compare March 20, 2023 14:48
@ia3andy ia3andy mentioned this pull request Mar 20, 2023
@ia3andy ia3andy merged commit be363db into main Mar 20, 2023
@ia3andy ia3andy deleted the dependabot/maven/quarkus.version-3.0.0.Alpha6 branch March 20, 2023 15:05
ia3andy added a commit that referenced this pull request Mar 22, 2023
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Damevin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant