File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >org.apache.commons</groupId >
2121 <artifactId >commons-parent</artifactId >
22- <version >69 </version >
22+ <version >70 </version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525 <groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change 3232 <action type =" fix" dev =" ggregory" due-to =" Claude Warren" >Cleanup deprecation issues #272.</action >
3333 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Fix PMD UnnecessaryFullyQualifiedName issues.</action >
3434 <!-- UPDATE -->
35+ <action type =" update" dev =" ggregory" due-to =" Gary Gregory" >Bump commons-parent from 69 to 70.</action >
3536 </release >
3637 <release version =" 1.7.0" date =" 2024-04-13" description =" This release contains new features and bug fixes and requires Java 8 or above." >
3738 <!-- FIX -->
Original file line number Diff line number Diff line change 9090 <Method name =" createDefaultPrintWriter" />
9191 <Bug pattern =" DM_DEFAULT_ENCODING" />
9292 </Match >
93+ <Match >
94+ <!-- Doesn't make sense and compatibility. -->
95+ <Class name =" org.apache.commons.cli.TypeHandler" />
96+ <Bug pattern =" SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
97+ </Match >
9398
9499 <Match >
95100 <!-- TODO ? -->
You can’t perform that action at this time.
0 commit comments