Julien Herr
Julien Herr
Yes and `System.out.println(new Integer(10).equals(new Integer(10)));` will return true as expected. I still don't understand your point.
@unkish Sorry for overlooking the double null case. Thank you for pointing it out. By the way, I have made the necessary updates to the request, and it is now...
Depends on https://github.com/steve-community/ocpp-jaxb/pull/16
You are right, but the issue doesn't exist because already treated. See https://github.com/steve-community/ocpp-jaxb/pull/16/files#r2026501536
Closing this PR due to inactivity. Feel free to reopen if needed. See: https://github.com/juherr/evolve/pull/1
Thanks for the report. The way you run the test may have impacts. How can we reproduce the behavior? I mean: what is the `test` command doing?
It should be 
Related to #991
Sorry but I don't catch the fix. What is the relation between firstTimeOnly and the execution of all results? Why not having the same on before listener when lastTimeOnly is...
Yes, I think we should take the time to dig a bit deeper. The problem here is more the feature than the failing test. A good step could be to...