An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# The Road From Java 8 to Java 11

[![License](https://img.shields.io/badge/License-CC_BY_SA-blue.svg)](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.