Replies: 1 comment 2 replies
-
@Thihup Feel free to create a 'spring' branch for this experimentation. If you can get it to work then once it is done we can figure out where it should land. That OK? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The main server for Spring framework is Tomcat. They also have the possibility to use Jetty instead of Tomcat.
Now that Spring 6 will use Jakarta EE 9 and Java 17, maybe we could think of providing a way to use Piranha as an embedded server for Spring.
There are some things to consider:
Would it be in this repository or should this be in the official repository. Maybe it would be harder to get there first, so meanwhile we could use this repository or create another, only to start experimenting and maturing this idea.
While this might sound crazy, I guess it would be a good way to test our implementation besides our own test suite and the TCK.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions