Peter Lawrey

Results 79 comments of Peter Lawrey

Wires has a limitation that it can't serialize objects which are not trees i.e. contain no circular references. Detecting and handling such circular references is expensive. A simpler approach is...

The background~resource~releaser should be global and isn't expected to be stopped.

Relates to https://github.com/OpenHFT/Chronicle-Bytes/issues/149

ClassLocal is a Chronicle class so while it is used for anything, it will prevent core from being unloaded.

It's important to recognise how Java Serialization does this currently, as we can't change that behaviour. Java Serialization doesn't produce a warning when setting final fields, nor does it expect...

Bumped build-all here https://teamcity.chronicle.software/project/Chronicle_BuildAll?branch=core%2Fissue%2F438&mode=builds#all-projects

Chronicle-Logger is just a different destination for logs, the same library features should work.

Whatever it is replaced with should also be low overhead