Piotrek Żygieło
Piotrek Żygieło
Dependency updated between original PR and rebase has old commit message and PR title not updated
**Package ecosystem** maven **Manifest location and content prior to update** https://github.com/pzrep/dependabot-commit-message/blob/master/pom.xml **dependabot.yml content** https://github.com/pzrep/dependabot-commit-message/blob/master/.github/dependabot.yml **Updated dependency** `net.sf.saxon`:`Saxon-HE`:`10.6` -> `11.2` **What you expected to see, versus what you actually saw** _commit...
# Description # Please remove expired certificates from distribution ## Expected Outcome Payara Micro ran just after release should warn about minimal number of expired certificates, and not about certs...
## Environment Details * GlassFish Version (and build number): `Eclipse GlassFish 7.0.0 (build master-b-g3463ea0 2022-02-05T16:50:42+0000)` Where 3463ea0 is current master. * JDK version: `openjdk version "11.0.14" 2022-01-18` * OS: Linux...
Current usage of `git.closest.tag.commit.count` property: - if there is no tag in repository, as in [example from Jenkins](https://github.com/eclipse-ee4j/glassfish/pull/23519#issuecomment-877871161) from build 6, `build.id` has the part `*-b-*` (with _b_ alone only)...
With `FU.java`: ```java package pzrep; import java.io.*; public class FU { public static void copyFile(File src, File dst) throws IOException { try (var fis = new FileInputStream(src); var fos =...
## Describe the PR Fix assorted doc errors ## Ready? - [ ] Added unit tests for fixed bug/feature - [ ] Passing all unit tests - [x] Complete build...
Found in bigger, legacy project that has parent below top directory. And that parent has its own parent that is not a part of the project. Reduced to following reproducer:...