10 hours ago
quarkus

3.30.2

Complete changelog

  • #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 from CompletableFuture
  • #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
1 days ago
jandex

3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/smallrye/jandex/compare/3.5.2...3.5.3

1 days ago
Activiti
1 days ago
selenium

Nightly

Commits

  • a94820f: [dotnet][rb][java][js][py] Automated Browser Version Update (#16643) (Selenium CI Bot) #16643
1 days ago
ip2region

v3.10.0

版本核心功能:

  1. C++ IPv6 查询/生成/编辑器支持。
  2. Java ip2region 查询服务 - IP 版本自动判断且线程安全的查询服务,使用方式请参考 Java Binding ReadMe, Maven pom 版本更新为 3.2.0

What's Changed

  • refactor and support ipv6 for binding maker and editor use C++ by @liuyunbin in https://github.com/lionsoul2014/ip2region/pull/403
  • java ip2region searcher service with IP version auto detect and Thread-safe search support by @lionsoul2014 , maven pom version upgrade to 3.2.0.

Full Changelog: https://github.com/lionsoul2014/ip2region/compare/v3.9.0...v3.10.0