Skip to content

Commit 39894ef

Browse files
committed
version 0.4.10
1 parent f138eb2 commit 39894ef

7 files changed

Lines changed: 8 additions & 6 deletions

File tree

integration-tests/agent-tests/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.amadeus.session</groupId>
77
<artifactId>integration-tests</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.10</version>
99
</parent>
1010
<name>agent-tests</name>
1111
<packaging>jar</packaging>

integration-tests/arquillian-tests/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.amadeus.session</groupId>
77
<artifactId>integration-tests</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.10</version>
99
</parent>
1010
<packaging>jar</packaging>
1111
<properties>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.amadeus</groupId>
99
<artifactId>session</artifactId>
10-
<version>0.4-SNAPSHOT</version>
10+
<version>0.4.10</version>
1111
</parent>
1212
<packaging>pom</packaging>
1313
<name>integration-tests</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.amadeus</groupId>
66
<artifactId>session</artifactId>
7-
<version>0.4-SNAPSHOT</version>
7+
<version>0.4.10</version>
88
<packaging>pom</packaging>
99
<name>HttpSessionReplacer</name>
1010
<description>Provides management of application sessions via a session repository (e.g. Redis). General JEE container use case with HttpSession is supported.</description>

session-agent/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.amadeus</groupId>
77
<artifactId>session</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.10</version>
99
</parent>
1010
<name>session-agent</name>
1111
<description>JVM agent that enables session support in a JEE container.</description>

session-replacement/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.amadeus</groupId>
77
<artifactId>session</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.10</version>
99
</parent>
1010
<name>session-replacement</name>
1111
<description>Implementation of session management for JEE HttpSessions and general use case. Includes implemenations of in-memory and redis session distribution.</description>

session-replacement/src/main/java/com/amadeus/session/servlet/SessionHelpers.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,8 @@ public Object source() {
451451
* potentially wrapped request
452452
* @param oldRequest
453453
* original request received by filter
454+
* @throws IOException
455+
* blale
454456
*/
455457
public void commitRequest(ServletRequest request, ServletRequest oldRequest) throws IOException {
456458
// we are looking for identity below

0 commit comments

Comments
 (0)