Skip to content

Commit 004c073

Browse files
authored
Merge pull request #2 from scaleoutsoftware/dev-br-hotfix
Dev br hotfix
2 parents 4c7a675 + dd23128 commit 004c073

25 files changed

+115
-93
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
...and then you can add the ScaleOut Spring Session API as a dependency:
2525

2626
```
27-
compile group: 'com.scaleoutsoftware.spring', name: "session", version: '2.0'
27+
compile group: 'com.scaleoutsoftware.spring', name: "session", version: '2.1'
2828
```
2929

3030
### Maven
@@ -45,7 +45,7 @@ For Maven, you can add the ScaleOut API Repository to your pom.xml by adding the
4545
<dependency>
4646
<groupId>com.scaleoutsoftware.spring</groupId>
4747
<artifactId>session</artifactId>
48-
<version>2.0</version>
48+
<version>2.1</version>
4949
</dependency>
5050
</dependencies>
5151
```

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.scaleoutsoftware'
2-
version '2.0-RELEASE'
2+
version '2.1-RELEASE'
33

44
apply plugin: 'java'
55
apply plugin: 'eclipse'
@@ -33,9 +33,9 @@ dependencies {
3333
testCompile group: 'org.springframework', name: 'spring-context', version: '5.0.7.RELEASE'
3434
testCompile group: 'org.springframework', name: 'spring-web', version: '5.0.7.RELEASE'
3535
testCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
36-
testCompile group: 'com.scaleoutsoftware.client', name: 'jnc', version: '5.8.18.349'
36+
testCompile group: 'com.scaleoutsoftware.client', name: 'jnc', version: '5.10.0.354'
3737

38-
compile group: 'com.scaleoutsoftware.client', name: 'jnc', version: '5.8.18.349'
38+
compile group: 'com.scaleoutsoftware.client', name: 'jnc', version: '5.10.0.354'
3939
compile group: 'org.springframework.session', name: 'spring-session-core', version: '2.0.5.RELEASE'
4040
compile group: 'org.springframework', name: 'spring-context', version: '5.0.7.RELEASE'
4141
compile group: 'org.springframework', name: 'spring-web', version: '5.0.7.RELEASE'

docs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>All Classes (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>All Classes (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/constant-values.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Constant Field Values (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>Constant Field Values (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Constant Field Values (ScaleoutSpringHttpSessions 1.0-RELEASE API)";
14+
parent.document.title="Constant Field Values (ScaleoutSpringHttpSessions 2.1-RELEASE API)";
1515
}
1616
}
1717
catch(err) {
@@ -129,6 +129,13 @@ <h2 title="org.springframework">org.springframework.*</h2>
129129
<td class="colLast"><code>10</code></td>
130130
</tr>
131131
<tr class="rowColor">
132+
<td class="colFirst"><a name="org.springframework.session.soss.ScaleoutSessionRepository.DEF_UNASSIGNED">
133+
<!-- -->
134+
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
135+
<td><code><a href="org/springframework/session/soss/ScaleoutSessionRepository.html#DEF_UNASSIGNED">DEF_UNASSIGNED</a></code></td>
136+
<td class="colLast"><code>"UNASSIGNED"</code></td>
137+
</tr>
138+
<tr class="altColor">
132139
<td class="colFirst"><a name="org.springframework.session.soss.ScaleoutSessionRepository.DEF_USE_LOCKING">
133140
<!-- -->
134141
</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>

docs/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Deprecated List (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>Deprecated List (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Deprecated List (ScaleoutSpringHttpSessions 1.0-RELEASE API)";
14+
parent.document.title="Deprecated List (ScaleoutSpringHttpSessions 2.1-RELEASE API)";
1515
}
1616
}
1717
catch(err) {

docs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>API Help (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>API Help (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="API Help (ScaleoutSpringHttpSessions 1.0-RELEASE API)";
14+
parent.document.title="API Help (ScaleoutSpringHttpSessions 2.1-RELEASE API)";
1515
}
1616
}
1717
catch(err) {

docs/index-all.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Index (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>Index (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Index (ScaleoutSpringHttpSessions 1.0-RELEASE API)";
14+
parent.document.title="Index (ScaleoutSpringHttpSessions 2.1-RELEASE API)";
1515
}
1616
}
1717
catch(err) {
@@ -102,6 +102,8 @@ <h2 class="title">D</h2>
102102
<dd>
103103
<div class="block">default remote read-pending retry interval.</div>
104104
</dd>
105+
<dt><span class="memberNameLink"><a href="org/springframework/session/soss/ScaleoutSessionRepository.html#DEF_UNASSIGNED">DEF_UNASSIGNED</a></span> - Static variable in class org.springframework.session.soss.<a href="org/springframework/session/soss/ScaleoutSessionRepository.html" title="class in org.springframework.session.soss">ScaleoutSessionRepository</a></dt>
106+
<dd>&nbsp;</dd>
105107
<dt><span class="memberNameLink"><a href="org/springframework/session/soss/ScaleoutSessionRepository.html#DEF_USE_LOCKING">DEF_USE_LOCKING</a></span> - Static variable in class org.springframework.session.soss.<a href="org/springframework/session/soss/ScaleoutSessionRepository.html" title="class in org.springframework.session.soss">ScaleoutSessionRepository</a></dt>
106108
<dd>
107109
<div class="block">Default locking value.</div>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>ScaleoutSpringHttpSessions 1.0-RELEASE API</title>
6+
<title>ScaleoutSpringHttpSessions 2.1-RELEASE API</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;
99
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

docs/org/springframework/session/soss/ScaleoutSession.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>ScaleoutSession (ScaleoutSpringHttpSessions 1.0-RELEASE API)</title>
6+
<title>ScaleoutSession (ScaleoutSpringHttpSessions 2.1-RELEASE API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="ScaleoutSession (ScaleoutSpringHttpSessions 1.0-RELEASE API)";
14+
parent.document.title="ScaleoutSession (ScaleoutSpringHttpSessions 2.1-RELEASE API)";
1515
}
1616
}
1717
catch(err) {

0 commit comments

Comments
 (0)