Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Update the Seam 2.3 release to support Wildfly 10.1.0 Final #29

Open
wants to merge 32 commits into
base: Seam_2_3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f5b8217
update jboss-seam-resteasy to resteasy 3.0.8 Final
andrewscode Jul 11, 2014
b8b8bff
update to jee7
andrewscode Jul 11, 2014
fd446e9
update compiler and hibernate
andrewscode Jul 15, 2014
51d8303
update javax servlet to 3.1
andrewscode Jul 15, 2014
0e53ba2
add dependency on glassfish el-impl
andrewscode Jul 15, 2014
2585d17
change version to 2.3.2-wildfly-81-SNAPSHOT
andrewscode Jul 15, 2014
0d35304
update to richfaces 4.5.0.Alpha2
andrewscode Jul 15, 2014
24b08ea
remove dependency on richfaces cdk
andrewscode Jul 23, 2014
6a93d10
update pom
andrewscode Jul 31, 2014
7b667dc
update seam s:fileUpload to servlet 3.x
andrewscode Aug 15, 2014
1c44884
Add additional features to RedirectFilter to delay sending a redirect…
andrewscode Aug 28, 2014
4a8cb50
Update readme.asciidoc
andrewscode Aug 28, 2014
e75f693
Update readme.asciidoc
andrewscode Aug 28, 2014
e44a75e
Update readme.asciidoc
andrewscode Aug 28, 2014
b9e9e87
fix multipart filter,
andrewscode Oct 10, 2014
f7f2690
Update richfaces to 4.5.0.Final
andrewscode Nov 21, 2014
a8e0f3a
Remove backup POMs
mark1900 Sep 30, 2016
a8d0ca1
Update version to 2.3.2-wildfly-10_1_0_Final-SNAPSHOT
mark1900 Sep 30, 2016
7984aa1
Update version to 2.3.2-1-wildfly_10_1_0_Final-SNAPSHOT
mark1900 Oct 28, 2016
46618d3
Upgrade Wildfly version from 8.1.0.Final to 10.1.0.Final
mark1900 Oct 28, 2016
ab38379
Upgrade Wildfly version from 8.1.0.Final to 10.1.0.Final
mark1900 Nov 3, 2016
5669929
Update readme.asciidoc
mark1900 Nov 3, 2016
8c1efd1
Update readme.asciidoc
mark1900 Nov 4, 2016
379e5cb
Updates for seam-integration-tests
mark1900 Nov 4, 2016
6a13839
Upgrade Wildfly version from 8.1.0.Final to 10.1.0.Final
mark1900 Nov 7, 2016
04672cb
Fix code comments
mark1900 Nov 7, 2016
97538be
Update Eclipse plugin execution
mark1900 Nov 7, 2016
2f8a74e
Update versioning
mark1900 Nov 7, 2016
6abf672
Upgrade jasmine-maven-plugin to fix Jenkins build issues
mark1900 Nov 9, 2016
5ce8d5a
Update readme.asciidoc
mark1900 Nov 10, 2016
327fbeb
Update readme.asciidoc
mark1900 Mar 17, 2017
78703a3
Update readme.asciidoc
mark1900 Apr 18, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,974 changes: 992 additions & 982 deletions bom/pom.xml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions distribution/get-arquillian-libs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
</taskdef>

<property name="test.lib.dir" location="test" />
<property name="version.jboss-as7" value="7.2.0.Final" />
<property name="version.arquillian-junit" value="1.1.0.Final" />
<property name="version.wildfly" value="10.1.0.Final" />
<property name="version.arquillian-junit" value="1.1.11.Final" />
<target name="copyarq">
<mkdir dir="${test.lib.dir}" />
<aether:resolve>
<aether:dependencies>
<aether:dependency groupid="org.jboss.shrinkwrap.resolver"
artifactid="shrinkwrap-resolver-depchain" type="pom"
version="2.0.0" />
version="2.2.0" />
<aether:dependency groupid="org.jboss.shrinkwrap"
artifactid="shrinkwrap-api" type="pom" version="1.1.2" />
<aether:dependency groupid="org.jboss.as"
artifactid="jboss-as-arquillian-container-remote"
version="${version.jboss-as7}">
artifactid="shrinkwrap-api" type="pom" version="1.2.3" />
<aether:dependency groupid="org.wildfly.arquillian"
artifactid="wildfly-arquillian-container-remote"
version="1.1.0.Final">
<aether:exclusion groupid="org.jboss.shrinkwrap.resolver" />
<aether:exclusion groupid="org.jboss.shrinkwrap"
artifactid="shrinkwrap-api" />
Expand Down
Loading