-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72f383b
commit 8ee6662
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
= Updating to Latest Java LTS Version | ||
include::_attributes.adoc[] | ||
|
||
Learn what's new in the Java language since Java 11.+ | ||
+ | ||
|
||
image::duke.png[Duke logo,100,float="right"] | ||
|
||
*Slides*: link:https://docs.google.com/presentation/d/17QLKGKBpyuNC-stgD0QxRw2oBa4MsNUI5IM0wZHra10/edit?usp=sharing[dn.dev/java-migration,window=_blank] | ||
|
||
*Tutorial*: link:https://redhat-scholars.github.io/java-migration/[dn.dev/java-migration-tutorial,window=_blank] | ||
|
||
[#one] | ||
== Java Migration Path | ||
|
||
[cols="1,3,2"] | ||
|=== | ||
| *Duration* | *Audience* | *Level* | ||
|1 hour | ||
|Developers | ||
|Beginner | ||
|=== | ||
|
||
Java is one of the most popular languages . In the past there was a new Java version every 2 or 3 years. Since 2017, Java has changed the release process, so now, we've got a new version every 6 months, being some of them LTS. Keeping the pace of the new features might be hard. In this deep dive we summarize from Java 11 the best features added to the platform, focusing on developers. + | ||
+ | ||
|
||
What you will learn: | ||
|
||
* Java Release Cadence | ||
* Java 11 to LTS version new features |