This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 442b269fe7 ISIS-3222: eclipse/intellij: add jakarta to import order
442b269fe7 is described below

commit 442b269fe7f79cbccd4a580f53ef1d2f59c3f6b9
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 25 13:11:54 2022 +0100

    ISIS-3222: eclipse/intellij: add jakarta to import order
---
 .../eclipse/attachments/Apache-Causeway.importorder      | 15 ++++++++-------
 .../intellij/attachments/Apache-Causeway-importorder.xml | 16 ++++++----------
 2 files changed, 14 insertions(+), 17 deletions(-)

diff --git 
a/antora/components/conguide/modules/eclipse/attachments/Apache-Causeway.importorder
 
b/antora/components/conguide/modules/eclipse/attachments/Apache-Causeway.importorder
index 8683f43c95..3edf320c6d 100644
--- 
a/antora/components/conguide/modules/eclipse/attachments/Apache-Causeway.importorder
+++ 
b/antora/components/conguide/modules/eclipse/attachments/Apache-Causeway.importorder
@@ -18,14 +18,15 @@
 #
 
 #Organize Import Order
-#Tue Oct 25 09:39:01 CEST 2022
 0=java
 1=\#java
 2=javax
 3=\#javax
-4=com
-5=\#com
-6=org
-7=\#org
-8=org.apache.causeway
-9=\#org.apache.causeway
+4=jakarta
+5=\#jakarta
+6=com
+7=\#com
+8=org
+9=\#org
+10=org.apache.causeway
+11=\#org.apache.causeway
diff --git 
a/antora/components/conguide/modules/intellij/attachments/Apache-Causeway-importorder.xml
 
b/antora/components/conguide/modules/intellij/attachments/Apache-Causeway-importorder.xml
index 550034dc11..a82058035b 100644
--- 
a/antora/components/conguide/modules/intellij/attachments/Apache-Causeway-importorder.xml
+++ 
b/antora/components/conguide/modules/intellij/attachments/Apache-Causeway-importorder.xml
@@ -27,6 +27,10 @@ language governing permissions and limitations under the 
License.
         <emptyLine />
         <package name="javax" withSubpackages="true" static="true" />
         <emptyLine />
+        <package name="jakarta" withSubpackages="true" static="false" />
+        <emptyLine />
+        <package name="jakarta" withSubpackages="true" static="true" />
+        <emptyLine />
         <package name="com" withSubpackages="true" static="false" />
         <emptyLine />
         <package name="com" withSubpackages="true" static="true" />
@@ -35,17 +39,9 @@ language governing permissions and limitations under the 
License.
         <emptyLine />
         <package name="org" withSubpackages="true" static="true" />
         <emptyLine />
-        <package name="org.apache.isis" withSubpackages="true" static="false" 
/>
-        <emptyLine />
-        <package name="org.apache.isis" withSubpackages="true" static="true" />
-        <emptyLine />
-        <package name="org.isisaddons" withSubpackages="true" static="false" />
-        <emptyLine />
-        <package name="org.isisaddons" withSubpackages="true" static="true" />
-        <emptyLine />
-        <package name="org.incode" withSubpackages="true" static="false" />
+        <package name="org.apache.causeway" withSubpackages="true" 
static="false" />
         <emptyLine />
-        <package name="org.incode" withSubpackages="true" static="true" />
+        <package name="org.apache.causeway" withSubpackages="true" 
static="true" />
         <emptyLine />
         <package name="lombok" withSubpackages="true" static="false" />
         <package name="lombok.experimental" withSubpackages="true" 
static="false" />

Reply via email to