Source code for the jakarta.ee website. Jakarta Enterprise Edition (EE) is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE.
- Fork the jakartaee/jakartaee.github.io repository
- Clone repository with the hugo-solstice-theme as a submodule:
git clone --recursive https://github.com/[your_github_username]/jakartaee.github.io.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a pull request
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Christopher Guindon (Eclipse Foundation)
Code copyright 2018 the jakartaee.github.io Authors and the Eclipse Foundation, Inc. Code released under the EPL-2.0 License.