Daniel Meier

Results 7 issues of Daniel Meier

It is currently disabled, but enabling it would improve security.

security

### Current Behavior When cancelling a Gradle Build while compiling Java sources, invalid local build cache entries can be generated. These cache entries do not contain any class files, but...

a:bug
in:build-cache
in:java-plugins

A failure to access the JDBC connection metadata while bootstrapping Hibernate can lead to ClassCastExceptions during runtime when the Oracle JDBC driver is used and a BLOB is created by...

When loading a PKCS12 keystore using the JCA API Method `java.security.Keystore#load(InputStream, char[])` using a wrong password, an `IOException` without a cause is thrown. The JCA API recommends throwing an `IOException`...

enhancement

Hi there, the fluent API currently only has the ability to dynamically define an entity graph using the `FetchableFluentQuery.project` methods. It would be nice to be able to reuse existing...

type: enhancement

Java's `File#toURI` method does not encode all reserved URI characters like the `+` character, because they only need to be encoded in other parts of the URI. The `java.net.URLDecoder` on...

I noticed that automatic configuration reloading does not work when the configuration file path contains a `+` sign. When printing debug information, the `+` sign is replaced with a blank...