oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Add Pageable JSON support OOTB #694

Closed hohwille closed 5 years ago

hohwille commented 5 years ago

improved PR for #690 (wanted to merge directly on oasp4j develop but accidentally did it in my forge). However, even better so we get travis feedback before merge.

hohwille commented 5 years ago

Failure to transfer io.oasp.java.modules:oasp4j-rest:3.0.1-SNAPSHOT/maven-metadata.xml from https://repository.apache.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of apache-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata io.oasp.java.modules:oasp4j-rest:3.0.1-SNAPSHOT/maven-metadata.xml from/to apache-snapshots (https://repository.apache.org/snapshots/): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)

I do not know why but since ~half a year travis turned from a super reliable to a quite fragile service. Something is wrong with maven repo config/setup. We do not want to pull from repository.apache.org - I have no clue why travis is actually doing this. Looks like black magic to me.

hohwille commented 5 years ago

As my local maven build is successfull, I will ignore all this. We have to proceed for our releases.