Skip to content

Commit 9acc2b8

Browse files
committed
released 3.5.1
1 parent 90e1203 commit 9acc2b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.txt

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

66

7+
v3.5.1
8+
9+
- Added overloaded version of MethodUtils.findMatchingMethods(..) that also supports Collection in addition to varargs...
10+
- Fixed name based type matching to properly work with arrays vs varargs...
11+
12+
713
v3.5.0
814

915
- Made method collection facilities in ClassUtil much more robust by allowing any combination of method modifiers to find methods for rather than just

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.5.0</version>
10+
<version>3.5.2-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)