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

[pull] main from quarkusio:main #50

Merged
merged 29 commits into from
Dec 2, 2024
Merged

[pull] main from quarkusio:main #50

merged 29 commits into from
Dec 2, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 2, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

sberyozkin and others added 29 commits November 28, 2024 14:20
This commit not only bumps the SmallRye Fault Tolerance version, but also
adapts the extension to the extensive changes made in this version.

This especially includes:

- deprecation of `FaultTolerance` and `@ApplyFaultTolerance`; replacements
  are `Guard`, `TypedGuard` and `@ApplyGuard`
- new `smallrye.faulttolerance.*` configuration properties, together with
  adaptation to `quarkus.fault-tolerance.*`

Most changes in this commit are added tests, which all adapt already existing
tests in SmallRye Fault Tolerance.
This was failing only in dev mode when using printf-style logging.

Fixes smallrye/smallrye-graphql#2230
SmallRye Fault Tolerance: upgrade to 6.7.0
Add OidcTestSecurityAugmentor UserInfo unit test
Remove use of Json in JWT and OIDC test security
Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.9.2 to 3.10.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.2...3.10.0)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.5.0 to 4.7.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](HtmlUnit/htmlunit@4.5.0...4.7.0)

---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Fix off-by-one error in exception decoration code
…k-wiremock-standalone-3.10.0

Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0
…odule

More appropriate test application module initialization in QuarkusDevModeTest
Use CertificateGenerator in OIDC Wiremock tests
The default mapper has a very confusing behavior where
it throws an exception HTTP code >= 400 even if the
method return type is Response.
This PR means to provide a way so users can disable this mapper
per client instead of globally.

Closes: #44813
Introduce property to disable default mapper per REST Client
…t-htmlunit-4.7.0

Bump org.htmlunit:htmlunit from 4.5.0 to 4.7.0
Disable Sonarcloud analysis on forks
Allow using Mongo auth mechanisms without user and password
@pull pull bot added the ⤵️ pull label Dec 2, 2024
@pull pull bot merged commit e3aec53 into bschuhmann:main Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

🙈 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.