Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Upgrade Hibernate version #2

Open
@danilodeLuca

Description

@danilodeLuca

Hello,

I'm having the following problem upgrading hibernate and MySQL connector using devserver (local), I didn't test using GAE environment.

appengine.target.version=1.9.48

Pom.xml:
`

<dependency>
  <groupId>mysql</groupId>
  <artifactId>mysql-connector-java</artifactId>
  <version>5.1.40</version>
</dependency>

<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-entitymanager</artifactId>
  <!-- <version>4.2.0.Final</version> -->
  <version>5.1.3.Final</version>
</dependency>

`

Log Error:
log.txt

You can checkout my fork with this changes to test it.
https://github.com/danilodeLuca/appengine-cloudsql-native-mysql-hibernate-jpa-demo-java

How to reproduce it?

  1. Clone my project
  2. Run mvn clean install
  3. Run mvn appengine:devserver
  4. Access http://localhost:8080/

This will run the servlet mapped in "/" and you can see the error in the log.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions