quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

Bump quarkus.version from 2.6.3.Final to 2.7.0.Final #68

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.6.3.Final to 2.7.0.Final. Updates quarkus-bom from 2.6.3.Final to 2.7.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.7.0.CR1

Major changes

  • #22810 - Reactive Oracle Client extension
  • #22572 - Add support for well-known OIDC providers
  • #22494 - Container Image extension for Buildpacks
  • #22401 - Record cache metrics with Micrometer
  • #22352 - Update Flyway to 8.2.2
  • #22169 - Disable JNDI by default
  • #22040 - Allow Jib to set the base JVM image based on the target Java version
  • #21977 - Add interactive terminal
  • #21351 - Expose quarkus.hibernate-orm.database.default-catalog and quarkus.hibernate-orm.database.default-schema as runtime properties
  • #21318 - Add support for kotlin serialization to resteasy reactive

Complete changelog

  • #23010 - Reactive REST Client breaks with ClassFormatError if attribute is present in interface
  • #22997 - Fix broken main
  • #22990 - Minor fixes to Reactive SQL clients guide
  • #22989 - Mention the @​TestReactiveTransaction annotation in the guide
  • #22988 - Add initial guide for Hibernate Reactive
  • #22987 - Add OidcClient and ManagedExecutor test
  • #22983 - Fix recently added source blocks in MongoDB documentation
  • #22979 - Support for assisted project updates
  • #22977 - Bump SmallRye Stork to 1.0.0
  • #22965 - Introduce @​ClientExceptionMapper for simplifying REST Client exception handling
  • #22957 - Support Flyway's defaultSchema configuration option
  • #22954 - Bump jaeger.version from 1.7.0 to 1.8.0
  • #22951 - Bump mysql-connector-java from 8.0.27 to 8.0.28
  • #22950 - Allow all entity field types to be returned by spring-data-jpa @Query method
  • #22946 - Update SmallRye Config to 2.8.2
  • #22944 - MongoDB - Add an experimental resolver for mongo+srv:// urls in native mode
  • #22942 - Define global timeout attributes for REST Clients
  • #22940 - Tests and fixes for quarkus-hibernate-search-orm-coordination-outbox-polling in native mode
  • #22939 - Fix documentation for programmatic REST Client Reactive registration
  • #22938 - Fix remaining HV/RESTEasy warnings when Kotlin around
  • #22936 - Simplify exception handling for REST Client
  • #22932 - Remove unused field
  • #22930 - Fix logging on test startup failure
  • #22929 - Change OIDC client dependency
  • #22927 - Fix RestClientBuilder failed to instantiate provider message
  • #22921 - Minor cleanup to some tests that register custom config
  • #22920 - Make sure (basic) logging is set up before each test class
  • #22916 - Bump resteasy.version from 4.7.4.Final to 4.7.5.Final
  • #22912 - Include useModulePath = false in failsafe plugin
  • #22910 - Custom ConfigSourceInterceptor makes build fail
  • #22904 - Hibernate Search 6.1: Extension for the outbox-polling coordination strategy
  • #22900 - Qute - relax infix notation syntax
  • #22899 - SmallRye GraphQL 1.4.2
  • #22893 - ClientProxyGenerator - fix app class test for producers

... (truncated)

Commits
  • 6378c69 [RELEASE] - Bump version to 2.7.0.Final
  • ebe41e8 Merge pull request #23200 from gsmet/2.7.0-backports-4
  • f6e40e6 Use "full" OpenJDK image and switch back to run-java to start the JVM applica...
  • edf4f14 Use new mockito-bom
  • 28a8a41 Bump mockito-core from 4.3.0 to 4.3.1
  • 35c0e91 Merge pull request #23198 from gsmet/2.7.0-backports-3
  • 19d6fc3 Upgrade to Hibernate ORM 5.6.5.Final
  • 5934645 Revert "ArC - producers - change the client proxy class package"
  • 3cef116 Revert "ClientProxyGenerator - fix app class test for producers"
  • 7ed06ff RHEL 9 elevated default crypto policy compliant certs
  • Additional commits viewable in compare view


Updates quarkus-ide-config from 2.6.3.Final to 2.7.0.Final

