Java-OCA-OCPP icon indicating copy to clipboard operation
Java-OCA-OCPP copied to clipboard

Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)

Results 61 Java-OCA-OCPP issues
Sort by recently updated
recently updated
newest added

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.4.14 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...

dependencies
java

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.13 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...

dependencies
java

Hi, I am interested in OCPP and have read the document: https://openchargealliance.org/protocols/open-charge-point-protocol/#OCPP2.0.1 I want to start implementation of OCPP2.0.1 server (CSMS) ,but I don't know how to start it. I...

Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=maven&previous-version=2.0.9&new-version=2.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

#### There is a potential memory leak after sending a request using Server#send() or Client#send(): When a request is sent, the `Request` object and the associated `CompletableFuture` are stored in...

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies
java

Hi Team, Sometimes the callback method newSession() is not called, even though the WebSocket connection is established successfully. We are using the OCPP 1.6 protocol with the following library versions:...

Sadly, it seems like this project has been abandoned by its sole maintainer. Even more so, since the last commit actually broke things. With not only required fixes and existing...

(OCPPJ1.6) Hi All I have a software that uses CTEU to parse its messages and I'm getting a validation error when sending zero for _retries_ or _retryInterval_ in an update...

I see that there is a new 1.2 release of OCCP-J but I cannot find it in Maven Central. Is it possible to please publish them, even if the project...