Nightly
- 2752346: [build] Automated Browser Version Update (#17787) (Selenium CI Bot) #17787
- 2456cb5: [rb] add objectOnly/preserveExtras/scalar-primitive BiDi schema signals (#17784) (Titus Fortner) #17784
- 97373d2: [docs] Selenium 5 release charter (#17717) (Titus Fortner) #17717
- 894a9b9: [adr] BiDi implementation boundaries (#17670) (Titus Fortner) #17670
- 58139e3: [build] enforce 120-char line length on rake_tasks (Titus Fortner)
Mybatis Spring Boot 4.1.0
- Update spring boot to v4.1.0 by @renovate[bot] in https://github.com/mybatis/spring-boot-starter/pull/1228
- Update dependency org.mybatis:mybatis-spring to v4.1.0 by @renovate[bot] in https://github.com/mybatis/spring-boot-starter/pull/1233
- Modernize collection usage
- other library / build updates
Full Changelog: https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-4.0.1...mybatis-spring-boot-4.1.0
Nightly
- 63acef8: [build] Automated Browser Version Update (#17779) (Selenium CI Bot) #17779
- bbc57ef: [py] Improve generated HTML docs for Python API (#17775) (Corey Goldberg) #17775
- 43b9ade: [build] rename recommended worktree output base to avoid bazel-out path component (Titus Fortner)
- 051404d: [rb] link generated BiDi elements to their spec definitions (#17781) (Titus Fortner) #17781
- 9bc87cf: [build] run steep in format.sh --lint when Ruby files change (Titus Fortner)
3.38.0.CR1
- #27362 - Quarkus Lambda IT failing with java.net.SocketTimeoutException: Read timed out
- #29141 - Mailer stuck when sending a message from GraphQL endpoint
- #36215 - Imperative Mailer not working with smallrye-graphql
- #45227 - Generating the OpenShift Route CRD using the
quarkus-maven-pluginfails when using TLS b/c is adds a path field - #46899 - Spring Data API Extension Dynamic Projections not working
- #49975 - Support Vertx context propagation in Kotlin coroutine gRPC services
- #50151 - Make
@SpringBootTestannotation work - #50685 - quarkus-rest treats semicolon as a separator in query parameters
- #52703 - Opentelemtry VertxGrpcSpanExporter + NoopSpanExporter
- #53312 - Testcontainers are not reused between builds and test executions with testcontainers.reuse.enable=true
- #53350 - Cross-application AMQP Dev Services sharing broken — ContainerLocator not updated for new discovered() API
- #53431 - Panache Next: Switch to JD 1.1
PageandPageRequest - #53943 - Add a property requiring to use client authentication for all OIDC endpoints
- #54290 - Document priority of configs in various dev and test profiles as well as overriding possibilities
- #54384 - quarkus-hibernate-panache-next: in Kotlin, WithId.AutoUUID fails with Unknown integral data type for ids: UUID
- #54402 - Allow trusted proxy CA subject DN to be verified
- #54537 -
@Transactionaldoes not work in Hibernate Reactive with Panache - #54592 - SPI to have other extensions contribute (static) Hibernate Persistence Unit definitions
- #54593 - Use a per-request TaskQueue for blocking GraphQL over WebSockets
- #54596 - Migrate from quarkus-local-cache to Caffeine + JCache
- #54668 - Hibernate ORM 7.4 temporal entity support testing
- #54691 - Quarkus ForwardedParser does not validate proto values from Forwarded and X-Forwarded-Proto headers
- #54788 - Native build with future defaults fails when CLDR locale data uses disabled service loader
- #54802 - Support stream in maven create project mojo
- #54814 - KnownCompatibleBeanArchiveBuildItem: support maven type
- #54870 - HttpServerMetricsTagsContributor tags are not applied on the
requestResetpath, causing inconsistent tag keys forhttp_server_requests_seconds(quarkus-micrometer-registry-prometheus) - #54965 - quarkus-data-hibernate: PanacheRepository.flush() (no-arg) throws IllegalStateException: Entity 'java.lang.Class' was not found
- #54971 - GraphQL blocking resolvers using Hibernate without
@Transactionalsilently break with parallel execution - #55045 - OIDC: Eager startup validation of JWT bearer token file prevents lazy file creation
- #55063 -
SpringDataRepositoryCreatorgenerates duplicatefindAll()method when extending bareRepositorymarker interface with explicitfindAll()declaration - #55131 - quarkus-dev.properties is not loaded in quarkusDev when gradle-worker.no-process=true
- #55282 - Support weight-based (memory) eviction for Hibernate 2LC Caffeine cache regions