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

[3.16] 3.16.3 backports 1 #44450

Merged
merged 24 commits into from
Nov 13, 2024
Merged

[3.16] 3.16.3 backports 1 #44450

merged 24 commits into from
Nov 13, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Nov 12, 2024

Please don't merge, I will merge it myself.

geoand and others added 24 commits November 12, 2024 17:44
Relates to: quarkusio#42748

(cherry picked from commit b7e58d6)
- ScheduledInvoker#invoke() should never return null

(cherry picked from commit 81c9a0f)
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)
* edited comment in docker-compose yaml, as Quarkus support HTTP export now
* Fixing typo

(cherry picked from commit 1e68752)
- 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)
Note: Zstd and Snappy remain unsupported.

Fixes quarkusio#43392

(cherry picked from commit 588d3db)
(cherry picked from commit 1aa2223)
(cherry picked from commit 4174cce)
- 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)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Nov 12, 2024
@gsmet gsmet self-assigned this Nov 12, 2024
@quarkus-bot quarkus-bot bot changed the title 3.16.3 backports 1 [3.16] 3.16.3 backports 1 Nov 12, 2024
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/core area/dependencies Pull requests that update a dependency file labels Nov 12, 2024
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/gradle Gradle area/hibernate-orm Hibernate ORM area/jbang Issues related to when using jbang.dev with Quarkus area/narayana Transactions / Narayana area/netty area/oidc area/qute The template engine area/rest area/scheduler area/testing area/vertx labels Nov 12, 2024
Copy link

quarkus-bot bot commented Nov 12, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 76a0ed6.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

Copy link

github-actions bot commented Nov 12, 2024

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Nov 12, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 76a0ed6.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 8bbe797 into quarkusio:3.16 Nov 13, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/core area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/gradle Gradle area/hibernate-orm Hibernate ORM area/infra internal and infrastructure related issues area/jbang Issues related to when using jbang.dev with Quarkus area/narayana Transactions / Narayana area/netty area/oidc area/qute The template engine area/rest area/scheduler area/testing area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.