3.30.2
- #48784 - Support ephemeral ports in dev services config
- #48815 - Fix dev service ephemeral ports: Make test resource config override dev service config and system props
- #50389 - Testing Lambda resource endpoint with rest-assured and random test-port results in an IllegalArgumentException
- #50513 - quarkus-cache with cache.getAsync() does not respect expire-after-write or expire-after-access
- #50931 - Make sure that Mutiny can use SR-CP to propagate
cancel()up fromCompletableFuture - #51055 - Upgrade from Hibernate ORM 7.1.6.Final to 7.1.10.Final and from Hibernate Reactive 3.1.8.Final to 3.1.9.Final
- #51116 - Docs fix: Minor corrections to OpenShift guide based on downstream QE feedback
- #51148 - Bump narayana-lra.version from 1.0.2.Final to 1.0.3.Final
- #51245 - Docker compose dev services fails on Docker v29
- #51247 - Fix Docker Compose Dev Services NPE on Docker v29
- #51254 - StartupLogCompressor NULL checks
- #51266 - Quarkus maven plugin sometimes fails to acquire maven lock
- #51269 - Re-running failing test fails with classloader errors
- #51272 - Re-try Maven resolver lock acquisition errors with a blocking task runner
- #51280 - Bump to Mutiny 3.0.3 and Vert.x Mutiny bindings 3.20.4
- #51281 - unable to test with InMemoryConnector after upgrading to 3.30
- #51283 - Improvements on observability docs
- #51285 - java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Duplicate field added thrown during JUNIT test
- #51287 - OpenAPI: skip adding method references to model without OperationFilter
- #51289 - Use RoutingContext#normalizedPath() in access log exclusion
- #51294 - Update to UBI 9 9.7
- #51298 - Dispose of the FacadeClassLoader at the end of every test plan so surefire reruns are tolerated
- #51302 - Bump org.hibernate.tool:hibernate-tools-language from 7.1.6.Final to 7.1.10.Final in the hibernate group across 1 directory
- #51304 - Update version of jandex gradle plugin in docs
- #51305 - Update documentation to point to Jandex Gradle 2.3.0
- #51308 - Dev MCP: Reduce the payload for the extension list call
- #51309 - Make messaging channel connector and enabled config properties runtime (again)
- #51311 - ArC: guard against multiple occurrences of the same decorator
- #51335 - Fix typo
3.5.3
- Bump net.bytebuddy:byte-buddy from 1.18.0 to 1.18.1 by @dependabot[bot] in https://github.com/smallrye/jandex/pull/616
- Bump io.quarkus.gizmo:gizmo2 from 2.0.0.Beta8 to 2.0.0.Beta9 by @dependabot[bot] in https://github.com/smallrye/jandex/pull/617
- Use updated
ObjectOpsAPI by @dmlloyd in https://github.com/smallrye/jandex/pull/618 - Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/smallrye/jandex/pull/619
- improve
EquivalenceKeys by @Ladicek in https://github.com/smallrye/jandex/pull/622 - improve
EquivalenceKeys caching by @Ladicek in https://github.com/smallrye/jandex/pull/623 - Bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.2 by @dependabot[bot] in https://github.com/smallrye/jandex/pull/624
- release 3.5.3 by @Ladicek in https://github.com/smallrye/jandex/pull/626
- @dmlloyd made their first contribution in https://github.com/smallrye/jandex/pull/618
Full Changelog: https://github.com/smallrye/jandex/compare/3.5.2...3.5.3
v3.10.0
- C++ IPv6 查询/生成/编辑器支持。
- Java
ip2region查询服务 - IP 版本自动判断且线程安全的查询服务,使用方式请参考 Java Binding ReadMe, Maven pom 版本更新为3.2.0。
- refactor and support ipv6 for binding maker and editor use C++ by @liuyunbin in https://github.com/lionsoul2014/ip2region/pull/403
- java
ip2regionsearcher service with IP version auto detect and Thread-safe search support by @lionsoul2014 , maven pom version upgrade to3.2.0.
Full Changelog: https://github.com/lionsoul2014/ip2region/compare/v3.9.0...v3.10.0