Sevket Gökay
Sevket Gökay
can be closed after https://github.com/steve-community/steve/pull/1816
apache cxf (the soap lib we use) has the notion of interceptors with various phases. you can impl your own interceptor and register it in the chain at the appropriate...
this has to do with the naming convention i am using for tags under releases: https://github.com/steve-community/steve/releases. years ago, i started naming the tags like `steve-$version`, and github is putting another...
it cannot be a singleton just by easily refactoring it and putting a `@Component` on it. reason is: within ChargePointHelperServiceImpl we are accessing different AbstractWebSocketEndpoint instances (ocpp 1.2, 1.5 and...
> At the moment, it seems only the UI actually needs this distinction yes, it is only relevant for UI, but still it is relevant. let's assume we did a...
> I think there's currently little risk of data duplication if a station switches versions quickly. this needs a more elaborate answer. so here it is... all websocket sessions are...