Florian Habermann

Results 12 issues of Florian Habermann

In a lot of places, plain RuntimeExceptions are still used. We should replace them with properly typed ones. Places in code are marked with `// ... EXCP: proper exception`

enhancement

In order to synchronize the object graph with the storage data, a reload functionality has been requested; like a rollback function in other frameworks. Basically it is doable right now,...

In V7 we marked some classes and methods as deprecated for removal in V8 [#277]. So we have to do as promised. Also, mention all parts detailed in the changelog.

In addition to the primitive and wrapper value converters, one of the most common cases for refactorings will probably be the change to and from a Lazy reference. So BinaryValueSetters...

Due to a removed check in G1 in JDK 21.0.2 we have to adjust the cleaning code for direct byte buffers in order to avoid possible VM crashes. https://bugs.openjdk.org/browse/JDK-8325173

bug

Sometimes serialization data may be too big to pack into a byte array. In order to circumvent this problem we should introduce the option to use InputStreams and OutputStreams in...

enhancement

This is a long-term reminder to replace some Unsafe methods we are using. These eventually have to be replaced with their official substitutes. The Unsafe methods will be removed in...

enhancement

The controller doesn't increase the housekeeping's time budget when the GC is idle.

bug