10
10
11
11
## Releases
12
12
13
- * 21 October 2013: 1.0.0-PFD for the cache-api and 0.11 for other artifacts.
14
- Proposed Final Draft
13
+ * 16 December 2013: 1.0.0-RC1
14
+ * 21 October 2013: 1.0.0-PFD for the cache-api and 0.11 for other artifacts. Proposed Final Draft
15
15
* 26 August 2013: 0.10 Third Public Review Draft
16
16
* 25 June 2013: 0.9 Second Public Review Draft
17
17
* 25 June 2013: 0.8 Public Review Draft
@@ -27,7 +27,7 @@ Maven snippet:
27
27
<dependency>
28
28
<groupId>javax.cache</groupId>
29
29
<artifactId>cache-api</artifactId>
30
- <version>1.0.0-PFD </version>
30
+ <version>1.0.0-RC1 </version>
31
31
</dependency>
32
32
33
33
@@ -55,7 +55,7 @@ or use the following Maven snippet:
55
55
<dependency>
56
56
<groupId>javax.cache</groupId>
57
57
<artifactId>cache-api</artifactId>
58
- <version>0.12-SNAPSHOT </version>
58
+ <version>1.0.0-RC1 </version>
59
59
</dependency>
60
60
61
61
Javadoc
@@ -146,14 +146,8 @@ All modules are built at http://jsr107.ci.cloudbees.com.
146
146
Testing Implementions of JSR107
147
147
-------------------------------
148
148
149
- The jsr107tck module contains a domain, tests and an implementation-tester. The implementation-tester allows an implementation, packaged
150
- as a Maven module, to be specified on the command line and tested. For example a fictional Acme company implementation could be tested as follows:
151
-
152
- mvn -Dtest=CacheManagerFactoryTest \
153
- -Dimplementation-groupId=acme.cache \
154
- -Dimplementation-artifactId=acme-cache \
155
- -Dimplementation-version=0.1-SNAPSHOT \
156
- test
149
+ See the [ TCK User Guide] ( https://docs.google.com/document/d/1w3Ugj_oEqjMlhpCkGQOZkd9iPf955ZWHAVdZzEwYYdU/edit?usp=sharing )
150
+ for instructions on how to use this TCK.
157
151
158
152
Mailing list
159
153
------------
@@ -170,8 +164,7 @@ Please log issues to: <https://github.com/jsr107/jsr107spec/issues>
170
164
Contributing
171
165
------------
172
166
173
- Admission to the Expert Group is closed, but please feel free to post to the
174
- mailing list.
167
+ Admission to the Expert Group is closed, but please feel free to post to the mailing list.
175
168
176
169
177
170
License
0 commit comments