Skip to content

Releases: jbock-java/simple-component

1.009

16 Feb 21:35
e379395

Choose a tag to compare

  • allow default modifier, forbid type parameters on component methods
  • allow injecting provider of factory parameter
  • add context information to error message: Which component are we currently generating?
  • better variable names in generated code

1.008

09 Feb 20:31

Choose a tag to compare

  • protect against keywords

1.007

07 Feb 18:41

Choose a tag to compare

  • allow @Provider injection

1.005

02 Feb 08:18

Choose a tag to compare

  • add @Provides

1.004

30 Jan 19:42

Choose a tag to compare

  • allow multiple static injection methods in the same class or interface
  • accept javax.inject.Qualifier and jakarta.inject.Qualifier

1.003

29 Jan 14:05

Choose a tag to compare

  • binding via factory parameter takes precedence

1.002

29 Jan 11:18

Choose a tag to compare

  • detect alternative inject annotations: javax.inject.Inject, jakarta.inject.Inject
  • generate component fields only for component request

1.001

28 Jan 17:36

Choose a tag to compare

add generated annotation