Skip to content

Tags: JavaIsJavaScript/steve

Tags

steve-2.0.0

Toggle steve-2.0.0's commit message
prepare release

steve-1.3.0

Toggle steve-1.3.0's commit message
switch to java 8

since java 7 reached end of life, we migrated to java 8. from now on we require jdk 8 to build and run. in the near future, we will slowly change/update the code base to make use of java 8's features

steve-1.2.0

Toggle steve-1.2.0's commit message
update screenshot

steve-1.1.1

Toggle steve-1.1.1's commit message
update screenshots

steve-1.0.11

Toggle steve-1.0.11's commit message
always accept a start transaction regardless of idTag status

until now a transaction request was only processed when the idTag was "Accepted" according to database. but this can cause some problems with the behavior of various charging stations. therefore, we relax the constraints and expect the charging station to act on the contents of sent idTagInfo

steve-1.0.10

Toggle steve-1.0.10's commit message
dependency version updates

steve-1.0.9

Toggle steve-1.0.9's commit message
1) reorganized imports

2) using pmd & findbugs now. fixed only some of the vulnerabilities (ignored false positives)

steve-1.0.8

Toggle steve-1.0.8's commit message
implemented a less restrictive approach to handle endpoint addresses …

…which a) allows the field to be absent and b) updates DB not only when boot notification arrives but with every message.

inspiration from SolarNetwork@35cd93a

steve-1.0.7

Toggle steve-1.0.7's commit message
Fixes #5

steve-1.0.6

Toggle steve-1.0.6's commit message
version bump to prepare for release