3.0 (javax.inject)
breaking change
#81 - Refactor BeanContextBuilder extract interface, use static newBuilder()
#80 - Refactor remove BuilderFactory and move newBuilder() methods to Builder interface
#73 - Add @priority and make it the default
issues
#79 - Tidy, no functional change - add finals, suppress rawtypes and dinject to avaje inject refactor
#78 - Simplify to just use local @generated annotation
#76 - Add javadoc comments into generated code
#77 - More annotation-api tweaks - by norrisjeremy
#75 - Tweaks for PostConstruct/PreDestory changes - by norrisjeremy
#72 - Support using any Priority annotation for sorting
#71 - Add io.avaje.inject @PostConstruct/@PreDestroy annotations
#70 - Change inject-generator to detect any @PostConstruct @PreDestory in any package - so javax.annotation, jakarta.annotation etc
#68 - Fix for JPMS case where requires java.annotation is missing (so module path issue)
#67 - Fix version for inject-test. - by norrisjeremy
#66 - Add support for method based injection. enhancement - by norrisjeremy