Merged
Conversation
OCPP 2.0.1 requires CSMS and Local Controllers to support RFC 7692 WebSocket compression, and recommends it for Charging Stations using mobile data connections. This feature was not implemented yet. Add the WEBSOCKET_COMPRESSION_SUPPORT boolean to JSONConfiguration, enabled by default for the server and disabled by default for the client. Bump the WebSocket library dependency from version 1.5.3 to 1.6.0, since the PerMessageDeflateExtension was broken in older versions.
Closed
Member
|
Things to consider, java_websocket 1.6 has one breaking change, it no longer supports Java 1.7 https://github.com/TooTallNate/Java-WebSocket/releases/tag/v1.6.0 |
Contributor
Author
The Java-OCA-OCPP library source code does not support Java 1.7 either (use of lambdas, and build.gradle says sourceCompatibility = '1.8'), so I don't see any problem with that. |
TVolden
approved these changes
Dec 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OCPP 2.0.1 requires CSMS and Local Controllers to support RFC 7692 WebSocket compression, and recommends it for Charging Stations using mobile data connections. This feature was not implemented yet.
Add the WEBSOCKET_COMPRESSION_SUPPORT boolean to JSONConfiguration, enabled by default for the server and disabled by default for the client.
Bump the WebSocket library dependency from version 1.5.3 to 1.6.0, since the PerMessageDeflateExtension was broken in older versions.