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
Report issues (and contribute!) [here](https://github.com/Alfresco/alfresco-sdk/issues?milestone=1&state=open) or join us on the [IRC Channel](http://chat.alfresco.com/).
Copy file name to clipboardexpand all lines: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-integration-tests/pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<modelVersion>4.0.0</modelVersion>
5
5
<artifactId>${artifactId}</artifactId>
6
6
<name>Integration Tests Module</name>
7
-
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.7</description>
7
+
<description>Integration Tests module for in-container integration testing - part of AIO - SDK 4.8</description>
8
8
<packaging>jar</packaging> <!-- Note. this just runs Integration Tests, but it needs to be a JAR otherwise
9
9
nothing is compiled (i.e. you cannot set it to pom) -->
Copy file name to clipboardexpand all lines: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-platform/pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<modelVersion>4.0.0</modelVersion>
4
4
<artifactId>${artifactId}</artifactId>
5
5
<name>Alfresco Platform/Repository JAR Module</name>
6
-
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.7</description>
6
+
<description>Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.8</description>
Copy file name to clipboardexpand all lines: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/__rootArtifactId__-share/pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>${artifactId}</artifactId>
6
6
<name>Alfresco Share JAR Module</name>
7
7
<packaging>jar</packaging>
8
-
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.7</description>
8
+
<description>Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 4.8</description>
Copy file name to clipboardexpand all lines: docs/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
Title: Alfresco SDK 4.7
2
+
Title: Alfresco SDK 4.8
3
3
Added: v3.0.0
4
-
Last reviewed: 2023-11-08
4
+
Last reviewed: 2024-03-05
5
5
---
6
6
# Alfresco SDK 4
7
7
@@ -18,7 +18,7 @@ Alfresco SDK 4.x is released under [Apache License version 2.0](http://www.apach
18
18
in Community Edition and Enterprise Edition. If you're an Enterprise customer, please check the [Alfresco SDK Support status](https://www.alfresco.com/alfresco-product-support-status)
19
19
for the version you're using. If your version is in Limited or Full Support and you need help, contact our Support team [http://support.alfresco.com](http://support.alfresco.com/).
20
20
21
-
Alfresco SDK 4.7 is a minor update to the SDK and provides support for Alfresco 23.1.x.
21
+
Alfresco SDK 4.8 is a minor update to the SDK and provides support for Alfresco 23.2.x.
22
22
23
23
The 4.0 release takes advantage of Semantic Versioning ([SEMVER](http://semver.org/)), which means that this new release is not directly compatible with the
Copy file name to clipboardexpand all lines: docs/whats-new.md
+4-4
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.7 extends the support to Alfresco 23.1.
13
+
Alfresco SDK 4.8 extends the support to Alfresco 23.2.
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.xand 23.1.x
67
+
## Support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x. 23.1.x and 23.2.x
68
68
69
-
Alfresco SDK 4.7 provides support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.xand 23.1.x.
69
+
Alfresco SDK 4.8 provides support for Alfresco 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 23.1.x and 23.2.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
-
Alfresco SDK 4.5 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 or 23.1.x you can
75
+
Alfresco SDK 4.5 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 or 23.2.x you can
76
76
now use SDK 4.5 (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