P. Ottlinger
P. Ottlinger
## Legal https://zjedi.github.io/hugo-scroll/ links to a legal page at https://zjedi.github.io/legal/ that does not exist anymore. Is the menu just broken or contents missing? If I remember correctly the legal page...
Will be working on this branch with the new site-versions: - [x] Allow deployment via buildtools script to separate folder -> RAT-397 - [x] Perform migration - [x] Verify reports...
My [app](https://github.com/ottlinger/custom-validation-messages-1029) performs manual validations of a given form after submit in the controller: ```java @PostMapping("/register") public ModelAndView processRegisterForm(@Valid @ModelAttribute("register") final RegistrationForm form, final BindingResult result, final RedirectAttributes redirectAttributes) {...
Trying to use the backported v4.8.6.7 with the latest findsecbugs-plugin configured results in build failures: https://github.com/apache/creadur-rat/pull/549 ## Plugin configuration https://github.com/apache/creadur-rat/blob/master/pom.xml#L465 ` com.github.spotbugs spotbugs-maven-plugin 4.8.6.7 98 true org.apache.rat.- ${project.basedir}/spotbugs-ignore.xml com.h3xstream.findsecbugs findsecbugs-plugin...
https://github.com/apache/creadur-rat/pull/508 contais the plain dependabot update, but the new version brings: * deprecations of HelpFormatter * has to replace build() by get() ## TODO - [ ] fix test failures...
I added a test case in the Maven plugin integration tests * comprised of two folders * but only one is excluded. I do not really get why the build...
I really love the functionality of the plugin - in Creadur RAT we used it to verify that no dependency and language construct was used from >=Java8. How can we...