Commit 449cdd7
Bump quarkus.version from 3.30.6 to 3.31.0 (#450)
* Bump quarkus.version from 3.30.6 to 3.31.0
Bumps `quarkus.version` from 3.30.6 to 3.31.0.
Updates `io.quarkus:quarkus-bom` from 3.30.6 to 3.31.0
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.30.6...3.31.0)
Updates `io.quarkus:quarkus-maven-plugin` from 3.30.6 to 3.31.0
Updates `io.quarkus:quarkus-extension-processor` from 3.30.6 to 3.31.0
Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.30.6 to 3.31.0
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.30.6...3.31.0)
---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
dependency-version: 3.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
dependency-version: 3.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
dependency-version: 3.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
dependency-version: 3.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix native build compatibility with Quarkus 3.31.0
This fixes the native image compilation error caused by GraalVM/Mandrel
25.0.1.0 requiring exact return type matches in @substitute methods.
Changes:
- Update GraalVM substitution return types from ConnectionFactory to
JmsPoolConnectionFactory to match original method signatures
- Enable quarkus-maven-plugin extensions for better build validation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zheng Feng <zh.feng@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7dc87f4 commit 449cdd7
File tree
2 files changed
+6
-3
lines changed- runtime/src/main/java/io/quarkiverse/messaginghub/pooled/jms/graal
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments