Skip to content

Releases: jbock-java/simple-component

1.009

Choose a tag to compare

@h908714124 h908714124 released this 16 Feb 21:35
e379395
  • 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

Choose a tag to compare

@h908714124 h908714124 released this 09 Feb 20:31
  • protect against keywords

1.007

Choose a tag to compare

@h908714124 h908714124 released this 07 Feb 18:41
  • allow @Provider injection

1.005

Choose a tag to compare

@h908714124 h908714124 released this 02 Feb 08:18
  • add @Provides

1.004

Choose a tag to compare

@h908714124 h908714124 released this 30 Jan 19:42
  • allow multiple static injection methods in the same class or interface
  • accept javax.inject.Qualifier and jakarta.inject.Qualifier

1.003

Choose a tag to compare

@h908714124 h908714124 released this 29 Jan 14:05
  • binding via factory parameter takes precedence

1.002

Choose a tag to compare

@h908714124 h908714124 released this 29 Jan 11:18
  • detect alternative inject annotations: javax.inject.Inject, jakarta.inject.Inject
  • generate component fields only for component request

1.001

Choose a tag to compare

@h908714124 h908714124 released this 28 Jan 17:36
add generated annotation