Skip to content

Commit 9066bd4

Browse files
author
rmpestano
committed
Align with theme version and updates jakarta ee migration docs
1 parent 9ac5469 commit 9066bd4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,11 @@ Also don't forget to remove the `hidden-sm hidden-xs` classes from the button/li
686686
687687
====
688688

689+
== JakartaEE migration
690+
691+
Since version `1.6.0` admin-template supports jakartaEE by default, https://github.com/adminfaces/admin-starter/blob/dda0a159fe9d604cbccecb9beab2b60f958569d0/pom.xml#L18-L34[see admin-starter^] for a sample project.
692+
Admin template also supports the `javax` package and for that you must use *javax* maven classifier, https://github.com/adminfaces/quarkus-admin-starter/blob/fa651c30408fdd6d941d1c6546746ea1b10031a7/pom.xml#L43-L58[see quarkus-admin-starter^].
693+
689694
== Docs
690695

691696
https://adminfaces.github.io/docs/latest/#admin_template

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.github.adminfaces</groupId>
6969
<artifactId>admin-theme</artifactId>
70-
<version>1.5.1</version>
70+
<version>1.6.0</version>
7171
</dependency>
7272
</dependencies>
7373

@@ -238,7 +238,7 @@
238238
<configuration>
239239
<target>
240240
<delete>
241-
<fileset dir="${project.build.directory}/classes" includes="**/*.java"/>
241+
<fileset dir="${project.build.directory}/classes" includes="**/*.java" />
242242
</delete>
243243
</target>
244244
</configuration>

0 commit comments

Comments
 (0)