Releases: cuioss/cui-jsf-test-basic
Releases · cuioss/cui-jsf-test-basic
Release list
4.3.0
What's Changed
- chore: update cuioss-organization workflows to v0.6.6 by @cuioss-release-bot[bot] in #106
- chore: initialize plan-marshall configuration by @cuioss-oliver in #107
- fix(#74): Introduce JsfTestSetup as non-deprecated replacement for @JsfTestConfiguration bound by @cuioss-oliver in #108
- refactor(codebase): apply profile standards across java codebase by @cuioss-oliver in #109
- refactor(test): align test code with Java module-testing standards by @cuioss-oliver in #110
- Prepare release 4.3.0 by @cuioss-oliver in #114
Full Changelog: 4.2.0...4.3.0
4.2.0
What's Changed
- chore(deps): bump de.cuioss:cui-java-parent from 1.4.4 to 1.4.5 by @dependabot[bot] in #103
- fix(#104): default CuiMockSearchExpressionHandler and idempotent Application wrap by @cuioss-oliver in #105
Full Changelog: 4.1.2...4.2.0
4.1.2
What's Changed
- fix: incorporate cuioss organization settings and workflows by @cuioss-oliver in #67
- chore: prepare release 4.1.2 by @cuioss-oliver in #68
Full Changelog: 4.1.1...4.1.2
4.1.1
What's Changed
- Baseline is now JSF 4.1
- Introduced ParameterResolver for most JSF-Artifacts
- Fixed fixed missing type at 4.1.0
- Migration-Guide
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>4.1.1</version>
<scope>test</scope>
</dependency>Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Baseline is now JSF 4.1
- Introduced ParameterResolver for most JSF-Artifacts
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>4.1.0</version>
<scope>test</scope>
</dependency>Full Changelog: 4.0.1...4.1.0
4.0.1
Changes
- Baseline is now JakartaFaces 4.0
- Fixing ‚java.faces’ namespace in some types
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>4.0.1</version>
</dependency>Full Changelog: 2.0.2...4.0.1
4.0.0
Changes
- Baseline is now JakartaFaces 4.0
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>4.0.0</version>
</dependency>Full Changelog: 2.0.2...4.0.0
2.0.2
Changes
- Code Clean-up
- Library Updates
- Build Matrix contains now Java 21
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>2.0.2</version>
</dependency>Full Changelog: 2.0.1...2.0.2
v2.0.1
What's Changed
- extend CuiMockServletContext by @EugenFischer in #13
New Contributors
- @EugenFischer made their first contribution in #13
Full Changelog: 2.0.0...2.0.1
v2.0.0
Changes
- Baseline is now Java 17
- First steps for being a Java-Module:
de.cuioss.test.jsf-> module-info still needs to be created - Code Clean-up
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>2.0.0</version>
</dependency>