Skip to content

Bring v2 up-to-date #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 101 commits into
base: v2
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
e33b758
Add new ocpp-v2 sub-project with OCPP 2.0.1 types
robert-s-ubi Mar 14, 2023
b1b07ce
Add OCPP 2.0.1 and multiple protocol versions support
robert-s-ubi Mar 14, 2023
feb51ab
Implement OCPP 2.0.1 RPC Framework Error Codes
robert-s-ubi May 16, 2023
ff4618b
Add option to disable the transactionQueue
decroc-shell Mar 30, 2023
c552d62
Add an option for non-blocking OCPP-J connects
robert-s-ubi May 16, 2023
df71015
Bump all versions and dependencies to 1.2[.0]
robert-s-ubi May 16, 2023
0ce7c80
add stricter validation for Metervalues as described in #241
mmauksch Aug 16, 2023
c3e438c
validate via test and use suggested fix from #231
mmauksch Aug 17, 2023
62353f4
Merge pull request #243 from mmauksch/issue231-StopTransaction-valida…
TVolden Aug 18, 2023
2e1fcd8
Fix missing array string length validation in OCPP 2.0.1 classes
robert-s-ubi Sep 29, 2023
4859ecd
Merge pull request #239 from ubitricity/master
TVolden Sep 30, 2023
76fa4fa
Update README.md
TVolden Sep 30, 2023
9d08ab9
Bump GH Actions versions and add Dependabot to monitor our dependencies.
slachiewicz Oct 2, 2023
65e0e16
Merge pull request #245 from slachiewicz/gha-refresh
TVolden Oct 2, 2023
326182c
Bump org.jacoco:jacoco-maven-plugin from 0.8.5 to 0.8.10
dependabot[bot] Oct 2, 2023
d3d8890
Bump org.java-websocket:Java-WebSocket from 1.5.3 to 1.5.4
dependabot[bot] Oct 2, 2023
8574a3d
Bump github/codeql-action from 1 to 2
dependabot[bot] Oct 2, 2023
64f2190
Bump org.codehaus.gmavenplus:gmavenplus-plugin from 1.13.1 to 3.0.2
dependabot[bot] Oct 2, 2023
c2a0365
Bump junit:junit from 4.13.1 to 4.13.2
dependabot[bot] Oct 2, 2023
ffc259b
Merge pull request #247 from ChargeTimeEU/dependabot/maven/org.java-w…
TVolden Oct 2, 2023
8025e3a
Merge pull request #250 from ChargeTimeEU/dependabot/maven/junit-juni…
TVolden Oct 2, 2023
52e7416
Merge pull request #248 from ChargeTimeEU/dependabot/github_actions/g…
TVolden Oct 2, 2023
df8e549
Merge pull request #246 from ChargeTimeEU/dependabot/maven/org.jacoco…
TVolden Oct 2, 2023
3df7c2a
Merge pull request #249 from ChargeTimeEU/dependabot/maven/org.codeha…
TVolden Oct 2, 2023
c3af38f
Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.6.0
dependabot[bot] Oct 3, 2023
42fbf0e
Bump com.google.code.findbugs:jsr305 from 3.0.1 to 3.0.2
dependabot[bot] Oct 3, 2023
f46b8c4
Bump ch.qos.logback:logback-classic from 1.2.0 to 1.4.11
dependabot[bot] Oct 3, 2023
8700991
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.5.1 to 3.11.0
dependabot[bot] Oct 3, 2023
173a46c
Bump org.slf4j:slf4j-api from 1.7.25 to 2.0.9
dependabot[bot] Oct 3, 2023
4fa1928
Merge pull request #252 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Oct 5, 2023
60e404f
Merge pull request #253 from ChargeTimeEU/dependabot/maven/com.google…
TVolden Oct 5, 2023
9740269
Merge pull request #254 from ChargeTimeEU/dependabot/maven/ch.qos.log…
TVolden Oct 5, 2023
87540fc
Merge pull request #255 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Oct 5, 2023
5bcac1d
Merge pull request #256 from ChargeTimeEU/dependabot/maven/org.slf4j-…
TVolden Oct 5, 2023
72dad07
Bump org.spockframework:spock-core from 1.0-groovy-2.4 to 2.3-groovy-4.0
dependabot[bot] Oct 5, 2023
20d6716
Bump org.sonatype.plugins:nexus-staging-maven-plugin
dependabot[bot] Oct 5, 2023
547806a
Bump ch.qos.logback:logback-core from 1.2.9 to 1.4.11
dependabot[bot] Oct 5, 2023
42deb1a
Bump org.hamcrest:hamcrest-core from 1.3 to 2.2
dependabot[bot] Oct 5, 2023
1ba760b
Bump javax.xml.bind:jaxb-api from 2.1 to 2.3.1
dependabot[bot] Oct 5, 2023
ac347dc
Merge pull request #258 from ChargeTimeEU/dependabot/maven/org.sonaty…
TVolden Oct 13, 2023
ebcfdae
Merge pull request #259 from ChargeTimeEU/dependabot/maven/ch.qos.log…
TVolden Oct 13, 2023
c9550c4
Bump com.google.code.gson:gson from 2.8.9 to 2.10.1
dependabot[bot] Oct 13, 2023
f8b6802
Merge pull request #261 from ChargeTimeEU/dependabot/maven/javax.xml.…
TVolden Oct 15, 2023
42e25aa
Merge pull request #262 from ChargeTimeEU/dependabot/maven/com.google…
TVolden Oct 15, 2023
7b4cfdc
Merge pull request #260 from ChargeTimeEU/dependabot/maven/org.hamcre…
TVolden Oct 16, 2023
c6cf180
Merge pull request #257 from ChargeTimeEU/dependabot/maven/org.spockf…
TVolden Oct 16, 2023
622bdb6
Move Tests to Mockito4
slachiewicz Oct 15, 2023
4f12030
Update also Gradle build used by CodeQL GHA
slachiewicz Oct 15, 2023
0d014bc
Revert not necessary for Mockito code cleanups
slachiewicz Oct 16, 2023
6860d7c
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.5 to 3.1.0
dependabot[bot] Oct 16, 2023
1b30cbc
Bump org.apache.maven.plugins:maven-source-plugin from 2.2.1 to 3.3.0
dependabot[bot] Oct 16, 2023
5d7c319
Bump org.slf4j:jul-to-slf4j from 1.7.10 to 2.0.9
dependabot[bot] Oct 16, 2023
8019ac7
Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.1.2
dependabot[bot] Oct 16, 2023
552436d
Merge pull request #264 from slachiewicz/mockito4
TVolden Oct 16, 2023
d492687
Merge pull request #266 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Oct 17, 2023
917c304
Merge pull request #267 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Oct 17, 2023
b14120a
Merge pull request #268 from ChargeTimeEU/dependabot/maven/org.slf4j-…
TVolden Oct 17, 2023
f56fc87
Merge pull request #269 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Oct 17, 2023
3cf541c
Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
dependabot[bot] Oct 17, 2023
b742417
Merge pull request #271 from ChargeTimeEU/dependabot/maven/org.jacoco…
TVolden Oct 19, 2023
e936bbe
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
dependabot[bot] Oct 24, 2023
875b7cf
Merge pull request #272 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Oct 26, 2023
cd6fe53
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
dependabot[bot] Nov 7, 2023
e0685b0
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
dependabot[bot] Nov 7, 2023
3912f91
Merge pull request #273 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Nov 8, 2023
e4b211a
Merge pull request #274 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Nov 8, 2023
1f9c549
Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.13
dependabot[bot] Nov 29, 2023
855543b
Bump ch.qos.logback:logback-core in /ocpp-v2_0-test
dependabot[bot] Nov 29, 2023
2e4d258
Bump ch.qos.logback:logback-core in /ocpp-v1_6-test
dependabot[bot] Nov 29, 2023
5a9e147
Bump ch.qos.logback:logback-core from 1.4.11 to 1.4.12 in /ocpp-v2-test
dependabot[bot] Nov 29, 2023
27d5240
Merge pull request #279 from ChargeTimeEU/dependabot/maven/ch.qos.log…
TVolden Nov 30, 2023
be5bb24
Merge pull request #281 from ChargeTimeEU/dependabot/maven/ocpp-v2_0-…
TVolden Nov 30, 2023
4cb9b57
Merge pull request #282 from ChargeTimeEU/dependabot/maven/ocpp-v1_6-…
TVolden Nov 30, 2023
1d6c141
Merge pull request #283 from ChargeTimeEU/dependabot/maven/ocpp-v2-te…
TVolden Nov 30, 2023
f63e917
Bump ch.qos.logback:logback-core from 1.4.11 to 1.4.13
dependabot[bot] Nov 30, 2023
8112c85
Merge pull request #280 from ChargeTimeEU/dependabot/maven/ch.qos.log…
TVolden Nov 30, 2023
68f55e6
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3
dependabot[bot] Dec 4, 2023
cf6d479
Bump ch.qos.logback:logback-core in /ocpp-v1_6-test
dependabot[bot] Dec 8, 2023
f344348
Bump ch.qos.logback:logback-core from 1.4.13 to 1.4.14 in /ocpp-v2-test
dependabot[bot] Dec 8, 2023
d292437
Bump ch.qos.logback:logback-core in /ocpp-v2_0-test
dependabot[bot] Dec 8, 2023
0aef7cb
Bump github/codeql-action from 2 to 3
dependabot[bot] Dec 14, 2023
12712cb
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5
dependabot[bot] Jan 10, 2024
ac7638c
Revert "GitHub Actions: Downgrade maven workflow to 11.0.16+8"
bantu Jan 23, 2024
01ba01e
Merge pull request #306 from InnoCharge/revert-github-221
TVolden Jan 23, 2024
6060237
Allow configuration of allowed password string length
Jan 25, 2024
0293ce1
Merge pull request #308 from Joo200/feat/configure_pw_length
TVolden Jan 31, 2024
88e0a34
Merge pull request #296 from ChargeTimeEU/dependabot/maven/ocpp-v1_6-…
TVolden Feb 22, 2024
e9c68df
Merge pull request #294 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Feb 22, 2024
3dce708
Merge pull request #297 from ChargeTimeEU/dependabot/maven/ocpp-v2-te…
TVolden Feb 22, 2024
28b4598
Merge pull request #298 from ChargeTimeEU/dependabot/maven/ocpp-v2_0-…
TVolden Feb 22, 2024
355aee0
Bump org.slf4j:jul-to-slf4j from 2.0.9 to 2.0.12
dependabot[bot] Feb 22, 2024
2348f9f
Merge pull request #301 from ChargeTimeEU/dependabot/github_actions/g…
TVolden Feb 22, 2024
caf3bb6
Merge pull request #242 from mmauksch/validateMeterValues
TVolden Mar 4, 2024
53937d9
Merge pull request #302 from ChargeTimeEU/dependabot/maven/org.apache…
TVolden Mar 4, 2024
6c636a2
Merge pull request #321 from ChargeTimeEU/dependabot/maven/org.slf4j-…
TVolden Mar 4, 2024
14d60bc
Update gson due to reported vulnerability.
Apr 20, 2024
953f50b
A single instace, otherwise a static get() method makes no sense.
Apr 24, 2024
f7b92a3
Recommended by 1.6 spec is a 20 byte (40 chars) key.
Apr 24, 2024
cf20205
Fix password decoding.
Apr 24, 2024
fb5d0fb
More password fixes.
Apr 24, 2024
088b78c
Merge pull request #345 from rpseng/master
TVolden Apr 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
I was pointed out to me that the README needed an update now that we support version 2+.
  • Loading branch information
