-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[3.16] 3.16.3 backports 1 #44450
[3.16] 3.16.3 backports 1 #44450
Conversation
Relates to: quarkusio#42748 (cherry picked from commit b7e58d6)
- ScheduledInvoker#invoke() should never return null (cherry picked from commit 81c9a0f)
Fixes: quarkusio#44301 (cherry picked from commit 4af3754)
Attempting to list them results in an error message such as: ``` 04:07:27,906 INFO [app] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find datasource '<default>' for persistence unit 'default-reactive': Bean is not active: SYNTHETIC bean [class=io.vertx.pgclient.PgPool, id=WVL9cdM2vfa8AHSEpmajClhheoQ] 04:07:27,906 INFO [app] Reason: Datasource '<default>' was deactivated automatically because its URL is not set. To activate the datasource, set configuration property 'quarkus.datasource.reactive.url'. Refer to https://quarkus.io/guides/datasource for guidance. 04:07:27,906 INFO [app] To avoid this exception while keeping the bean inactive: 04:07:27,906 INFO [app] - Configure all extensions consuming this bean as inactive as well, if they allow it, e.g. 'quarkus.someextension.active=false' 04:07:27,906 INFO [app] - Make sure that custom code only accesses this bean if it is active 04:07:27,907 INFO [app] - Inject the bean with 'Instance<io.vertx.pgclient.PgPool>' instead of 'io.vertx.pgclient.PgPool' 04:07:27,907 INFO [app] This bean is injected into: 04:07:27,907 INFO [app] - 04:07:27,907 INFO [app] at io.quarkus.hibernate.orm.runtime.PersistenceUnitUtil.unableToFindDataSource(PersistenceUnitUtil.java:115) ``` See the empty list item after "This bean is injected into"? (cherry picked from commit f459659)
(cherry picked from commit fba9f6c)
* edited comment in docker-compose yaml, as Quarkus support HTTP export now * Fixing typo (cherry picked from commit 1e68752)
(cherry picked from commit e1fda94)
(cherry picked from commit a728ac3)
…include duplicates (cherry picked from commit 70e2f17)
(cherry picked from commit a3ff2d3)
Fixes: quarkusio#44118 (cherry picked from commit a82eba2)
- handle localized enums correctly - fixes quarkusio#44366 (cherry picked from commit 959a2e1)
TransactionManagerConfiguration was just plain weird so fixed it. For the others, we need to mark the interfaces as being config or we won't generate the Javadoc for them. (cherry picked from commit bab4a5a)
(cherry picked from commit bfb59fc)
- fixes quarkusio#44412 (cherry picked from commit 8ce3dc5)
…zers (cherry picked from commit f23faa2)
(cherry picked from commit 0878a19)
Note: Zstd and Snappy remain unsupported. Fixes quarkusio#43392 (cherry picked from commit 588d3db)
(cherry picked from commit 1aa2223)
(cherry picked from commit 4174cce)
(cherry picked from commit 0462367)
- Follow up from quarkusio@235f0a7 (cherry picked from commit bcb01b2)
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.13.6 to 1.13.7. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.13.6...v1.13.7) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 3ac8e4f)
Bumps `resteasy.version` from 6.2.10.Final to 6.2.11.Final. Updates `org.jboss.resteasy:resteasy-bom` from 6.2.10.Final to 6.2.11.Final - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.10.Final...6.2.11.Final) Updates `org.jboss.resteasy:resteasy-core` from 6.2.10.Final to 6.2.11.Final - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.10.Final...6.2.11.Final) Updates `org.jboss.resteasy:resteasy-core-spi` from 6.2.10.Final to 6.2.11.Final - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.10.Final...6.2.11.Final) Updates `org.jboss.resteasy:resteasy-json-binding-provider` from 6.2.10.Final to 6.2.11.Final Updates `org.jboss.resteasy:resteasy-json-p-provider` from 6.2.10.Final to 6.2.11.Final Updates `org.jboss.resteasy:resteasy-jaxb-provider` from 6.2.10.Final to 6.2.11.Final Updates `org.jboss.resteasy:resteasy-jackson2-provider` from 6.2.10.Final to 6.2.11.Final Updates `org.jboss.resteasy:resteasy-rxjava2` from 6.2.10.Final to 6.2.11.Final - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.10.Final...6.2.11.Final) Updates `org.jboss.resteasy:resteasy-links` from 6.2.10.Final to 6.2.11.Final - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](resteasy/resteasy@6.2.10.Final...6.2.11.Final) --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-core-spi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-json-binding-provider dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-json-p-provider dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-jaxb-provider dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-jackson2-provider dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-rxjava2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jboss.resteasy:resteasy-links dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit b9904c4)
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Please don't merge, I will merge it myself.