File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change 1
- ### RESET
1
+ ### 2.2.6
2
+
3
+ * Fix issue #112 : fix circular validation detection; use a "validation stack" to
4
+ detect and spot those situations.
5
+ * Depend on -core 1.2.5.
6
+ * Update dependencies for libphonenumber, jsr305.
7
+
8
+ ### 2.2.5
9
+
10
+ * Fix issue #102 : detect, and fail on, circular validation.
11
+ * Simplify ValidationProcessor.
12
+ * Remove one-jar generation; the -lib jar now includes Main-Class.
13
+
14
+ ### 2.2.4
15
+
16
+ * Add a "lib" target to the build.
17
+ * Issue #99 : append syntax errors when throwing an InvalidSchemaException.
18
+ * Issue #100 : attempt to load resources from the context classloader if loading
19
+ from JsonLoader.class fails.
20
+
21
+ ### 2.2.3
22
+
23
+ * Re-release... 2.2.2 was compiled with JDK 8 :/
24
+
25
+ ### 2.2.2
26
+
27
+ * Depend on -core 1.2.1 to work around Rhino bug with other packages sealing the
28
+ context.
29
+
30
+ ### 2.2.1
31
+
32
+ * Main now uses current working directory as default URI namespace.
33
+
34
+ ### 2.2.0
35
+
36
+ * New major release.
37
+
You can’t perform that action at this time.
0 commit comments