Seam 3 should be able to run on Java 5 (so it must be build with -source and
-target 1.5)
-----------------------------------------------------------------------------------------
Key: SEAM-126
URL: https://issues.jboss.org/browse/SEAM-126
Project: Seam 3 Distribution
Issue Type: Bug
Components: Build Infrastructure
Affects Versions: 3.1.0.CR1
Reporter: Geoffrey De Smet
Priority: Blocker
Fix For: 3.1.0.Final
Seam 3 is compatible with JDK 5 according to
http://seamframework.org/Seam3/GetStarted
(if it wasn't compatible with 1.5, we would have not upgraded from Seam 2
earlier this year).
{code}
Prerequisites
JDK 5 or above
Maven 3.0 or above (to build the source code or run the examples)
Java EE 6-compliant application server (or a servlet container supported by the
Weld servlet extension)
{code}
But the seam-security 3.1.0.CR1 has not been build with -target 1.5:
{code}
[ERROR] bad class file:
/home/jliu/.m2/repository/org/jboss/seam/security/seam-security-api/3.1.0.CR1/seam-security-api-3.1.0.CR1.jar(org/jboss/seam/security/AuthorizationException.class)
[ERROR] class file has wrong version 50.0, should be 49.0
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues