[infinispan-issues] [JBoss JIRA] (ISPN-3653) Add possibility to run Infinispan-server testsuite also with 1.6xx JDKs

Tomas Sykora (JIRA) jira-events at lists.jboss.org
Tue Oct 22 04:05:02 EDT 2013


Tomas Sykora created ISPN-3653:
----------------------------------

             Summary: Add possibility to run Infinispan-server testsuite also with 1.6xx JDKs
                 Key: ISPN-3653
                 URL: https://issues.jboss.org/browse/ISPN-3653
             Project: Infinispan
          Issue Type: Bug
            Reporter: Tomas Sykora
            Assignee: Mircea Markus
             Fix For: 6.0.0.CR2


Currently, there is a restriction in Infinispan-server set by maven-enforcer-plugin as 

<requireJavaVersion>
    <version>[1.7,)</version>
</requireJavaVersion>

This prevents us from comfortable running Infinispan-server testsuite with JDKs version 1.6 etc.

As this restriction is required, it's needed to implement new profile for running tests with JDKs 1.6.

See *jdk6testsuite* profile here, in Infinispan parent/pom.xml, which solves this already for Infinispan: https://github.com/infinispan/infinispan/blob/master/parent/pom.xml 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list