aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-24 01:16:53 +0200
committerSven Gothel <[email protected]>2014-09-24 05:28:04 +0200
commitebe187fca62695b7631bfc67cb415d4e05c37456 (patch)
treef16384870a5537cf7ece240bffafbf113bc3f72f /make
parent3a8515045c906b0174fb74f25b425f532b9cf2d1 (diff)
Bump semver to 0.9.30-SNAPSHOT of jogamp branch, incl. commit 9cdb6bbf6d3248a65aa78ced08211d609c356f91
commit 9cdb6bbf6d3248a65aa78ced08211d609c356f91 fixes the tests of the Class, Field and Method accessor bit for compatibility.
Diffstat (limited to 'make')
-rw-r--r--make/lib/semantic-versioning/README.md6
-rw-r--r--make/lib/semantic-versioning/VERSION26
-rw-r--r--make/lib/semantic-versioning/semver-src.zipbin42734 -> 44649 bytes
-rw-r--r--make/lib/semantic-versioning/semver.jarbin302044 -> 302539 bytes
4 files changed, 24 insertions, 8 deletions
diff --git a/make/lib/semantic-versioning/README.md b/make/lib/semantic-versioning/README.md
index 26f02a2..fe13cc5 100644
--- a/make/lib/semantic-versioning/README.md
+++ b/make/lib/semantic-versioning/README.md
@@ -150,7 +150,7 @@ the maven-enforcer-plugin and then configure the maven-enforcer-plugin to run th
<dependency>
<groupId>org.semver</groupId>
<artifactId>enforcer-rule</artifactId>
- <version>0.9.27</version>
+ <version>0.9.29</version>
</dependency>
...
</dependencies>
@@ -220,7 +220,7 @@ the maven-enforcer-plugin and then configure the maven-enforcer-plugin to run th
<dependency>
<groupId>org.semver</groupId>
<artifactId>enforcer-rule</artifactId>
- <version>0.9.27</version>
+ <version>0.9.29</version>
</dependency>
...
</dependencies>
@@ -310,7 +310,7 @@ Both rules allow to filter classes/packages:
<dependency>
<groupId>org.semver</groupId>
<artifactId>enforcer-rule</artifactId>
- <version>0.9.27</version>
+ <version>0.9.29</version>
</dependency>
```
diff --git a/make/lib/semantic-versioning/VERSION b/make/lib/semantic-versioning/VERSION
index 2bac82c..ebfa12f 100644
--- a/make/lib/semantic-versioning/VERSION
+++ b/make/lib/semantic-versioning/VERSION
@@ -1,13 +1,29 @@
https://github.com/sgothel/semantic-versioning
forked from https://github.com/jeluard/semantic-versioning
-0.9.27-SNAPSHOT
+0.9.30-SNAPSHOT
-commit 9cdb6bbf6d3248a65aa78ced08211d609c356f91
-Author: Julien Eluard <[email protected]>
-Date: Thu Aug 28 01:19:08 2014 -0300
+commit 616f566cfe60638eb97823e1f63cf203161502da
+Author: Sven Gothel <[email protected]>
+Date: Wed Sep 24 01:08:38 2014 +0200
- Update README.md
+ Fix jardiff's Tools.isAccessChange(..): Differentiate between Class, Field and Method and apply all rules of the Java Language Specification
+
+ Class, Field and Methods have different binary backward compatibility rules
+ as specified in the Java Language Specification, Java SE 7 Edition:
+ - http://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html
+
+ For Field 'volatile' the Java Language Specification, first edition has been used:
+ - http://www.wsu.edu/UNIX_Systems/java/langspec-1.0/13.doc.html#45194
+
+ For each type separate method have been created, i.e. Tools.is<Type>AccessChange().
+ Each new method has the rules referenced and partially copied into the method
+ for better documentation.
+
+ The now deprecated method Tools.isAccessChange(..) calls Tools.isClassAccessChange(..)
+ and shall be removed.
+
+ Unit test ToolsTest has been expanded for each type and its rules.
branch jogamp
diff --git a/make/lib/semantic-versioning/semver-src.zip b/make/lib/semantic-versioning/semver-src.zip
index c0e6b02..8d91417 100644
--- a/make/lib/semantic-versioning/semver-src.zip
+++ b/make/lib/semantic-versioning/semver-src.zip
Binary files differ
diff --git a/make/lib/semantic-versioning/semver.jar b/make/lib/semantic-versioning/semver.jar
index bce8e75..3959814 100644
--- a/make/lib/semantic-versioning/semver.jar
+++ b/make/lib/semantic-versioning/semver.jar
Binary files differ