Skip to content

Commit 7fe9c1e

Browse files
committed
released 3.9.3
1 parent 6f73f78 commit 7fe9c1e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ http://code.google.com/p/java-reflection/
44
RELEASE NOTES Java Reflection
55

66

7+
v3.9.3
8+
9+
- Added API for checking method compatibility based on actual arguments rather than by types only
10+
- Added helper method to zip method parameters with their respective actual arguments
11+
- Made the LookupMode arguments of type Set rather than EnumSet, so they can be made unmodifiable
12+
- Added convenience method for returning the verify and return the only method in a findMethods result
13+
14+
715
v3.9.2
816

917
- Added API to easily invoke bean setters / getters or methods

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>java-reflection</artifactId>
88
<packaging>jar</packaging>
99
<name>Java Reflection</name>
10-
<version>3.9.3-SNAPSHOT</version>
10+
<version>3.9.4-SNAPSHOT</version>
1111
<description>Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions</description>
1212
<url>http:///github.com/bbottema/java-reflection</url>
1313

0 commit comments

Comments
 (0)