Releases: dmonsch/PCM-Headless
0.6.1
0.6.0
Fixed a bug where the models of the transitive closure could not be saved.
The problem was that in some cases there is no resource for referenced models.
We solved this by saving the models n times (n = number of models in the transitive closure) until all models have a belonging resource. This is not the best way to do this. Better would be to calculate a dependency graph and save in an order that all referenced models are saved in advance. We choose to go the simpler way and introducing a bit of overhead for saving the models up to n times.
0.5.0
Due to a weird behaviour of the Unirest library we switched to the usage of Okhttp. Unirest spawns threads every time we change the timeouts for connecting and reading. This results in an immense count of threads which causes the JVM to crash after a certain period of time.
0.4.0
0.3.0
0.2.0
0.1.0-early
Contains the API jar which can be used to access the REST interface.
Also contains the files of the Docker image (docker.zip).