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

General upgrade of thirdparty dependencies #620

Closed
7 tasks done
hohwille opened this issue Jan 12, 2018 · 6 comments
Closed
7 tasks done

General upgrade of thirdparty dependencies #620

hohwille opened this issue Jan 12, 2018 · 6 comments

Comments

@hohwille
Copy link
Member

hohwille commented Jan 12, 2018

We already have some particular issues out to upgrade specific dependencies:

Further there are many outdated dependencies that need to be upgraded:

Finally this task should also include:

I guess there is a lot more. Please help to complete. I guess that with updating spring-boot we might get most of the additional versions anyway.

@hohwille
Copy link
Member Author

Envers still needs to be upgraded:
https://github.com/oasp/oasp4j/blame/develop/boms/bom/pom.xml#L104

@hohwille
Copy link
Member Author

I will also get away from

      <dependency>
        <groupId>org.hibernate.javax.persistence</groupId>
        <artifactId>hibernate-jpa-2.1-api</artifactId>
        <version>1.0.0.Final</version>
      </dependency>

and go to

      <dependency>
        <groupId>javax.persistence</groupId>
        <artifactId>javax.persistence-api</artifactId>
        <version>2.2</version>
      </dependency>

Because we now have more recent hibernate that supports it and the latter is an official JPA while the first one was kind of odd.

@hohwille
Copy link
Member Author

@hohwille
Copy link
Member Author

@hohwille
Copy link
Member Author

hohwille commented Aug 10, 2018

However spring-boot 2.1 is not in maven central - not even the milestone 2.1.0.M1. So for the moment it seems as if we cannot update to JPA 2.2 and will postpone this to a spring-boot 2.1.x upgrade.
I therefore just created #667

@hohwille
Copy link
Member Author

Completed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants