Johno Crawford

Results 16 issues of Johno Crawford

Instead of displaying a big error message where the content usually when there is no network it would be nice to display the data from cache if available. When there...

enhancement

Motivation: Custom SslContext should be retained on init. Modification: Retain custom SslContext. Result: Externally managed SslContext refcount is managed correctly.

Request to backport HHH-12338 to 5.4 branch as per discussion https://github.com/hibernate/hibernate-orm/pull/4096#issuecomment-920771670

5.4

``` 08:09:42.441 [backup-server-test-3] ERROR i.a.u.concurrent.ThreadPoolContext - An uncaught exception occurred java.lang.NullPointerException: null at io.atomix.protocols.log.roles.FollowerRole.backup(FollowerRole.java:58) ~[classes/:na] at io.atomix.protocols.log.impl.DistributedLogServerContext.lambda$backup$6(DistributedLogServerContext.java:420) ~[classes/:na] at io.atomix.protocols.log.impl.DistributedLogServerContext.lambda$runOnContext$9(DistributedLogServerContext.java:440) ~[classes/:na] at io.atomix.utils.concurrent.ThreadPoolContext.lambda$new$0(ThreadPoolContext.java:81) ~[atomix-utils-3.2.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_141] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_141]...

When viewing a merge request in diff view the SonarQube comments are not displayed, is there maybe a bug with how the comment is added or a different API endpoint...

❤️

hacktoberfest-accepted

hibernate-redis currently functions as an off-heap cache provider but Redisson supports on-heap caching too to minimise network traffic (RLocalCachedMap). We could enhance the hibernate-redis.properties to support the following format (draft):...

After updating to jackson-datatype-hibernate 2.9.7 (Hibernate 5.1.7 on the classpath) I found that PersistentCollectionSerializer cannot be instantiated when trying to register the module due to a cnfe.. ```java import com.fasterxml.jackson.datatype.hibernate5.PersistentCollectionSerializer;...

We can exploit the fact the WebGL implementation takes a byte array and length ( instance.ws.send(HEAPU8.buffer.slice(bufferPtr, bufferPtr + length)); ) and allow the application to write to a buffer then...

Fixes https://github.com/trautonen/coveralls-maven-plugin/issues/94