You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref-0.10.1 - fix exception, docs, ci matrix, dependabot
* 0.10.1 - fix exception in JavassistHelper.getParametersAnnotations, docs
* ci: Setup GitHub actions for basic PR CI (#333)
* Make the path format to be platform-compatible (#299)
* enable Dependabot v2 (#319)
* Enable automatic module name (#308)
Copy file name to clipboardExpand all lines: README.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
*Released `org.reflections:reflections:0.10`*
1
+
*Released `org.reflections:reflections:0.10.1`*
2
2
3
3
*Reflections library has ~4 million downloads per month from Maven Central, and is being used by thousands of [projects](https://github.com/ronmamo/reflections/network/dependents) and [libraries](https://mvnrepository.com/artifact/org.reflections/reflections/usages).
4
4
Thank you for your continuous support! And apologize for the issues. We're looking for community collaborators to assist in reviewing pull requests and issues, please reach out.*
5
5
6
-
# Java runtime metadata analysis, in the spirit of [Scannotations](http://bill.burkecentral.com/2008/01/14/scanning-java-annotations-at-runtime/)
*Note that there are some breaking changes with Reflections 0.10, along with performance improvements and more functional API. Migration is encouraged and should be easy though.*
46
+
*Note that there are some breaking changes with Reflections 0.10+, along with performance improvements and more functional API. Migration is encouraged and should be easy though.*
@@ -263,7 +265,9 @@ Although less common, it can be useful for accessing types and members in a stro
263
265
Can be used for finding usages between packages, layers, modules, types etc.
264
266
265
267
### Contribute
266
-
Pull requests are welcomed!!
268
+
Pull requests are welcomed!!
269
+
Here are some issues labeled with [please contribute :heart:](https://github.com/ronmamo/reflections/issues?q=is%3Aissue+is%3Aopen+label%3A%22please+contribute+%E2%9D%A4%EF%B8%8F%22+label%3A%22good+first+issue%22)
270
+
*We're looking for community collaborators to assist in reviewing pull requests and issues, please reach out.*
267
271
268
272
Dual licenced with Apache 2 and [WTFPL](http://www.wtfpl.net/), just do what the fuck you want to.
* <p>generally, apply {@link #get(QueryFunction)} on {@link QueryFunction} created by {@link UtilQueryBuilder}, and optionally use the functional methods in QueryFunction
32
+
* <p>generally, apply {@link #get(QueryFunction)} on {@link QueryFunction} created by {@link UtilQueryBuilder}, and optionally use the functional methods in QueryFunction.
0 commit comments