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

Added Servlet5Loader to support Servlet 5.0 (fixes #548) #549

Merged
merged 2 commits into from
Nov 18, 2020

Conversation

chkal
Copy link
Contributor

@chkal chkal commented Nov 17, 2020

This PR adds support for Servlet 5.0, which will be part of Jakarta EE 9 (the successor of Java EE), which will be released in about 2 weeks.

The PR contains the following changes.

  • Most of the existing code from ServletLoader has be moved to AbstractServletLoader.
  • A new loader named Servlet5Loader has been added. The code is essentially the same as in ServletLoader.

What do you think?

Copy link
Member

@ebussieres ebussieres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some documentation too ?

@ebussieres ebussieres added this to the 3.1.5 milestone Nov 17, 2020
@chkal
Copy link
Contributor Author

chkal commented Nov 18, 2020

Sure! I added a comment about Servlet5Loader to the installation section. Do you think this is sufficient?

@ebussieres ebussieres linked an issue Nov 18, 2020 that may be closed by this pull request
@ebussieres ebussieres merged commit 74fdbec into PebbleTemplates:master Nov 18, 2020
@chkal chkal deleted the jakartaee9 branch November 18, 2020 13:27
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.

Provide support for Servlet 5.0
2 participants