Julien Herr
Julien Herr
### 🧩 Context The new messages defined in the [**OCPP 1.6 Security Whitepaper**](https://openchargealliance.org/ocpp-info-whitepapers/ocpp-1-6-security-whitepaper-3rd-edition/) are already implemented in the [`ocpp-1-6-core/model`](https://github.com/IZIVIA/ocpp-toolkit/tree/dev/ocpp-1-6-core/src/main/kotlin/com/izivia/ocpp/core16/model) package. However, these messages are **not yet exposed** in the [`Operations`](https://github.com/IZIVIA/ocpp-toolkit/tree/dev/ocpp-1-6-core/src/main/kotlin/com/izivia/ocpp/core16)...
Based on https://github.com/joelittlejohn/jsonschema2pojo/pull/1599 This PR restructures the CI in the following ways: 1. Execution of integration tests for `jsonschema2pojo-gradle-plugin` has been removed. 2. Build artifacts are now shared, so other...
Currently, both Maven and Gradle are used to build the `jsonschema2pojo-gradle-plugin` module: - Maven is used to build the plugin in CI. - Gradle is used to publish the artifact...
Fixes # . ### Did you remember to? - [ ] Add test case(s) - [ ] Update `CHANGES.txt` - [ ] Auto applied styling via `./gradlew autostyleApply` We encourage...
Hi, I was looking for the listing of all supported configuration keys and how to use them but didn't find it, except in the code: | Key | Default value...