Skip to content

v0.31

Pre-release
Pre-release

Choose a tag to compare

@realityforge realityforge released this 29 Apr 05:07

Changes in this release:

Changes in this release:

  • Trigger StingProcessor for all public Sting annotations, including @StingProvider and
    @ActAsStingComponent, and align processor docs/Javadocs around the exact placements where each annotation is
    actively processed, tolerated for integration, or rejected.
  • Tighten annotation validation so @Named, @Typed, and @Eager are rejected on framework component types
    annotated with annotations meta-annotated by @StingProvider. These annotations must be applied to the resolved
    Sting provider type instead.
  • Tighten annotation validation so @Typed is rejected on @Injector output methods rather than being accepted
    and ignored.
  • Upgrade the org.realityforge.proton artifact to version 0.69.
  • Migrate javapoet to com.palantir.javapoet:javapoet:jar:0.14.0 which is still maintained.