Releases: cuioss/cui-jsf-test-basic
Releases · cuioss/cui-jsf-test-basic
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>v1.1.0
Changes
- Restructured Producer for Servlet-Objects -> Removed Deltaspike, adapted names, see: Producer-Package for details.
Maven Coordinates
<dependency>
<groupId>de.cuioss.test</groupId>
<artifactId>cui-jsf-test-basic</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
Full Changelog: 1.0.2...1.1.0