Christoph Läubrich
Christoph Läubrich
`org.takes.rq.RqLive.data(InputStream, Opt, boolean)` has the following code https://github.com/yegor256/takes/blob/20467cf2729566461ad4c7fe7123cf4ea57c51ed/src/main/java/org/takes/rq/RqLive.java#L183-L185 this is wrong, as it indicates that the stream has reached EOF but it simply means the buffer is empty. See also...
If one returns a JSON Array and try to pretty print it there is an error: ``` java.io.IOException: javax.json.stream.JsonParsingException: JsonParser#getObject() or JsonParser#getObjectStream() is valid only for START_OBJECT parser state. But...
In the Jenkins Github Plugin one could choose an option that reads: ### Merging the pull request with the current target branch revision _Discover each pull request once with the...
If one has a product and adds a plugin to the configuration, e.g. `my.plugin` this currently seem to fail the product build with something similar to : > Execution materialize-products...
Currently tycho pomless is very powerful, but sometimes it is required to still configure things in the xml style (e.g. profiles). It would therefore be good if one can deine...
Currently Tycho maintain different caches, e.g. some items are cached in the local maven repository, some are cached in the transport caches and there is even a P2 remote cache...
`org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testUseStandardDataSourceConfig()` says it is testing [JPA Service Spec 127.3.4.1](https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.jpa.html#service.jpa-std.config.props) of the spec that says where it reads: > The EntityManagerFactoryBuilder service must support the defined property names as per the...
The test says: > We should already have a provider present in the registry. Make sure we can grab it. But I can't find anything in the spec that requires...