Skip to content

Commit

Permalink
Adds Java Migration Deep Dive
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars committed Jan 11, 2024
1 parent 72f383b commit 8ee6662
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Binary file added documentation/modules/ROOT/assets/images/duke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* xref:linux.adoc[Linux]
* xref:java.adoc[Java]
** xref:java.adoc#one[Java Migration Path]
* xref:ansible.adoc[Ansible]
* xref:containers.adoc[Containers]
Expand Down
30 changes: 30 additions & 0 deletions documentation/modules/ROOT/pages/java.adoc
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

0 comments on commit 8ee6662

Please sign in to comment.