Fridrich Strba 2023-09-20 06:36:25 +00:00 committed by Git OBS Bridge
parent 265e8edb65
commit f8466649f9
2 changed files with 87 additions and 47 deletions

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Wed Sep 20 06:25:32 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 3.5.0
* Bug
+ MJAVADOC-696: Invalid anchors in Javadoc and plugin mojo
+ MJAVADOC-700: Plugin duplicates classes in Java 8 all-classes
lists
+ MJAVADOC-702: javadoc site creation ignores configuration
parameters
* Improvement
+ MJAVADOC-685: Deprecate parameter "stylesheet"
+ MJAVADOC-721: Parse stderr output and suppress informational
lines
+ MJAVADOC-729: Link to Javadoc references from JDK 17
+ MJAVADOC-731: Migrate components to JSR 330, get rid of
maven-artifact-transfer, update to parent 37
* Task
+ MJAVADOC-712: Remove remains of org.codehaus.doxia.sink.Sink
* Dependency upgrade
+ MJAVADOC-711: Upgrade plugins in ITs
+ MJAVADOC-714: Upgrade to Maven 3.2.5
+ MJAVADOC-719: Update Maven Archiver to 3.6.0
+ MJAVADOC-723: Upgrade Maven Reporting API to 3.1.1/Complete
with Maven Reporting Impl 3.2.0
+ MJAVADOC-738: Upgrade commons-text to 1.10.0
+ MJAVADOC-740: Upgrade Parent to 39
+ MJAVADOC-741: Upgrade plugins and components
- Modified patches:
* maven-javadoc-plugin-bootstrap-resources.patch
+ regenerate in cycle
* stale-data-encoding.patch
+ rediff to changed context
- Added patch:
* no-override.patch
+ allow building with older version of maven-reporting-api
- Removed patch:
* maven-javadoc-plugin-ioexception.patch
+ not necessary with this version
-------------------------------------------------------------------
Tue Oct 25 14:16:58 UTC 2022 - Fridrich Strba <fstrba@suse.com>