Skip to content

Commit 5e259cb

Browse files
committed
XP 7.16 docs #555
1 parent 84d449e commit 5e259cb

4 files changed

Lines changed: 55 additions & 4 deletions

File tree

docs/deployment/distro.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= XP distributions
22
:toc: right
3-
:imagesdir: config
3+
:imagesdir: ../images
44

55
This chapter investigates the anatomy of the XP distribution files (aka the XP runtime)
66

@@ -53,7 +53,7 @@ XP_HOME/
5353
|- index/ // <5>
5454
|- blob/ // <6>
5555
|- snapshots/ * // <7>
56-
|- work/ * // <8>
56+
|- work/ // <8>
5757
----
5858

5959
<1> `config/` holds all configuration files, including vhost.cfg and system.properties. XP supports hot reloading of all files ending with .cfg
@@ -75,7 +75,14 @@ NOTE: Requires a persisted volume. For clusters, this must be a shared volume, a
7575
+
7676
NOTE: For clusters, this must be mounted to a shared volume, accessible by all nodes.
7777
+
78-
<8> `work/` Cache and generated bundles (apps etc) are stored here.
78+
<8> `work/` Cache and generated bundles (apps etc) are stored here. It is also a default location for temporary files (from version image:xp-7160.svg[XP 7.16.0,opts=inline]).
7979
+
80-
NOTE: For optimal performance ,mount this to a local persisted volume. Caches do not need to be re-generated after each restart.*
80+
NOTE: For optimal performance ,mount this to a local persisted volume. Caches do not need to be re-generated after each restart.
8181
+
82+
83+
84+
== XP_TMP
85+
image:xp-7160.svg[XP 7.16.0,opts=inline]
86+
87+
By default, Enonic XP uses `XP_HOME/work` as temporary folder.
88+
You may override this by setting the `XP_TMP` environment variable to point to a different location.

docs/images/xp-7160.svg

Lines changed: 21 additions & 0 deletions
Loading

docs/release.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ include::.variables.adoc[]
33
:toc: right
44
:imagesdir: release/images
55

6+
== XP7 Update 16
7+
8+
This release includes a selection of new features, as well as several smaller improvements, bugfixes and stability improvements.
9+
10+
=== GraalVM for JDK 21
11+
12+
XP is now powered by GraalVM for JDK 21
13+
14+
WARNING: XP 7.16.0 is the final release with Mac x64 support. This is due Oracle's discontinuation of x64 builds for Mac.
15+
16+
=== Temporary folder relocation
17+
18+
Startup script relocates the Java defined temporary folder to `<xp-home>/work` by default. To override this behavior, set the `XP_TMP` environment variable to the desired location before starting XP.
19+
620
== XP7 Update 15
721

822
This release includes a selection of new features, as well as several smaller improvements, bugfixes and stability improvements.

docs/release/upgrade.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ When upgrading to new feature versions of Enonic XP, new versions of standard ap
4545
After upgrading XP, check for new versions of your installed applications from Enonic market.
4646
We generally always recommend updating your apps to the latest version!
4747

48+
== v7.16 notes
49+
50+
* Java 21 is now the bundled JDK. Other JDK versions are not supported, although they may also work. We recommend testing your applications before upgrading to this version as always. Consult with https://docs.oracle.com/en/java/javase/21/migrate/getting-started.html[JDK Migration Guide] for more information about migrating from JDK 17 to JDK 21 in case you experience any issues.
51+
52+
* XP 7.16.0 is the final release with Mac x64 support. This is due Oracle's discontinuation of x64 builds for Mac.
53+
54+
* Temporary files are now created in `XP_HOME/work` directory instead of system temp directory. This may increase space requirements in `XP_HOME/work` location.
55+
It is possible to change the temp directory by setting `XP_TMP` environment variable.
56+
4857
== v7.15 notes
4958

5059
* The image service now generates progressive JPEG images by default. This can be changed back in <<../deployment/config#image>> by setting `progressiveJpeg` to empty string.

0 commit comments

Comments
 (0)