Skip to content

Releases: cuioss/cui-jsf-test-basic

4.2.0

24 Apr 15:58

Choose a tag to compare

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

05 Feb 09:19

Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.1.2

4.1.1

17 Oct 13:38

Choose a tag to compare

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

09 May 14:46

Choose a tag to compare

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

22 May 20:13

Choose a tag to compare

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

22 Apr 07:39

Choose a tag to compare

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

24 Mar 20:45

Choose a tag to compare

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

22 Sep 15:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

v2.0.0

18 Aug 14:12

Choose a tag to compare

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

30 Jul 18:16

Choose a tag to compare

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