Skip to content

4.1.0-M1

Compare
Choose a tag to compare
@starksm64 starksm64 released this 01 Dec 00:52
· 58 commits to master since this release

What's Changed

  • Correct the deployment setup of EmptyBeansXmlDiscoveryTest by @manovotn in #471
  • Change ProcessBeanAttributesNotFiredForBuiltinBean to only detect PBA for beans with @default qualifiers by @manovotn in #475
  • Change main branch to 4.1 version by @manovotn in #478
  • Avoid using collection as bean type in ManagedBeanTypesTest by @manovotn in #477
  • Fix invalid annotation literals by @Ladicek in #443
  • remove obsolete TCK test exclusion by @Ladicek in #480
  • avoid custom CreationalContext and Contextual implementations in the TCK by @Ladicek in #452
  • Specify event that triggers exception by @jbescos in #486
  • Update CDI API to 4.1.0.Alpha1 by @manovotn in #492
  • Introduce tests for BeanContainer#getContexts by @manovotn in #483
  • Revisit two TCK tests that were disable in non-standard manner by @manovotn in #482
  • Add tests for InvocationContext.getInterceptorBindings() by @Ladicek in #479
  • Add missing annotation literals to test deployments by @manovotn in #494
  • Add missing literal to BeanManagerTest by @manovotn in #495
  • Relax the scope requirement for public fields by @Ladicek in #496
  • Add a core test for non-alternative producers on alternative beans by @manovotn in #500
  • small improvements in Build Compatible Extensions and Language Model TCKs by @Ladicek in #501
  • fix InvocationContextTest and InterceptorBindingInheritanceTest by @Ladicek in #497
  • Updates for the 4.1.0-M1 release by @starksm64 in #504
  • [StepSecurity] Apply security best practices by @step-security-bot in #473
  • Fix se 17 javadoc error by @starksm64 in #510

New Contributors

Full Changelog: 4.0.10...4.1.0-M1