Skip to content

Commit 181f410

Browse files
committed
Release 2.3.25.ayg
1 parent efc0e45 commit 181f410

File tree

192 files changed

+229
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+229
-215
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ To use seam in your application via maven simply add the following dependency to
4242
<dependency>
4343
<groupId>com.github.albfernandez.seam</groupId>
4444
<artifactId>jboss-seam</artifactId>
45-
<version>2.3.24.ayg</version>
45+
<version>2.3.25.ayg</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.github.albfernandez.seam</groupId>
4949
<artifactId>jboss-seam-ui</artifactId>
50-
<version>2.3.24.ayg</version>
50+
<version>2.3.25.ayg</version>
5151
</dependency>
5252

5353
<!--

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.albfernandez.seam</groupId>
77
<artifactId>bom</artifactId>
88
<name>Seam 2 Bill Of Materials </name>
9-
<version>2.3.25-SNAPSHOT</version>
9+
<version>2.3.25.ayg</version>
1010
<packaging>pom</packaging>
1111

1212
<licenses>
@@ -58,7 +58,7 @@
5858
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5959

6060
<!-- Version string properties for integrations -->
61-
<version.seam>2.3.25-SNAPSHOT</version.seam>
61+
<version.seam>2.3.25.ayg</version.seam>
6262
<version.wicket>1.4.14</version.wicket>
6363
<version.drools>5.3.3.Final</version.drools><!-- Needed for Seam2 compatibility -->
6464
<version.mvel2>2.1.9.Final</version.mvel2> <!-- needed for drools 5.3.3 (do not use 2.2) -->

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.albfernandez.seam</groupId>
88
<artifactId>jboss-seam-parent</artifactId>
9-
<version>2.3.25-SNAPSHOT</version>
9+
<version>2.3.25.ayg</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

distribution/src/main/assembly/changelog.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
JBoss Seam Changelog
22
====================
33

4-
Release Notes - Seam 2 - Unreleased
4+
Release Notes - Seam 2 - Version 2.3.25.ayg 2021-08-26
55

66
* [ ] Prevent NPE when replicating session in some HA scenarios
77
* [#54] Removed inifinspan cache (infinispan-tree has been removed)
@@ -29,26 +29,31 @@ Release Notes - Seam 2 - Version 2.3.23.ayg 2020-08-10
2929

3030
* [ ] Prevent NPE when replicating session in some HA scenarios
3131

32+
3233
Release Notes - Seam 2 - Version 2.3.22.ayg 2020-08-02
3334

3435
* [ ] Prevent NPE when replicating session in some HA scenarios
3536
* [ ] Upgrade RichFaces to version 4.6.13.ayg
3637
* [ ] Upgrade OpenPDF to version 1.3.20
3738

39+
3840
Release Notes - Seam 2 - Version 2.3.21.ayg 2020-06-11
3941

4042
* [#39] Migrate from itext to OpenPdf
4143
* [ ] Allow EnumConverter to work with null and empty string values
4244

45+
4346
Release Notes - Seam 2 - Version 2.3.20.ayg 2020-05-26
4447

4548
* [ ] Prevent NPE when replicating session in some HA scenarios
4649

50+
4751
Release Notes - Seam 2 - Version 2.3.19.ayg 2020-05-21
4852

4953
* [ ] Revert excepction filter change, we need both mocks
5054
* [ ] Override SeamStateManager.getViewState
5155

56+
5257
Release Notes - Seam 2 - Version 2.3.18.ayg 2020-05-20
5358

5459
* [JBSEAM-4367] clustering and replication calls hashCode and injection fails.
@@ -74,7 +79,7 @@ Release Notes - Seam 2 - Version 2.3.17.ayg 2020-04-30
7479
* [rev 18b1d9d] Upgrade jbpm-jpdl to 3.2.15.ayg
7580
* [ ] Upgrade RichFaces to version 4.6.12.ayg
7681
* [ ] Upgrade PrimeFaces and PrimeFaces Extensions to version 8.0
77-
82+
7883

7984
Release Notes - Seam 2 Version 2.3.16.ayg (not released)
8085

@@ -90,16 +95,19 @@ Release Notes - Seam 2 - Version 2.3.15.ayg 2019-03-18
9095
* [ ] Upgrade jbpm-jpdl to 3.2.14.ayg
9196
* [ ] Upgrade itext2 to 2.1.16
9297

98+
9399
Release Notes - Seam 2 - Version 2.3.14.ayg 2018-08-22
94100

95101
* [#18] fix actionOutcome EL expresion evaluation from user input.
96102
* [ ] Upgrade Richfaces to 4.6.5.ayg, fixes CVE-2018-12532
97103

104+
98105
Release Notes - Seam 2 - Version 2.3.13.ayg 2018-05-17
99106

100107
* [ ] Prevent exception logging if jbpm is not present at runtime
101108
* [ ] Adjust some log levels
102109

110+
103111
Release Notes - Seam 2 - Version 2.3.12.ayg 2018-05-06
104112

105113
* [ ] PrimeFaces upgraded to 6.2
@@ -128,6 +136,7 @@ Release Notes - Seam 2 - Version 2.3.11.ayg 2017-08-22
128136
* [ ] Upgrade hibernate to 5.0.14.Final-redhat-1
129137
* [ ] As per RF-13865 - Revert the rename of a4jSkin to richSkin, changing it back to a4jSkin
130138

139+
131140
Release Notes - Seam 2 - Version 2.3.10.ayg (pre-release) 2017-06-05
132141

133142
* [ ] Includes full Richfaces distribution (main jar)
@@ -149,9 +158,10 @@ Release Notes - Seam 2 - Version 2.3.8.ayg 2016-05-30
149158
* [ ] Only depends on EHCache 2 (removes dependency with EHCache 1)
150159
* [ ] Update jboss-cache to 1.4.1.SP14
151160

152-
161+
153162
Release Notes - Seam 2 - Version 2.3.7.ayg (not released)
154163

164+
155165
Release Notes - Seam 2 - Version 2.3.6.ayg 2016-05-26
156166

157167
* [JBSEAM-4678] Stop the PhaseListener doing work on non-seam applications
@@ -209,6 +219,7 @@ Release Notes - Seam 2 - Version 2.3.3-ayg 2016-03-10
209219

210220
* [JBSEAM-4842] - Support for Enums in EL (disabled by default, can be enabled via initial parameter org.jboss.seam.deployment.EnumDeploymentHandler)
211221

222+
212223
Release Notes - Seam 2 - Version 2.3.2.ayg 2016-03-08
213224

214225
** Bug

examples/blog/blog-ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>blog</artifactId>
66
<groupId>com.github.albfernandez.seam.examples</groupId>
7-
<version>2.3.25-SNAPSHOT</version>
7+
<version>2.3.25.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.25-SNAPSHOT</version>
7+
<version>2.3.25.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-ftest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.25-SNAPSHOT</version>
7+
<version>2.3.25.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/blog/blog-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>blog</artifactId>
77
<groupId>com.github.albfernandez.seam.examples</groupId>
8-
<version>2.3.25-SNAPSHOT</version>
8+
<version>2.3.25.ayg</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

examples/blog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>blog</artifactId>
7-
<version>2.3.25-SNAPSHOT</version>
7+
<version>2.3.25.ayg</version>
88
<packaging>pom</packaging>
99
<name>Blog Example (EE6)</name>
1010

examples/booking/booking-ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.albfernandez.seam.examples</groupId>
66
<artifactId>booking</artifactId>
7-
<version>2.3.25-SNAPSHOT</version>
7+
<version>2.3.25.ayg</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)