Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Oct 28, 2024
1 parent 540026a commit 19d3ac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ To create a release:
```xml
<groupId>org.mapfish.print</groupId>
<artifactId>print-lib</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
```

2. Double `ReleaseNotes.md` change-log and update if ndded.
2. Double check `ReleaseNotes.md` change-log and update if ndded.

3. Build docs:

Expand All @@ -155,7 +155,7 @@ To create a release:

```bash
git add pom.xml
git commit -m "Release 2.3.0"
git commit -m "Release 2.3.2"
```

4. Deploy to osgeo nexus
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ By default ImageMagick will try to find the convert tool in /usr/bin/convert. Y


Defining temp work directory for Printing module
----------------------
------------------------------------------------

MAPFISH_PDF_FOLDER : optional environment variable to define the directory path for storing printouts generated by the printing module. When not defined default value is from MapPrinterServlet context
In case of cloud environment a pvc(persistence volume claim) or a shared volume mount can be passed to the variable MAPFISH_PDF_FOLDER and hence the data can be synched between multiple instances of server.
3 changes: 2 additions & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Version 2.3.2
-------------

* Support for printing in a cloud environment and in an environment without sticky sessions : generates a requested printout metadata json file and stores it in the tempDir. With this information persisted, there is no need for sticky sessions and printing module can be used in a cloud environment with shared volume.
In case of cloud environment a pvc(persistence volume claim) or a shared volume mount can be used to sync this data between multiple instances of server, where as in case of non-cloud environment the tempDir can be shared between muiltiple instances running on the same machine. This path can be passed by setting the environment variable MAPFISH_PDF_FOLDER.

In case of cloud environment a pvc (persistence volume claim) or a shared volume mount can be used to sync this data between multiple instances of server, where as in case of non-cloud environment the tempDir can be shared between muiltiple instances running on the same machine. This path can be passed by setting the environment variable MAPFISH_PDF_FOLDER.


Version 2.3.1
Expand Down

0 comments on commit 19d3ac1

Please sign in to comment.