File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.2.11
2
+
3
+ * Depend on -core 1.2.10.
4
+ * Update dependencies on jsr305.
5
+ * Fix javadoc generation.
6
+ * Fix issue #293 : Lazily instantiate defaults for ` JsonSchemaFactoryBuilder ` .
7
+
8
+ ### 2.2.10
9
+
10
+ * Revert strict date-time validation from 2.2.9; now such validation is opt-in.
11
+
12
+ ### 2.2.9
13
+
14
+ * Use stricter date-time attribute formatter.
15
+ * Added a cache size for # of records in ValidationConfiguration.
16
+
17
+ ### 2.2.8
18
+
19
+ * TODO
20
+
21
+ ### 2.2.7
22
+
23
+ * First time publishing under com.github.java-json-tools.
24
+ * TODO
25
+
1
26
### 2.2.6
2
27
3
28
* Fix issue #112 : fix circular validation detection; use a "validation stack" to
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply(plugin: "idea");
25
25
apply(plugin : " eclipse" );
26
26
27
27
group = " com.github.java-json-tools" ;
28
- version = " 2.2.10-SNAPSHOT " ;
28
+ version = " 2.2.11 " ;
29
29
sourceCompatibility = " 1.6" ;
30
30
targetCompatibility = " 1.6" ; // defaults to sourceCompatibility
31
31
@@ -40,7 +40,7 @@ repositories {
40
40
* List of dependencies
41
41
*/
42
42
dependencies {
43
- compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.9 " );
43
+ compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.10 " );
44
44
compile(group : " com.sun.mail" , name : " mailapi" , version : " 1.6.1" );
45
45
compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
46
46
compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.0.0" );
You can’t perform that action at this time.
0 commit comments