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 #56

Open
wants to merge 2,261 commits into
base: main
Choose a base branch
from
Open

[pull] main from quarkusio:main #56

wants to merge 2,261 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 3, 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 : )

@pull pull bot added the ⤵️ pull label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

😭 Deploy PR Preview failed.

gsmet and others added 28 commits March 14, 2025 14:58
Docs: Create procedure doc for use case "Deploy to Openshift in a single step"
We used to apply the styles only to the first one, which is annoying in
the relatively rare case where we have more than one on the same page.
Also only display one warning for all configuration roots.
Co-authored-by: Roberto Cortez <[email protected]>
Co-authored-by: Clement Escoffier <[email protected]>
ADR for phasing out legacy @configroot config classes support
Add a few items and sort them properly for easier future check.
Adjust paths-ignore in main CI workflow
Config Reference - Apply styles to all config search inputs
Suggest setting quarkus.security.ldap.cache.enabled
…can_not_be_read

Re-authenticate users if the OIDC session cookie can not be read
Warn if using old @configroot class configuration mechanism
This enables usage of jsonview, customserialization, and customdeserialization on sub resources. These json features need to be scanned for in the resource class, but the sub resources where never inspected.
according to spec the consumes and produces on the locator should not influence the selection of the sub resource. i.e. first match by path, later by content-type.
…on-feature

Detect json features of subresources as well
GraalVM 25 for JDK 25 enabled ForeignAPI on aarch64
Only consider consumes and produces of the specific subresource
This requires propagating the "metrics enabled at build time" information
through the `OpenTelemetrySdkBuildItem`. I took the liberty to also add
the tracing and logging build time enablement information, even though
I have no use for it at the moment.
gsmet and others added 30 commits March 27, 2025 14:25
…guava-guava-33.4.6-jre

Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre
…bot-build-reporter-maven-extension-3.9.9

Bump io.quarkus.bot:build-reporter-maven-extension from 3.9.8 to 3.9.9
…bles

Docs: Create procedure for Deploying Quarkus applications compiled to native executables based
It's an LTS branch, we need it to be guarded.
…ferrences than those referenced from downstream platforms
Allows to use parameterized sub resource interfaces as returns type of sub resource locator methods. Any type variables used as return types for sub resource methods are then resolved.
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.5.2...3.5.3)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Register text message types for reflection
….jdbc-mariadb-java-client-3.5.3

Bump org.mariadb.jdbc:mariadb-java-client from 3.5.2 to 3.5.3
…-variable

Support type variables on sub resource interfaces for the rest client
…ntext

Keep a reference on the parent/original context to allow accessing it from Rest Client interceptors
Register resource bundle `sun.security.util.resources.security` for kafka in native mode
…ended-platforms

Make sure default platforms recommended by registries have higher preferrences than those referenced from downstream platforms
…entication_exception

Include the token with AuthenticaionFailedException
…onException

Make OTel resource attributes signal independent
In case a resource method was in the same class as another method by the same name, but different method parameters, a ClassCastException was thrown. This was because the identifier for the rest invoker was the same. MethodParameter.toString does not return the List<String> wrapper, only the type for the param container, i.e. String.
Also, small cleanup for the HashUtil, no need for the additional substring call.
Dev UI: Added basic workspace feature
…ethods-same-name

Fix ClassCastException when ResourceMethod with same method name exist
Dev UI: Change bug report to be a popover
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.