-
Notifications
You must be signed in to change notification settings - Fork 571
Introduce Pico ConfigBean Builder Extensions #5482
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
Merged
Merged
Conversation
This file contains hidden or 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
…en extend ConfigBeanMapper to be a specialization of ConfigMapperProvider
* remove -Ddocker.build=true Signed-off-by: aserkes <[email protected]>
tempDir support for tests Signed-off-by: aserkes <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
* Upgrade GraalVM native image to 22.3.0 (helidon-io#5308) * Introducing native image plugin from GraalVM * Support GraalVM 22.3 build * Update graalvm version in all relevant files. Signed-off-by: Tomas Langer <[email protected]> * Upgrade GraalVM native image to 22.3.0 Signed-off-by: Tomas Langer <[email protected]>
* Restored Tyrus module in Nima MP. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Updated dependencies and socket routing code. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Initial integration of Tyrus with Nima. Simple echo test works using the JDK's WS client. * Fixed checkstyle issues. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Simplified TyrusConnection by not extending WsConnection. Restored some changes in Nima's WS module. * Some general code cleanup. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Renamed some classes for consistency. Refactored tests for declarative and programmatic styles and to use @HelidonTest. * Support for @RoutingPath annotation. * Fixed checkstyle errors. * New test for extensions that uses the Tyrus client after fixes in Nima. * New test that combines REST and WS endpoint on same port. * Restored examples that use websockets. Signed-off-by: Santiago Pericasgeertsen <[email protected]> * Order of protected fields and use putIfAbsent. Signed-off-by: Santiago Pericasgeertsen <[email protected]> Signed-off-by: Santiago Pericasgeertsen <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
…#5536) * Fixed OpentraceableClientE2ETest to be more deterministic (and added explanation of what it should test) Disabled BulkheadTest that is failing intermittently * Fixed tests that leave current span scope open (and influence other tests)
* Fix test for multiple try and errors. * Fix imports.
* remove -Ddocker.build=true Signed-off-by: aserkes <[email protected]> * fix copyrights Signed-off-by: aserkes <[email protected]> * Create a custom exception to remove OutOfMemoryError in CharBuffer Signed-off-by: aserkes <[email protected]> * remove unnecessary constructors Signed-off-by: aserkes <[email protected]> Signed-off-by: aserkes <[email protected]>
…en extend ConfigBeanMapper to be a specialization of ConfigMapperProvider
9977d1e
to
e010a87
Compare
� Conflicts: � nima/fault-tolerance/src/test/java/io/helidon/nima/faulttolerance/BulkheadTest.java
2. make config immutable on config bean.
This was referenced Dec 1, 2022
Closed
tomas-langer
approved these changes
Dec 2, 2022
builder/builder/src/main/java/io/helidon/builder/RequiredAttributeVisitor.java
Show resolved
Hide resolved
builder/builder/src/main/java/io/helidon/builder/RequiredAttributeVisitor.java
Show resolved
Hide resolved
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4.x
Version 4.x
declarative
Helidon Declarative
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
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.
For #5443 .
Note that there are some todo items left like validation. It definitely needs a draft review before I go much further though.