Michiel Leegwater

Results 9 comments of Michiel Leegwater

The intent of having modern Java version support is that I can start writing transformations for library updates. E.g. to upgrade my project from jUnit 4 to 5. Or an...

Please note that the current Java versions have an incorrect version indicated in the file name. https://github.com/usethesource/rascal/blob/master/src/org/rascalmpl/library/lang/java/syntax/Java15.rsc https://github.com/usethesource/rascal/blob/master/src/org/rascalmpl/library/lang/java/syntax/Java18.rsc Both should have a . or remove the 1 as a prefix....

I'm not too sure what M3 is (yet?). Just entering this field from the point of view: I should be able to automate this.

Just a brainwave: The Java language is backwards compatible until now I think. So I wonder whether only supporting Java 17 (as the latest version) should be enough for all...

According to https://github.com/powermock/powermock/pull/1049 Mockito 3 is now supported.

The validation that already exists in my application uses the information to check validity of the KeyCloak instance. So I would prefer to include this. The Keycloak documentation is https://www.keycloak.org/docs-api/5.0/rest-api/index.html#_realmrepresentation...

As implied by my lack of communication since last year: this has not been a priority and by now I’ve found OpenRewrite. Moving jUnit 4 to 5 already has a...

Hi @dajudge, Sounds like a great option!

Revisiting this issue with 0.5.2 (which is in use for some time). The results are the same. Today I noticed something new on STD out: java.util.ConcurrentModificationException at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493) at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1516)...