Skip to content

Commit 42dc39f

Browse files
authored
Merge pull request #227 from adrienlauer/fix-226-security-cache
Add security cache, fixes #226
2 parents 83b126c + 584ec2d commit 42dc39f

File tree

26 files changed

+72
-47
lines changed

26 files changed

+72
-47
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.3.4 (2017-02-15)
2+
3+
* [new] Add security cache for authentication (enabled by default, can be disabled with `org.seedstack.seed.security.cache.authentication.enabled = false`)
4+
* [new] Add security cache for authorization (enabled by default, can be disabled with `org.seedstack.seed.security.cache.authorization.enabled = false`)
5+
16
# Version 2.3.3 (2017-01-24)
27

38
* [fix] JAX-RS resources were not decorated with cache busting headers when using Jersey2 implementation.

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed</artifactId>
17-
<version>2.3.3-SNAPSHOT</version>
17+
<version>2.3.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed</artifactId>
17-
<version>2.3.3-SNAPSHOT</version>
17+
<version>2.3.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-core</artifactId>

crypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.3.3-SNAPSHOT</version>
18+
<version>2.3.4-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>seed-crypto</artifactId>

el/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.3.3-SNAPSHOT</version>
18+
<version>2.3.4-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>seed-el</artifactId>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed</artifactId>
17-
<version>2.3.3-SNAPSHOT</version>
17+
<version>2.3.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-metrics</artifactId>

pom.xml

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

2020
<groupId>org.seedstack.seed</groupId>
2121
<artifactId>seed</artifactId>
22-
<version>2.3.3-SNAPSHOT</version>
22+
<version>2.3.4-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<properties>

rest/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed-rest</artifactId>
17-
<version>2.3.3-SNAPSHOT</version>
17+
<version>2.3.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-core</artifactId>

rest/jersey1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed-rest</artifactId>
17-
<version>2.3.3-SNAPSHOT</version>
17+
<version>2.3.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-jersey1</artifactId>

rest/jersey2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed-rest</artifactId>
17-
<version>2.3.3-SNAPSHOT</version>
17+
<version>2.3.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-jersey2</artifactId>

0 commit comments

Comments
 (0)