# commons **Repository Path**: mirrors_HubSpot/commons ## Basic Information - **Project Name**: commons - **Description**: Common components used in comms - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: hubspot - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README commons ======= This is a collection of Java components that have proven useful across different code repositories, initially in the Telenor Digital (née Comoyo) Communications group The list of components currently reads as follows: * [amazonaws-utils](amazonaws-utils) AWS utilities not covered in the offical SDK * [logging-context](logging-context) Structured application state/context for logging * [logging-context-gelf](logging-context-gelf) Context-aware GELF log handler * [logging-context-json](logging-context-json) Context-aware JSON/logstash log formatter * [logging-utilities](logging-utilities) Helpers for logging. Sensible default exception handler which logs to jul * [pb-json](pb-json) Hassle-free conversion from Protobuf to JSON and back * [protoc-bundled-plugin](protoc-bundled-plugin) Batteries included Protobuf compiler plugin for Maven * [emjar](emjar) Class loader and supporting cast for using jar-in-jar embedded archives as part of classpath * [emjar-maven-plugin](emjar-maven-plugin) Generate EmJar-enabled bundle archives from Maven * [emjar-demo](emjar-demo) EmJar alternatives overview