https://github.com/dfa1/the_road_from_java8_to_java11
The road from Java 8 to Java 11
https://github.com/dfa1/the_road_from_java8_to_java11
asciidoc book cc-by-sa-4 help-wanted java-10 java-11 java-8 java-9 migration
Last synced: 2 days ago
JSON representation
The road from Java 8 to Java 11
- Host: GitHub
- URL: https://github.com/dfa1/the_road_from_java8_to_java11
- Owner: dfa1
- License: cc-by-sa-4.0
- Created: 2018-12-13T21:34:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T05:00:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T06:24:27.796Z (almost 2 years ago)
- Topics: asciidoc, book, cc-by-sa-4, help-wanted, java-10, java-11, java-8, java-9, migration
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# The Road From Java 8 to Java 11
[](https://creativecommons.org/licenses/by-sa/4.0/)
## What is this repository for?
* What's new in Java 8, 9, 10, 11
* Migration notes
* Examples using [JShell](https://openjdk.java.net/jeps/222)
## Downloads
* [PDF, last release](https://dfa1.github.io/the_road_from_java8_to_java11.pdf)
* [HTML, last release](https://dfa1.github.io/the_road_from_java8_to_java11.html)
## Build
To build all supported formats at once use ruby (>= 2.5) + bundler (>= 2.0.1):
`$ bundler --binstubs`
`$ ./bin/rake`
## References
* https://openjdk.java.net
* https://blog.joda.org
## Contributing
New contributors are always welcome! If you discover errors or omissions in this document
please don't hesitate to submit an issue or open a pull request with a fix.