Skip to content

Commit bb92dd0

Browse files
Merge pull request #1879 from BorderTech/release-1.5.39
Release 1.5.39
2 parents d9e717e + f1cb325 commit bb92dd0

File tree

13 files changed

+20
-15
lines changed

13 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44

55
### API Changes
66
### Enhancements
7-
* Consistent use of try-with-resources when handling streams
7+
### Bug Fixes
8+
9+
## 1.5.39
10+
11+
### API Changes
812
* Updated AbstractRequest to remove deprecated methods uploadFileItems and readBytes (were protected static). Use StreamUtils instead.
13+
### Enhancements
14+
* Consistent use of try-with-resources when handling streams
915
* Replaced org.apache.tika:tika library with org.overviewproject:mime-types in FileUtil to validate uploaded file mime types.
10-
* Updated FileUtil to make file extension and mime type validation case insensitive.
1116
* Updated the following dependencies:
1217
* wcomponents-core:
1318
* com.google.code.gson:gson from 2.13.1 to 2.13.2
@@ -25,8 +30,8 @@
2530
* wcomponents-bundle:
2631
* org.ehcache:ehcahce from 3.10.8 to 3.11.1
2732
* org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6
28-
2933
### Bug Fixes
34+
* Updated FileUtil to make file extension and mime type validation case insensitive.
3035

3136
## 1.5.38
3237

code-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.bordertech.wcomponents</groupId>
77
<artifactId>wcomponents-parent</artifactId>
8-
<version>1.5.39-SNAPSHOT</version>
8+
<version>1.5.40-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.github.bordertech.wcomponents</groupId>
1515
<artifactId>wcomponents-parent</artifactId>
16-
<version>1.5.39-SNAPSHOT</version>
16+
<version>1.5.40-SNAPSHOT</version>
1717

1818
<packaging>pom</packaging>
1919

wcomponents-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

wcomponents-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

wcomponents-examples-lde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

wcomponents-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

wcomponents-i18n/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

wcomponents-lde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

wcomponents-test-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.bordertech.wcomponents</groupId>
1010
<artifactId>wcomponents-parent</artifactId>
11-
<version>1.5.39-SNAPSHOT</version>
11+
<version>1.5.40-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)