FasterXML / java-classmate

Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
http://fasterxml.com
Apache License 2.0
258 stars 42 forks source link

Move JDK baseline to Java 8 #75

Closed cowtowncoder closed 11 months ago

cowtowncoder commented 11 months ago

(note: follow-up to #74 )

Since it is difficult to even build Java libraries with pre-JDK-8, let's:

  1. Create branch 1.6 to allow for theoretical JDK6-compatible builds
  2. Update master to 1.7 and update baseline JDK requirement to Java 8

and then start addressing issues like missing Github Action for CI and failures on Java 17+.