-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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.7.1 backports 2 #38484
3.7.1 backports 2 #38484
Conversation
Bumps com.gradle.enterprise from 3.16.1 to 3.16.2. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 600b933)
Bumps `testcontainers.version` from 1.19.3 to 1.19.4. Updates `org.testcontainers:testcontainers-bom` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4) Updates `org.testcontainers:testcontainers` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 8592d4a)
(cherry picked from commit bfc635c)
… in the BOM (cherry picked from commit 5e30a75)
This is no longer necessary since we upgraded to maven-compiler-plugin 3.12.1, which handles dependency management for annotationProcessorPaths. (cherry picked from commit f4b489b)
(cherry picked from commit e745fe3)
(cherry picked from commit 2c842ae)
Bumps org.jboss.resteasy.spring:resteasy-spring-web from 3.1.0.Final to 3.1.1.Final. --- updated-dependencies: - dependency-name: org.jboss.resteasy.spring:resteasy-spring-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 0fbcb98)
(cherry picked from commit 2986643)
(cherry picked from commit 29255bd)
(cherry picked from commit a4e0228)
…not appearing in docs Looks like Smallrye config still has trouble with passing a name containing dots to `@WithName`. (cherry picked from commit fe22dee)
The downstream tool does not handle attributes in project title so we need to replace the attribute ourselves. The attribute is only replaced in the document title, the rest of the document uses standard attributes. I pushed an example in datasource.adoc. (cherry picked from commit 22e6403)
Closes quarkusio#38465 (cherry picked from commit a280efc)
It already appeared twice during the Maven build so we really don't need it to appear every time we restart dev mode. Fixes quarkusio#37532 (cherry picked from commit 00fc046)
- i.e. batchTriggerAcquisitionMaxCount and batchTriggerAcquisitionFireAheadTimeWindow - fixes quarkusio#38356 (cherry picked from commit b7d4109)
…kens, discarding all access or refresh tokens (cherry picked from commit fc68cde)
I think I went through all the links pointing to generated config doc... (cherry picked from commit 67ec29a)
(cherry picked from commit ea54c7b)
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 21 #
- Failing: integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers
📦 integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers
✖ io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityTest.testAddDeleteDefaultTenant
line 41
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code is <201> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
✖ io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityTest.testGetFruitsDefaultTenant
line 56
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code is <200> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
✖ io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityTest.testGetFruitsTenantMycompany
line 66
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code is <200> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
✖ io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityTest.testPostFruitDefaultTenant
line 80
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code is <201> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
✖ io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityTest.testUpdateFruitDefaultTenant
line 115
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code is <201> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
Please don't merge, I will merge it myself.