Giter Site home page Giter Site logo

higgs.msg's Introduction

Higgs Binary Message

The name shamelessly stolen from the almost mythical Higgs Boson http://en.wikipedia.org/wiki/Higgs_boson .

  • Higgs - the name of the library
  • Boson - the name of a custom binary protocol

Enables de/serialisation of objects to a series of bytes. Also supports Jackson's JSON tree enabling serialisation of Jackson objects.

Importantly, it supports recursive objects by having support for references. This means there are JSON object trees Jackson will fail to serialise failing with StackoverflowError by Boson will serialise it just fine. See boson

Deployment

See https://central.sonatype.org/pages/apache-maven.html

To deploy snapshot run: mvn clean deploy then trigger a release mvn nexus-staging:release or drop mvn nexus-staging:drop

To deploy a full version mvn release:clean release:prepare and then (to release to central thanks to autoReleaseAfterClose in pom) mvn release:perform

higgs.msg's People

Contributors

dependabot[bot] avatar zcourts avatar

Watchers

 avatar  avatar

higgs.msg's Issues

JVM javadoc mess

Can't do releases without javadoc.
Javadoc currently doesn't build on any JDK version available via sdkan.
Tried 11.0.2, 12.0.2, 13.0.1 and 15.ea.2!

See https://bugs.openjdk.java.net/browse/JDK-8212233 and https://issues.apache.org/jira/browse/MJAVADOC-555

Seriously what're these guys doing!
Last resort, go to JDK 9.0.3 -
The SSL cert for oss.sonatype.org is not accepted on J9!
Add it https://stackoverflow.com/a/36427118/400048

  1. Download root cert from chrome
  2. keytool -import -alias example -keystore ~/.sdkman/candidates/java/9.0.4-open/lib/security/cacerts -file ~/Downloads/rootca1.cer

So...switch to Go lang or Rust for a few years until Oracle settles down???? Sigh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.