-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Pippo 2 roadmap #504
Comments
I created Pippo 2 milestone and added some issues (maybe not all). In this mode we can make more transparent, which issues need to be resolved (or are already resolved) for the next major release. |
If you plan to support Java 11+ (LTS) for Pippo 2, then I may have a proposal:
Actually I see some direct and indirect conflicts causing by pippo and third-party dependencies with JPMS. Minimum would, however, be a fixed module name and make your module open with See what I proposed to do (for another project): vy/rotating-fos#11 |
We can try to improve the receipt of http request parameters. Like conversion and validation (Bean Validation maybe). Related issues:
Conducting a survey of open issues for Pippo 2 is also a good thing. |
Finally, we started working on this topic. |
I think that is time to talk about Pippo 2.x roadmap.
Pippo is maintained under the Semantic Versioning guidelines, so in a new major version (2.0 in our case) we can make incompatible changes in our API.
Now is time to improve Pippo without to care about backward compatible.
I will try to add some proposes:
ErrorHandler
would handleThrowable
(ErrorHandler only handles Exceptions not Errors or other Throwables #503)The list with proposes will grow in time.
If you think that something is bad designed or you want to change something in the current API, please add a comment.
The text was updated successfully, but these errors were encountered: