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

Upgrade the jbpm-jpdl 3.2.10.SP3_seam2 release to Hibernate 5 #2

Open
wants to merge 11 commits into
base: development
Choose a base branch
from

Conversation

mark1900
Copy link

Pull request that migrates the jbpm-jpdl (Release 3.2.10.SP3_seam2) library to Hibernate 5.

This update is required as part of upgrading Seam 2.3 to support Wildfly 10.1.0.Final and is related to the discussion with @mareknovotny on issue #1 .

Currently I am using this updated with a custom built Seam library

Notes

Unit Tests

Currently one unit tests does not complete successfully.

Building

It is worth noting that Eclipse will not build this library correctly, so please use the following command.

mvn clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

Using

Once built you can use the new library with the following Maven dependency.

<dependency>
    <groupId>org.jbpm.jbpm3</groupId>
    <artifactId>jbpm-jpdl</artifactId>
    <version>3.2.10.SP3_seam2_hibernate5</version>
    <exclusions>
        <exclusion>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-core</artifactId>
        </exclusion>
    </exclusions>
</dependency>

mark1900 and others added 11 commits October 27, 2016 18:48
….1.0.Final)

Upgrade Database Driver Versions (db2jcc, hsqldb, mysql, postgresql)
Upgrade Java from 5 to 7
Upgrade SubEtha SMTP
Upgrade to JavaEE 7
Upgrade Java Servlet from 2.4 to 3.1.0
- Update  jsf-console dependency on org.jbpm.jbpm3:jbpm-jpdl and org.jbpm.jbpm3:jbpm-identity
- Update JSF libraries
- Update Servlet libraries
- Assume the test failure from the JBPM2908Test class can safely be ignored
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants