You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is the first time you are doing this, it will take a while for Maven to download all the required dependencies and for Docker to download all the
214
216
required images.
215
217
216
-
For more information about how to work with the projects, please visit [Working with generated projects](working-with-generated-projects/README.md).
218
+
For more information about how to work with the projects, please visit [Working with generated projects](working-with-generated-projects/README.md).
Copy file name to clipboardExpand all lines: docs/whats-new.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Alfresco Share 6.
10
10
11
11
This was a mayor release oriented to support Alfresco 6, so it is not compatible with previous versions of the SDK.
12
12
13
-
Alfresco SDK 4.12.0 extends the support to Alfresco 25.2.
13
+
Alfresco SDK 4.14.0 extends the support to Alfresco 26.1.
14
14
Use an older SDK version for Alfresco 6.
15
15
16
16
## Embracing containers and Docker
@@ -64,13 +64,13 @@ environment can be more similar to a real one, including whatever other service
64
64
65
65
Alfresco SDK 4.1 provides support for Alfresco 6.2.x.
66
66
67
-
## Support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x. 23.1.x, 23.2.x, 23.3.x, 23.4.x, 25.1.x and 25.2.x
67
+
## Support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x. 23.1.x, 23.2.x, 23.3.x, 23.4.x, 25.1.x, 25.2.x and 26.1.x
68
68
69
-
Alfresco SDK 4.12.0 provides support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 23.1.x, 23.2.x, 23.3.x, 23.4.x, 25.1.x and 25.2.x.
69
+
Alfresco SDK 4.14.0 provides support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 23.1.x, 23.2.x, 23.3.x, 23.4.x, 25.1.x, 25.2.x and 26.1.x
70
70
71
71
## Support for Java 17
72
72
[Java 17](https://openjdk.java.net/projects/jdk/17/) is the latest stable long term (8 year support) version after Java 11. Alfresco 7.3.x already offers
73
73
support for this version of the Java platform.
74
74
75
75
Alfresco SDK 4.9 has been modified to add support for Java 17 as well. This way, if you're working as a developer in customisations for Alfresco 7.3.x or 7.4.x , 23.1.x, 23.2.x, 23.3.x or 23.4.x you can
76
-
now use SDK 4.9 (or greater) + JDK 17 to work on them. The Apache Maven plugins included in the archetypes has been updated to avoid any issue with Java 17.
76
+
now use SDK 4.9 (or greater) + JDK 17 to work on them. The Apache Maven plugins included in the archetypes has been updated to avoid any issue with Java 17.
0 commit comments