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

Merge of the current master into jakartified branch #4674

Merged
merged 13 commits into from
Jan 7, 2021

Conversation

senivam
Copy link
Contributor

@senivam senivam commented Jan 6, 2021

No description provided.

spericas and others added 13 commits November 30, 2020 12:18
…the Client API. If the property jersey.config.client.ignoreExceptionResponse is set to true, any response in an exception thrown by the Client API will be mapped to an empty response that only includes the status code of the original one. This is to prevent accidental leaks of confidential data.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Jan Supol <jan.supol@oracle.com>
Signed-off-by: Jan Supol <jan.supol@oracle.com>
* Make JAX-B API optional

Signed-off-by: Jan Supol <jan.supol@oracle.com>
* Added ssl configuration support for JerseyTest

Signed-off-by: Hakan Altindag <hakangoudberg@hotmail.com>
…nitialization in JDK (eclipse-ee4j#4566)

* Avoid unsafe lazy-initialization for SSL sockets

This prevents calling HttpsURLConnection.getDefaultSSLSocketFactory() in
an unsafe manner due to the poorly implemented lazy-initialization on
the JDK.

When multiple threads call that method concurrently (calling
secureConnection()) the SSLSocketFactory is instantiated two times,
making one thread fail the check and overriding the custom socket
factory with the default one.

Also-by: Kevin Conaway <kevin.conaway@walmart.com>
Signed-off-by: Adrian Haasler García <adrian.haasler@amplia.es>
Signed-off-by: jansupol <jan.supol@oracle.com>
Technical merge of released branch 2.33-BRANCH
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
media/json-jackson/pom.xml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants