Rob McDougall
Rob McDougall
I recently implemented something very similar to this (I wish I had learned of this project a couple of months sooner). In my version the "Work" interface was subclassed into...
[JEP 411](https://openjdk.org/jeps/411) deprecates Security Manager for future removal. SecurityManager references appear throughout the API code. Specifically: CommandInfo.java (3 matches) CommandMap.java (3 matches) DataHandler.java (3 matches) FileTypeMap.java (3 matches) MailcapCommandMap.java MimetypesFileTypeMap.java...
- No commits since March of 2020. - Even the bot generated security PRs are not being merged. - The plugin no longer appears in the Eclipse Marketplace - The...
Thanks for this. I have something similar in a gist that I use as my minimal pom.xml file. > +1 I maintained this template locally and got the idea of...
This PR represents a potential Hamcrest 4.0 release. It is based on Java 17 as a base. Project dependencies that have been upgraded to the latest versions and has PRs...
Having static factories that accept lambdas will reduce duplicated/boilerplate code when creating matchers. A flawed PR (#203) was created for this however it lacked unit tests and the implementation failed...
Some of the tests in OptionalMatchersTest fail when running on Windows because the expected strings use a hardcoded line separator (\n). They need to use System.lineSeparator() instead. It is a...
While not deprecated, the java.io.File class has been superceded by the java.nio.Path/java.nio.Files classes. I think more modern code would like to perform tests on Paths without having to convert them...
It appears that during the creation of the new AEM Project, some of the project template variables are not being set. This causes the user to have to open up...