pomutil icon indicating copy to clipboard operation
pomutil copied to clipboard

Utilities to clean, organize, and restructure Maven POMs

Results 8 pomutil issues
Sort by recently updated
recently updated
newest added

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.1.2.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.2.6.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

POMs can specify an `` tag, to retrieve additional dependencies from a "bill of materials" POM. These should be added to dependency checks.

Attempt to run dependency check ends with: `Exception in thread "main" org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18 at org.apache.bcel.classfile.Constant.readConstant(Constant.java:146) at org.apache.bcel.classfile.ConstantPool.(ConstantPool.java:67) at org.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:222) at org.apache.bcel.classfile.ClassParser.parse(ClassParser.java:136) at com.kdgregory.pomutil.dependency.ClassScanner.processStream(ClassScanner.java:111) at...

Currently any POM that uses this scope will throw an exception.

Current behavior is to default to StdIn if no POM specified on command-line. This is a bad user experience, especially since piping a POM is unlikely. Instead, display a message...

enhancement

Parent POM may define dependencies that aren't used by child. These will be reported as "unused mainline dependencies," but probably shouldn't be.