Flare is A Simple Expressive Web Framework for Java.
Roadmap
Flare v3
will have some enhancements to Spark v2
. Here is some notes for the upcoming changes:
- It will have most of the bug fixes, we were waiting for.
- It will support modern LTS Java versions (Java 8, Java 11, Java 17).
- Migration from spark into flare will be minimal. Just a matter of changing import paths from
spark
toflare
and rename classes to haveFlare
rather thanSpark
.
Flare v4
upward will have a breaking changes, new features … etc.
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, flare is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of flare. It contains summaries of the most noteworthy changes made in each release.
Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker
Security Issues
If you discover a security vulnerability within flare, please send an email to hello@clivern.com
Contributing
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
License
Flare supposed to be a well maintained fork of Spark framework. Released under Apache License, Version 2.0.