Sevket Gökay
Sevket Gökay
i considered this years ago but then dismissed the topic, because of the following... joda's DateTime is forgiving if the timezone designator is missing. timezone designator is a MUST for...
test code: ``` public static void main(String[] args) { // this will work fine for both { String s = "2025-04-03T09:30:00.00000+02:00"; DateTime dt1 = DateTime.parse(s); System.out.println(dt1); OffsetDateTime dt2 = OffsetDateTime.parse(s);...
Neat! Let's continue the conversation there.
all three status values are supported. keep in mind the status "pending" came with ocpp 1.6. steve supports 1.5 and 1.2 as well. if you add a new station, [this...
sure, lets reactivate this (there are many PRs that need to be revitalized :D) i assume the code changes work without issues (functionally), but i am not sure whether the...
another point: would you like to wait a bit for the project to migrate to spring boot? this migration is in the TODO list with a moderate urgency/priority. after the...
@fritterhoff we are using spring boot now. feel free to proceed with the preparation.
hey @juherr i think this PR and the changes it introduces are cleaner than the one in #1140. therefore, i am slightly leaning towards this one. there are failed checks...
when the build pipeline and infra-related stuff are updated, we can refactor tests to include testcontainers. nice initiative!
> Ping @goekay WDYT? pls give me some time. nowadays i am constantly short on time.