Skip to content

Commit

Permalink
Switch to AEM 6.5.17 as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 20, 2023
1 parent 66b7e4f commit 48c12ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<action type="remove" dev="sseifert">
Remove deprecated functionality.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.5.17 as minimum version.
</action>
</release>

<release version="1.16.0" date="2023-12-18">
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
<version>1.5.2</version>
<version>1.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -212,20 +212,20 @@
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-tiff</artifactId>
<version>3.4.1</version>
<version>3.10.1</version>
<scope>test</scope>
</dependency>
<!-- Java ImageIO Support for SVG -->
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-batik</artifactId>
<version>3.4.1</version>
<version>3.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.9.1</version>
<version>1.17</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected Resource getBinaryDataResource(SlingHttpServletRequest request) {
* @return true if the resource is not modified and should not be delivered anew
*/
protected boolean isNotModified(Resource resource, SlingHttpServletRequest request,
SlingHttpServletResponse response) throws IOException {
SlingHttpServletResponse response) {
// check resource's modification date against the If-Modified-Since header and send 304 if resource wasn't modified
// never send expires header on author or publish instance (performance optimization - if medialib items changes
// users have to refresh browsers cache)
Expand Down
1 change: 1 addition & 0 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Read the [general concepts][general-concepts] to get an overview of the function

|Media Handler version |AEM version supported
|----------------------|----------------------
|2.0.x or higher |AEM 6.5.17+, AEMaaCS
|1.14.4 or higher |AEM 6.5.7+, AEMaaCS
|1.14.0 - 1.14.2 |AEM 6.5+, AEMaaCS
|1.10.x - 1.13.x |AEM 6.4.5+, AEMaaCS
Expand Down

0 comments on commit 48c12ca

Please sign in to comment.