Releases: jakartaee/cdi-tck
Releases · jakartaee/cdi-tck
5.0.0.Alpha1
What's Changed
- Bump jakarta.tck:sigtest-maven-plugin from 2.1 to 2.2 by @dependabot in #567
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.0.0 to 3.5.0 by @dependabot in #566
- TCK runner was showing inconsistent dependencies, so add them explicitly by @starksm64 in #565
- Bump org.apache.maven.plugins:maven-release-plugin from 2.5.3 to 3.0.1 by @dependabot in #568
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 by @dependabot in #584
- Bump actions/checkout from 4.1.1 to 4.1.6 by @dependabot in #583
- PropertiesBasedConfigurationBuilder needs better error information fo… by @starksm64 in #587
- Replace the text Java EE with Jakarta EE where appropriate by @ivargrimstad in #591
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.13 to 2.3.18 by @dependabot in #595
- Bump org.testng:testng from 7.9.0 to 7.10.2 by @dependabot in #581
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #590
- Bump net.revelc.code:impsort-maven-plugin from 1.9.0 to 1.11.0 by @dependabot in #594
- Bump actions/setup-java from 4.1.0 to 4.2.2 by @dependabot in #596
- Add TCK coverage for unproxyability of sealed classes by @manovotn in #609
- Bump actions/setup-java from 4.2.2 to 4.4.0 by @dependabot in #605
- Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #608
- Add TCK challenge template by @Emily-Jiang in #604
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #610
- Bump actions/setup-java from 4.4.0 to 4.5.0 by @dependabot in #611
- Bump actions/setup-java from 4.5.0 to 4.6.0 by @dependabot in #612
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot in #597
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.23.0 to 2.24.1 by @dependabot in #599
- Bump jakarta.el:jakarta.el-api from 6.0.0 to 6.0.1 by @dependabot in #600
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #601
- Bump actions/setup-java from 4.6.0 to 4.7.0 by @dependabot in #615
- Bump org.jboss.arquillian:arquillian-bom from 1.8.0.Final to 1.9.3.Final by @dependabot in #614
- Bump org.asciidoctor:asciidoctor-maven-plugin from 3.0.0 to 3.1.1 by @dependabot in #616
- Bump commons-io:commons-io from 2.15.1 to 2.18.0 by @dependabot in #619
- Bump jakarta.tck:sigtest-maven-plugin from 2.2 to 2.6 by @dependabot in #617
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.24.1 to 2.25.0 by @dependabot in #618
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.18 to 2.3.19 by @dependabot in #620
- Bump org.testng:testng from 7.10.2 to 7.11.0 by @dependabot in #625
- Bump net.revelc.code:impsort-maven-plugin from 1.11.0 to 1.12.0 by @dependabot in #626
- add Lang Model TCK coverage for records by @Ladicek in #622
- add Lang Model TCK coverage for sealed classes by @Ladicek in #623
New Contributors
- @ivargrimstad made their first contribution in #591
Full Changelog: 4.1.0...5.0.0.Alpha1
4.1.0
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
- Add test coverage for declaring @priority on producers by @manovotn in #499
- Add TCK tests for registering custom scopes/contexts with Build Compatible Extensions by @Ladicek in #511
- synchronize exclusion lists across
impl
andweb
+ removetck-tests-previous.xml
by @Ladicek in #514 - Bump org.testng:testng from 7.7.0 to 7.9.0 by @dependabot in #519
- Test obtaining interceptor bindings along with interception factory by @manovotn in #520
- Additional tests for getting the interceptor bindings from the InvocationContext by @Azquelt in #522
- add more tests for InvocationContext.getInterceptorBindings() by @Ladicek in #524
- remove the JBoss tagline from license headers by @Ladicek in #527
- Add missing copyright headers to Java source files by @Azquelt in #528
- Remove the reference to @ManagedBean by @Emily-Jiang in #531
- Bump commons-io:commons-io from 2.8.0 to 2.15.1 by @dependabot in #506
- Bump org.jboss.arquillian.container:container-se-api from 1.0.1.Final to 1.0.2.Final by @dependabot in #509
- Bump org.asciidoctor:asciidoctorj-pdf from 1.6.2 to 2.3.10 by @dependabot in #521
- Bump CDI API version to Beta1 by @manovotn in #538
- Test BeanContainer assignability API methods by @Azquelt in #526
- Bump commons-lang:commons-lang from 2.2 to 2.6 by @dependabot in #533
- Bump org.apache.maven.plugins:maven-antrun-plugin from 3.0.0 to 3.1.0 by @dependabot in #537
- initial TCK tests for method invokers by @Ladicek in #502
- Bring copyright headers into agreement with NOTICE by @Azquelt in #540
- Add missing legal files by @Azquelt in #541
- Update the sigtest plugin, signature file and docs by @starksm64 in #542
- Fix URLs for inject repositories by @Azquelt in #543
- Formatting rules by @manovotn in #548
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.10 to 2.3.13 by @dependabot in #544
- Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.2 to 3.0.0 by @dependabot in #547
- Prepare for 4.1.0.Beta1 release by @starksm64 in #554
- Fix Beta1 build error for signature test in legacy web module by @starksm64 in #555
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.3.0 to 3.6.1 by @dependabot in #551
- Bump org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1 by @dependabot in #550
- Initial update to remove the web integration tests from the core tck by @starksm64 in #532
- Bump actions/setup-java from 4.0.0 to 4.1.0 by @dependabot in #557
- Remove the web tck tests by @starksm64 in #556
- Fix release by removing unused invalid dependencies by @starksm64 in #559
- Prepare for the 4.1.0.RC1 release by @starksm64 in #562
- Update to final dependency versions for staging of the final 4.1.0 TCK by @starksm64 in #563
- TCK runner was showing inconsistent dependencies, so add them explici… by @starksm64 in #564
New Contributors
- @step-security-bot made their first contribution in #473
- @dependabot made their first contribution in #519
- @Emily-Jiang made their first contribution in #531
Full Changelog: 4.0.10...4.1.0
4.1.0.Beta1
What's Changed
- Add test coverage for declaring @priority on producers by @manovotn in #499
- Add TCK tests for registering custom scopes/contexts with Build Compatible Extensions by @Ladicek in #511
- synchronize exclusion lists across
impl
andweb
+ removetck-tests-previous.xml
by @Ladicek in #514 - Bump org.testng:testng from 7.7.0 to 7.9.0 by @dependabot in #519
- Test obtaining interceptor bindings along with interception factory by @manovotn in #520
- Additional tests for getting the interceptor bindings from the InvocationContext by @Azquelt in #522
- add more tests for InvocationContext.getInterceptorBindings() by @Ladicek in #524
- remove the JBoss tagline from license headers by @Ladicek in #527
- Add missing copyright headers to Java source files by @Azquelt in #528
- Remove the reference to @ManagedBean by @Emily-Jiang in #531
- Bump commons-io:commons-io from 2.8.0 to 2.15.1 by @dependabot in #506
- Bump org.jboss.arquillian.container:container-se-api from 1.0.1.Final to 1.0.2.Final by @dependabot in #509
- Bump org.asciidoctor:asciidoctorj-pdf from 1.6.2 to 2.3.10 by @dependabot in #521
- Bump CDI API version to Beta1 by @manovotn in #538
- Test BeanContainer assignability API methods by @Azquelt in #526
- Bump commons-lang:commons-lang from 2.2 to 2.6 by @dependabot in #533
- Bump org.apache.maven.plugins:maven-antrun-plugin from 3.0.0 to 3.1.0 by @dependabot in #537
- initial TCK tests for method invokers by @Ladicek in #502
- Bring copyright headers into agreement with NOTICE by @Azquelt in #540
- Add missing legal files by @Azquelt in #541
- Update the sigtest plugin, signature file and docs by @starksm64 in #542
- Fix URLs for inject repositories by @Azquelt in #543
- Formatting rules by @manovotn in #548
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.10 to 2.3.13 by @dependabot in #544
- Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.2 to 3.0.0 by @dependabot in #547
- Prepare for 4.1.0.Beta1 release by @starksm64 in #554
- Fix Beta1 build error for signature test in legacy web module by @starksm64 in #555
New Contributors
- @dependabot made their first contribution in #519
- @Emily-Jiang made their first contribution in #531
Full Changelog: 4.1.0-M1...4.1.0.Beta1
4.0.13
What's Changed
- Exclude InvocationContextTest#testGetTargetMethod and InterceptorBindingInheritanceTest by @manovotn in #503
- synchronize exclusion lists across
impl
andweb
+ removetck-tests-previous.xml
by @Ladicek in #515 - Updates for TCK 4.0.x release by @manovotn in #523
Full Changelog: 4.0.12...4.0.13
4.1.0-M1
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
- @step-security-bot made their first contribution in #473
Full Changelog: 4.0.10...4.1.0-M1
4.0.10
What's Changed
@PostConstruct
method on interceptor SheepInterceptor should have InvocationContext parameter by @manovotn in #449- fix version string after incorrect 4.0.9 release by @Ladicek in #451
- avoid stereotype annotations on injection points in InjectionPointTest by @Ladicek in #460
- fix InterceptorDefinitionTest.testInterceptorsImplementInterceptorInterface by @Ladicek in #456
- move DestroyForSameCreationalContext2Test to the "full" part of the TCK by @Ladicek in #458
- fix test that interceptors are dependent instances of intercepted beans by @Ladicek in #462
- Clarify requirements of the Contexts SPI interface by @manovotn in #466
- Exclude VetoTest by @manovotn in #467
- avoid custom creational context implementations by @Ladicek in #463
- Change InvocationContextTest#testGetTargetMethod() to avoid using recursive interception by @manovotn in #465
- Change InterceptorBindingInheritanceTest to avoid using recursive interception by @Ladicek in #469
Full Changelog: 4.0.9...4.0.10
4.0.7
4.0.6
What's Changed
- Fix disposal method test by @dstepanov in #384
- Disable the tck-audit profile by default so that the org.jboss.test-a… by @starksm64 in #388
- Be more explicit about the lang model tck requirements by @starksm64 in #390
- update README.md to https://jakartaee.github.io/cdi-tck/ by @scottmarlow in #393
- Revert "Disable the tck-audit profile by default so that the org.jbos… by @manovotn in #395
- Fixed example Wildfly project for running the lang model TCK by @OndroMih in #394
- Fixed tests to disabling thrown of FailingHttpStatusCode exception by @breakponchito in #399
New Contributors
- @scottmarlow made their first contribution in #393
- @OndroMih made their first contribution in #394
- @breakponchito made their first contribution in #399
Full Changelog: 4.0.5...4.0.6
4.0.5
What's Changed
- Add missing lang model tck runner More doc corrections, consistency updates by @starksm64 in #382
Full Changelog: 4.0.4...4.0.5