forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade to Mutiny 1.1.0 and Mutiny Vert.x bindings 2.14.0 #57
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apply minor timing related polish
…entry-jul-5.2.0
…rce methods Fixes: #20207
Signed-off-by: Phillip Kruger <[email protected]>
Add annotation processor in extension modules
Remove redundant parsing method in bootstrap plugin
Add Kotlin deps to dependabot
Upgrade smallrye openapi to 2.1.15
Resort to zulu for EA job since temurin 18-ea is not available yet.
Native support for Liquibase MongoDB
* Even though reflection and JNI registrations happen in the AWT extenssion, runtime initialization packages are defined in core. * This is done to avoid sun.java2d, and related classes, to be build time initialized, which causes issues with other modules. * Move ImageIO test from main to awt. * Make Apache Tika depend on AWT extension * Mark Tika packages that need runtime initialization for AWT. This definition can happen directly at the Tika extension level. Fix formatting
As if 21.1 (oracle/graal@dee66ca) dwarf info contain absolute paths to the source-cache. As a result moving the sources breaks gdb. The move was performed to make sure the sources are next to the binary, in an effort to ease debugging on remote hosts by copying the binary and the sources in the same directory. As discussed in oracle/graal#3828 this is not expected to be the common case, so it's better to favour the local debugging experience by leaving the sources where they were placed by GraalVM/Mandrel.
In CI swap Java 16 with 17 and in EA job swap 17-ea with 18-ea
GraalVM 21.2-dev at some point introduced a new enhancement (enabled by default) to avoid parsing compiler graphs twice. This enhancement however results in increased memory usage at the moment (oracle/graal#3435) which then results in Quarkus' Integration Test failures in CI. In GraalVM 21.2 this appears to no longer be an issue.
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.8.0...r5.8.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Add maven-publish plugin to fix gradle plugin names
Support AWT image resize via new AWT extension
…-start gRPC: add an option to not start server in dev mode
Signed-off-by: Marc Nuri <[email protected]>
ArC - replace Collections.unmodifiableSet() with JDK immutable set
Minor refactoring in maven bootstrap plugin
Set mininal gradle version to 6.1
…-stork Rest Client Reactive: SmallRye Stork integration
Makes -Dquarkus.native.container-runtime=docker not imply -Dquarkus.native.container-build=true when the latter is explicitly set to false. Additionally makes isContainerBuild checks consistent. I.e. if -Dquarkus.native.container-runtime=podman -Dquarkus.native.container-build=false are passed as parameters Quarkus will not use a builder image. Closes: #20258
Allow suspend functions as to be uses as custom filters
Fix configuration reference guide typo
- Make autodetect work with Kafka batch support - Update Kafka documentation
Fix race condition in OpenAPI bean handling
Make it easier for RESTEasy Reactive users to handle Hibernate related exceptions
…rent-dirs CLI: look for maven/gradle wrapper in parent dirs
Corrected broken link in kogito-dmn.adoc
Add proper identity propagation to WebSockets
Add guide to RESTEasy Reactive extension metadata
Honor explicit container-build=false when container-runtime is set
Mostly targeted at improving RESTEasy Reactive hot reload time and memory usage. Decompiled bytecode for a 100 endpoint app goes from 28k lines to 8k lines, and hot reload speed is significantly improved. Runtime memory usage is also improved, as some objects can now be shared. - Primitive improvements and simplification of buggy int/boolean handling - Cast once when the object is returned from the value array - Allow for value based recording to 'intern' objects as part of the recording process. - Allow for constructor recording for objects that can't be annotated.
Bootstrap API refactoring
Bytecode recording improvements
Bump Smallrye Reactive Messaging to 3.10.1
I would suggest a rebase :) |
@Sanne 🤣 That's actually because my |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
isAnnotation(ClassInfo)
utility methodsAdditionalSecuredClassesBuildIem
classquarkus.config.locations
quarkus.openshift.arguments
propertyquarkus create
without any subcommandkafka.group.id
if no other Kafka configuration is present quarkusio/quarkus#18811 - Only add the consumer group id if the Kafka config is not empty@Provider
preview
statusquarkus.test.arg-line
RolesAllowed
Signed-off-by:Phillip Kruger [email protected] OpenAPI auto add Security Requirement to endpoints with RolesAllowed Signed-off-by:Phillip Kruger [email protected]jboss.builder.graph-output
quarkus.resteasy-reactive.path
Signed-off-by:Phillip Kruger [email protected]forRemoval
to RESTEasy Reactive deprecations@Before/AfterAll
with TestInfo@Nested
tests with root lifecycle methods@ConfigProperties
limitations and recommendationsAccept
headerprintDatafetcherException
to true in Dev Modequarkus.log.min-level
doesn't overwritequarkus.log.level
quarkusio/quarkus#20066@TestProfile
orderingobjcopy
in Linux environments Native application gets Killed: 9 on macOS Big Sur with binutils on the path quarkusio/quarkus#13856