Skip to content

Commit

Permalink
released 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed May 10, 2019
1 parent 6f73f78 commit 7fe9c1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ http://code.google.com/p/java-reflection/
RELEASE NOTES Java Reflection


v3.9.3

- Added API for checking method compatibility based on actual arguments rather than by types only
- Added helper method to zip method parameters with their respective actual arguments
- Made the LookupMode arguments of type Set rather than EnumSet, so they can be made unmodifiable
- Added convenience method for returning the verify and return the only method in a findMethods result


v3.9.2

- Added API to easily invoke bean setters / getters or methods
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>java-reflection</artifactId>
<packaging>jar</packaging>
<name>Java Reflection</name>
<version>3.9.3-SNAPSHOT</version>
<version>3.9.4-SNAPSHOT</version>
<description>Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions</description>
<url>http:///github.com/bbottema/java-reflection</url>

Expand Down

0 comments on commit 7fe9c1e

Please sign in to comment.