-
Notifications
You must be signed in to change notification settings - Fork 566
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
Remove reactive modules from the project #7201
Merged
romain-grecourt
merged 28 commits into
helidon-io:main
from
tomas-langer:7165-reactive-removal
Jul 18, 2023
Merged
Remove reactive modules from the project #7201
romain-grecourt
merged 28 commits into
helidon-io:main
from
tomas-langer:7165-reactive-removal
Jul 18, 2023
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
Fix production code to compile (not tests) Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
oracle-contributor-agreement
bot
added
the
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
label
Jul 14, 2023
- Fix "some" occurrences of 'io.helidon.reactive'
- examples/openapi (excluded one test) - examples/security/basic-auth-with-static-content - examples/security/webserver-digest-auth
- Fixed a bug in SecurityFeature where the path for the security env was a toString of RoutedPath
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
- Fix examples/security/outbound-override
- Fix a bug with error handlers not return a response - Fix a bug in Handler wrapper with biconsumer of response (response should be send by the biconsumer)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
- Fix examples/webserver/tutorial - Update ErrorHandlers to invoke response.commit before checking response.isSent()
- Fix examples/webserver/websocket - Fix examples/webserver/tls - Fix TlsTest in tests/integration/webclient - Temp fix for tls in Http1ClientBuilder
- Fix examples/webclient/standalone - Removed examples/webserver/threadpool
- Fixes and disabled tests in examples/metrics/filtering/se - Fixes and disabled tests in examples/metrics/kpi - Fixes and disabled tests in examples/metrics/http-status-count-se
- Fix FormParamsSupport (regex was wrong and param had leading &) - Fixed FormTest (tests/integration/webclient)
- Fix TracingTest (tests/integration/webclient) - Fix SecurityTest (tests/integration/webclient)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
romain-grecourt
approved these changes
Jul 18, 2023
This was referenced Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Remove reactive modules and fix all problems related.
See #7165