X Tutup
Skip to content

Fix servlet/http2 when using latest Oracle JDK versions#36

Merged
arjantijms merged 1 commit intojavaee-samples:masterfrom
juangon:fix_oraclejdk_http2
Feb 28, 2019
Merged

Fix servlet/http2 when using latest Oracle JDK versions#36
arjantijms merged 1 commit intojavaee-samples:masterfrom
juangon:fix_oraclejdk_http2

Conversation

@juangon
Copy link
Copy Markdown
Contributor

@juangon juangon commented Feb 28, 2019

Hi @arjantijms . We detected this issue thanks to our test matrix and affected Payara too. Thanks!

@juangon
Copy link
Copy Markdown
Contributor Author

juangon commented Feb 28, 2019

It seems when using Oracle, default jdk 1.8 isn't detected

@Ladicek
Copy link
Copy Markdown
Contributor

Ladicek commented Feb 28, 2019

This is really weird. Perhaps add profiles for the other versions of Oracle JDK 8 between 1.8.0_152 and 1.8.0_201, per https://github.com/jetty-project/jetty-alpn/blob/master/docs/version_mapping.properties?

@juangon juangon force-pushed the fix_oraclejdk_http2 branch from c5b1507 to e35a152 Compare February 28, 2019 11:54
@juangon
Copy link
Copy Markdown
Contributor Author

juangon commented Feb 28, 2019

@Ladicek I added them in order to be consistent. Thanks for suggestion

@Ladicek
Copy link
Copy Markdown
Contributor

Ladicek commented Feb 28, 2019

@juangon I don't think what you added is correct. JDKs from 1.8.0_161 to 1.8.0_181 use 8.1.12.v20180117, per the file I linked above.

@juangon juangon force-pushed the fix_oraclejdk_http2 branch from e35a152 to b348ed6 Compare February 28, 2019 12:10
@juangon
Copy link
Copy Markdown
Contributor Author

juangon commented Feb 28, 2019

@Ladicek thanks a lot. I took a brief look and thought they were all the same numbers. Thankfully I am not an accountant :-)

@Ladicek
Copy link
Copy Markdown
Contributor

Ladicek commented Feb 28, 2019

Great, thanks :-) LGTM now.

@arjantijms
Copy link
Copy Markdown
Contributor

Cool, thx again!

@arjantijms arjantijms merged commit ec7e8ae into javaee-samples:master Feb 28, 2019
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.

3 participants

X Tutup