-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjusted documentation for 0.30.0 release
- Loading branch information
1 parent
d1a2276
commit 65139fc
Showing
6 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
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
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
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,14 @@ | ||
= Migrate to 0.30.0 | ||
|
||
|
||
== Quarkus 3.1.0 | ||
|
||
Automatiko with version 0.30.0 has moved to new mejor version of Quarkus (3.1.0) and by that there is a need to execute migration | ||
that among other things will move `javax.` packages to `jakarta.` for Jakarta EE code. | ||
|
||
Best is to follow https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Quarkus official migration guide] as there is no code changes from pure Automatiko stand point. | ||
|
||
== Java 17 | ||
|
||
With 0.30.0 release Automatiko moved to Java 17 to take advantage of various improvements and to adjust with Apache Camel which is also important | ||
part of Automatiko and integration scenarios. |
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