Release notes

Sourced from quarkus-ide-config's releases.

2.7.0.CR1

Major changes

  • #22810 - Reactive Oracle Client extension
  • #22572 - Add support for well-known OIDC providers
  • #22494 - Container Image extension for Buildpacks
  • #22401 - Record cache metrics with Micrometer
  • #22352 - Update Flyway to 8.2.2
  • #22169 - Disable JNDI by default
  • #22040 - Allow Jib to set the base JVM image based on the target Java version
  • #21977 - Add interactive terminal
  • #21351 - Expose quarkus.hibernate-orm.database.default-catalog and quarkus.hibernate-orm.database.default-schema as runtime properties
  • #21318 - Add support for kotlin serialization to resteasy reactive

Complete changelog

  • #23010 - Reactive REST Client breaks with ClassFormatError if attribute is present in interface
  • #22997 - Fix broken main
  • #22990 - Minor fixes to Reactive SQL clients guide
  • #22989 - Mention the @​TestReactiveTransaction annotation in the guide
  • #22988 - Add initial guide for Hibernate Reactive
  • #22987 - Add OidcClient and ManagedExecutor test
  • #22983 - Fix recently added source blocks in MongoDB documentation
  • #22979 - Support for assisted project updates
  • #22977 - Bump SmallRye Stork to 1.0.0
  • #22965 - Introduce @​ClientExceptionMapper for simplifying REST Client exception handling
  • #22957 - Support Flyway's defaultSchema configuration option
  • #22954 - Bump jaeger.version from 1.7.0 to 1.8.0
  • #22951 - Bump mysql-connector-java from 8.0.27 to 8.0.28
  • #22950 - Allow all entity field types to be returned by spring-data-jpa @Query method
  • #22946 - Update SmallRye Config to 2.8.2
  • #22944 - MongoDB - Add an experimental resolver for mongo+srv:// urls in native mode
  • #22942 - Define global timeout attributes for REST Clients
  • #22940 - Tests and fixes for quarkus-hibernate-search-orm-coordination-outbox-polling in native mode
  • #22939 - Fix documentation for programmatic REST Client Reactive registration
  • #22938 - Fix remaining HV/RESTEasy warnings when Kotlin around
  • #22936 - Simplify exception handling for REST Client
  • #22932 - Remove unused field
  • #22930 - Fix logging on test startup failure
  • #22929 - Change OIDC client dependency
  • #22927 - Fix RestClientBuilder failed to instantiate provider message
  • #22921 - Minor cleanup to some tests that register custom config
  • #22920 - Make sure (basic) logging is set up before each test class
  • #22916 - Bump resteasy.version from 4.7.4.Final to 4.7.5.Final
  • #22912 - Include useModulePath = false in failsafe plugin
  • #22910 - Custom ConfigSourceInterceptor makes build fail
  • #22904 - Hibernate Search 6.1: Extension for the outbox-polling coordination strategy
  • #22900 - Qute - relax infix notation syntax
  • #22899 - SmallRye GraphQL 1.4.2
  • #22893 - ClientProxyGenerator - fix app class test for producers

... (truncated)

Commits
  • 6378c69 [RELEASE] - Bump version to 2.7.0.Final
  • ebe41e8 Merge pull request #23200 from gsmet/2.7.0-backports-4
  • f6e40e6 Use "full" OpenJDK image and switch back to run-java to start the JVM applica...
  • edf4f14 Use new mockito-bom
  • 28a8a41 Bump mockito-core from 4.3.0 to 4.3.1
  • 35c0e91 Merge pull request #23198 from gsmet/2.7.0-backports-3
  • 19d6fc3 Upgrade to Hibernate ORM 5.6.5.Final
  • 5934645 Revert "ArC - producers - change the client proxy class package"
  • 3cef116 Revert "ClientProxyGenerator - fix app class test for producers"
  • 7ed06ff RHEL 9 elevated default crypto policy compliant certs
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.6.3.Final to 2.7.0.Final

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)
gastaldi commented 2 years ago

@dependabot recreate

dependabot[bot] commented 2 years ago

Looks like these dependencies are up-to-date now, so this is no longer needed.