TVolden authored Sep 30, 2023
commit 76fa4fa7b080969fe6eb6937c056428f145a1485
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,26 @@
Java-OCA-OCPP
=============

A client and server library of Open Charge-Point Protocol from openchargealliance.org

With this library, you can easily get started with the Open Charge-Point Protocol.
The design is driven by test, which will ensure premium software that is easy to adapt and modify to your needs.
A library for the Open Charge-Point Protocol from openchargealliance.org

This library is made to support anyone who wants to implement a Central System or Charge Point that follows the Open Charge-Point Protocol.
Please note, this is a library and not an application, so there is no main method.

Currently we support 1.6 SOAP or Web socket.
The design is driven by test, which will ensure premium software that is easy to adapt and modify to your needs.

The library supports version 2.0.1 and 1.6 SOAP and web sockets.

Incoming request events are split into feature profiles as described in the OCPP specification.
I recommend that you download and read the specification from openchargealliance.org

See the project plan here:
https://tree.taiga.io/project/tvolden-java-oca-ocpp/

!! If you have an implementation for 0.4 or earlier, please read:
https://github.com/ChargeTimeEU/Java-OCA-OCPP/wiki/External-interface-change-from-version-0.4-to-0.5

Maven
=====

Find the maven repo here: https://mvnrepository.com/artifact/eu.chargetime.ocpp

Dependencies
============

Java-OCA-OCPP uses the following libraries:

* [Groovy-2.4](http://www.groovy-lang.org/)
* [JUnit4](http://junit.org/junit4/)
* [org.hamcrest:hamcrest-all:1.3](http://hamcrest.org)
* [org.mockito:mockito-core:1.10.19](http://mockito.org)
* [spock-core-0.7-groovy-2.0](http://spockframework.org)

To use version 1.6 you need the following libraries:

* [com.google.code.gson](https://github.com/google/gson)
* [org.java_websocket](https://github.com/TooTallNate/Java-WebSocket)

License
=======

Expand Down