cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Replace `JacksonFactory` with `GsonFactory`. #211

Open Capstan opened 2 years ago

Capstan commented 2 years ago

Fixes #210.

Capstan commented 2 years ago

I cannot get the gradle wrapper to work as is:

$ ./gradlew build test
FAILURE: Build failed with an exception.

* What went wrong:
Failed to load native library 'libnative-platform.so' for Linux amd64.

The installed version of gradle I have (4.4.1) runs into other errors.

Capstan commented 2 years ago

Apparently this is at least https://github.com/gradle/gradle/issues/1493, because after 3.5 I get a different error, and it appears because I have the JDK11 installed, it confuses anything earlier than Gradle 5.0 :/

Capstan commented 2 years ago

/cc @josheinhorn