-
Notifications
You must be signed in to change notification settings - Fork 357
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
tracking progress for jakartification M3 #4468
Closed
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
…naged-beans Signed-off-by: David Matejcek <[email protected]>
…s not available - fixes osgi-functional-tests Signed-off-by: David Matejcek <[email protected]>
…4j#4376) * [eclipse-ee4j#3802] Link in exception mapping example README is wrong Signed-off-by: Miguel Serra <[email protected]>
* Updated Jackson to 2.10.1 Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: tvallin <[email protected]>
* [eclipse-ee4j#3726] Typo in preface Signed-off-by: Miguel Serra <[email protected]>
…4j#4378) * [eclipse-ee4j#3720] Incorrect method in the documentation Signed-off-by: Miguel Serra <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
* Query parameters were not included in netty URI Signed-off-by: Jorge Bescos Gascon <[email protected]>
* Use HTTPS instead of HTTP to resolve dependencies This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh <[email protected]> * Update pom.xml Co-authored-by: Maxim Nesen <[email protected]>
…rted (eclipse-ee4j#4390) * Fix 3433 - Multiple cookies with same name are not supported Signed-off-by: tvallin <[email protected]>
* netty connector/container modifications Signed-off-by: Maxim Nesen <[email protected]>
* Fixed processing default local interface - cause: - the stateless bean implemented some interface from library - the interface was annotated only with @path - neither interface nor class was annotated by @Local or @Remote (then @Local is implicit in ejb3.2) * Implemented support of Stateless.name attribute - it is used in JNDI names on Payara * Limited default local interfaces - partial impl of the ejb 3.2 spec 4.9.7, some interfaces are not allowed Signed-off-by: David Matejcek <[email protected]>
…clipse-ee4j#4394) Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
Preparation for GF 6
Signed-off-by: Tomas Langer <[email protected]>
Signed-off-by: Tomas Langer <[email protected]>
Signed-off-by: Tomas Langer <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
* Minor modification on documentation Signed-off-by: tvallin <[email protected]>
…lipse-ee4j#4415) Fixes 4405 Signed-off-by: Jan Supol <[email protected]>
* Adopt ee4j parent 1.0.6 Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
…or, and InvocationBuilderListener) documentation (eclipse-ee4j#4411) * Add new PreInvocationInterceptor, PostInvocationInterceptor, and InvocationBuilderListener interfaces documentation Signed-off-by: tvallin <[email protected]>
…4425) * Updated GF, Jetty, Mimepull, Moxy, Yasson dependencies Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: tvallin <[email protected]>
("enter" does not stop the app) Signed-off-by: tvallin <[email protected]>
…ided Weld changed to provided scope.
…ject-cdi-into-custom-validator Fixed eclipse-ee4j#3801 - inject cdi into custom validator
Signed-off-by: Théo Gaillard <[email protected]>
* Fix Extended Wadl Example OSGi Test for JDK11 Signed-off-by: Jan Supol <[email protected]>
…ee4j#4460) Offer the user (partial) response in ProcessingException. In the HttpUrlConnector, when there is a response, throw ResponseProcessingException instead of a simple ProcessingException. Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
…ee4j#4472) Provide a way to override Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jan Supol <[email protected]>
Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
…nto jakartified.m3
…rvlets - API is not ready yet Signed-off-by: Maxim Nesen <[email protected]>
closing in favor of #4488 which is prepared version for the 3.0.0-M3 release. |
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.
first step - merge actual master