Paweł Płazieński
|
4b926c0f02
|
Use custom annotation for checking
This fixes problems with Object#finalize having Deprecated in some JDK
version and not in others.
|
1 month ago |
Paweł Płazieński
|
5f4eb221c3
|
Trigger CI build on any branch
|
1 month ago |
Paweł Płazieński
|
6259205356
|
Use parent 26.0.1, introduce jgitver
|
1 month ago |
Paweł Płazieński
|
711d60aa8e
|
Synchronize lazy initialization
|
5 months ago |
Paweł Płazieński
|
02cfbb9c07
|
Fix parameter variance for property copy
|
5 months ago |
Paweł Płazieński
|
aaa2bba7a5
|
Simplify introspection constructors
|
5 months ago |
Paweł Płazieński
|
291b992666
|
Mark some interfaces as functional
|
5 months ago |
Paweł Płazieński
|
3dbcfaf38d
|
Add extraction of schema from bean
|
5 months ago |
Paweł Płazieński
|
77bf31c758
|
Add casting invocation
|
5 months ago |
Paweł Płazieński
|
fed79beb8a
|
Add annotations helping with kotlin platform types
|
5 months ago |
Paweł Płazieński
|
335dd4f75b
|
Fix spelling
|
5 months ago |
Paweł Płazieński
|
6bf2d81bd9
|
Fix tests of deprecated object methods on java 8
|
5 months ago |
Paweł Płazieński
|
73ccf13449
|
Create InvocationHandlerBuilder
|
7 months ago |
Paweł Płazieński
|
8f928e0635
|
Add result and thrown type to Invocation and InvocationHandler
|
7 months ago |
Paweł Płazieński
|
e79da8106e
|
Adjust to error-prone 2.4 and checkerframework 3.4
|
7 months ago |
Paweł Płazieński
|
60e1ad29be
|
Use checkerframework for nullness tests
|
8 months ago |
Paweł Płazieński
|
0c33def2b7
|
Custom unwrapping of InvocationTargetException
|
8 months ago |
Paweł Płazieński
|
a0f6a5adf5
|
Adjust to checkstyle version 8.32
|
8 months ago |
Paweł Płazieński
|
2497110121
|
Mark overriding of equals as accepting nullable
|
8 months ago |
Paweł Płazieński
|
edb49a2209
|
Deal with Class#getClassLoader returning null
|
8 months ago |
Paweł Płazieński
|
0ed66ceec6
|
Remove superfluous unchecked suppresions
|
8 months ago |
Paweł Płazieński
|
3c8d2ad772
|
Query#contains accepts null
|
8 months ago |
Paweł Płazieński
|
d152b60d6a
|
Change license in pom.xml
|
8 months ago |
Paweł Płazieński
|
e458421b79
|
Cleanup formatting and trailing spaces in README
|
8 months ago |
Paweł Płazieński
|
ff10c267f8
|
Bump version to snapshot 4.0.3
|
9 months ago |
Paweł Płazieński
|
f4fc141c61
|
Release version 4.0.2
|
9 months ago |
Paweł Płazieński
|
2453192ee8
|
Use privateLookupIn in MethodInvocation for newer java
|
9 months ago |
Paweł Płazieński
|
439b3498fa
|
Change license to Apache-2.0
|
9 months ago |
Paweł Płazieński
|
5c860d23d7
|
Bump version to snapshot 4.0.2
|
9 months ago |
Paweł Płazieński
|
85e936d233
|
Release version 4.0.1
|
9 months ago |
Paweł Płazieński
|
3d299ea8ad
|
Update parent to version 25
|
9 months ago |
Paweł Płazieński
|
fb125dd925
|
Assert string inheritance in non-exact way
|
9 months ago |
Paweł Płazieński
|
62851a9ffd
|
Minor javadoc fixes
|
9 months ago |
Paweł Płazieński
|
ffb365ea28
|
Search deeper for private Lookup constructor
Search for both Lookup(Class, int) and Lookup(Class, Class, int),
as the former one is found in Java 8-13, and the latter one in Java 14.
|
9 months ago |
Paweł Płazieński
|
b7b052e775
|
Bump version to snapshot 4.0.1
|
9 months ago |
Paweł Płazieński
|
66f2c356b8
|
Release 4.0.0
|
9 months ago |
Paweł Płazieński
|
7ef121f5e2
|
Add required scm url
|
9 months ago |
Paweł Płazieński
|
24638c05aa
|
Update drone to force deploy to local maven repository
|
9 months ago |
Paweł Płazieński
|
be393efa1e
|
Replace invalid characters with entities in javadoc
|
9 months ago |
Paweł Płazieński
|
98e7eb3ac9
|
Set parent version to 24, release to maven central
|
9 months ago |
Paweł Płazieński
|
05146c9175
|
Clean style in readme
|
9 months ago |
Paweł Płazieński
|
59fb5d33cc
|
Add section on Beans in readme
|
9 months ago |
Paweł Płazieński
|
898327e5f5
|
Add section on Types in readme
|
9 months ago |
Paweł Płazieński
|
ae33bfb244
|
Remove ObjectMethods#REGISTER_NATIVES
|
9 months ago |
Paweł Płazieński
|
b14b01e951
|
Add FieldIntrospection#typeView
|
9 months ago |
Paweł Płazieński
|
3412c505ee
|
Remove unneeded suppresses, change rest to @SuppressWarnings
|
9 months ago |
Paweł Płazieński
|
04a20c8184
|
Adjust javadoc package groups
|
9 months ago |
Paweł Płazieński
|
4ec05acf5b
|
Javadoc for AnnotationQuery
|
9 months ago |
Paweł Płazieński
|
e1fff40031
|
Javadoc for MethodQuery
|
9 months ago |
Paweł Płazieński
|
1ea1d7f184
|
Javadoc for ClassIntrospection
|
9 months ago |