Skip to content
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.13] 3.13.0 backports 1 #42038

Merged
merged 26 commits into from
Jul 23, 2024
Merged

[3.13] 3.13.0 backports 1 #42038

merged 26 commits into from
Jul 23, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jul 22, 2024

Please don't merge, I will merge it myself.

Eng-Fouad and others added 26 commits July 22, 2024 15:05
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 47aad8d)
Bumps com.gradle:develocity-maven-extension from 1.21.5 to 1.21.6.

---
updated-dependencies:
- dependency-name: com.gradle:develocity-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 8fbc7cf)
One unit tests from the TLS CLI is generating a .env file during its execution. This commit removes the file after the execution of the test.

(cherry picked from commit 5d5844c)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
(cherry picked from commit 358daa1)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
(cherry picked from commit a0b8b0d)
(cherry picked from commit 379acaa)
(cherry picked from commit ab73220)
The quarkus-rest-client starts a simple pass-through proxy by default
which can be used as a target for Wireshark (or similar tools)
in order to capture all the traffic originating from the REST Client
(this really makes sense when the REST Client is used against
HTTPS services).

However, advances integrations that build on the REST Client can
register their own proxies by using the
DevServicesRestClientProxyProvider SPI

(cherry picked from commit 420d44c)
Bumps [io.opentelemetry.contrib:opentelemetry-aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.32.0-alpha to 1.37.0-alpha.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-xray-propagator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit f56c04b)
"draft" was used as status which is not a recognized stated.

Updating to "experimental" as that's what we document in https://quarkus.io/guides/writing-extensions and similar.

But I don't know if that is the true state.

(cherry picked from commit 393b880)
* Integration tests need more awareness that
native image agent integration tests run Quarkus in container,
therefore any dev services need to be tweaked so that
the java process in container can locate them.
* Tweaked the existing native image agent test
in order to run an ORM/postgresql test that
fails without this fix.

(cherry picked from commit ed90549)
…ethods that were lacking

Fixes quarkusio#41987

(cherry picked from commit 4e06bfb)
Simpler property cache using SmallryeConfig

Only cache a subset of properties in datasource restart cache

Disable expressions when getting datasource properties for restart

Create a map cache from dataSourcesBuildTimeConfig

Add username and password

(cherry picked from commit d9b4534)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
(cherry picked from commit 2ceb6fb)
This prevents the `java.lang.NullPointerException: Cannot invoke "io.quarkus.bootstrap.runner.JarFileReference.close(io.quarkus.bootstrap.runner.JarResource)" because "ref" is null` error

(cherry picked from commit bc1a361)
(cherry picked from commit a8dfd70)
(cherry picked from commit 1738a41)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jul 22, 2024
@gsmet gsmet self-assigned this Jul 22, 2024
@quarkus-bot quarkus-bot bot changed the title 3.13.0 backports 1 [3.13] 3.13.0 backports 1 Jul 22, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 22, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit c4c97b1.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 22, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit c4c97b1.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 independent-projects/resteasy-reactive/server/vertx

org.jboss.resteasy.reactive.server.vertx.test.sse.SseServerTestCase.shouldNotTryToSendToClosedSink - History

  • 1 expectation failed. Response body doesn't match expectation. Expected: "true" Actual: false - java.lang.AssertionError
java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: "true"
  Actual: false

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)

@gsmet gsmet merged commit 46ac790 into quarkusio:3.13 Jul 23, 2024
55 checks passed
Copy link

🙈 The PR is closed and the preview is expired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.