95 lines
3.6 KiB
Plaintext
95 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Oct 12 20:38:06 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to version 4.0.0
|
|
* Bug
|
|
+ MSHARED-1275: MavenReport#canGenerateReport() is invoked twice
|
|
* New Feature
|
|
+ MSHARED-390: Add startSection method
|
|
AbstractMavenReportRenderer where anchor != name
|
|
+ MSHARED-1168: Add support for markup output
|
|
+ MSHARED-1185: Introduce
|
|
AbstractMavenReportRenderer#verbatimSource()
|
|
* Improvement
|
|
+ MSHARED-480: Use maven-site-plugin's site.xml to use site's
|
|
skin instead of default when run as mojo
|
|
+ MSHARED-1099: Render with a skin when report is run in
|
|
standalone mode
|
|
+ MSHARED-1106: Improve and simplify section handling
|
|
+ MSHARED-1174: Don't wrap elements in anchors
|
|
+ MSHARED-1181: Populate SiteRenderingContext#getPublishDate()
|
|
with ${project.build.outputTimestamp}
|
|
+ MSHARED-1182: Drop incorrect usage of
|
|
SinkEventAttributeSet#BOXED
|
|
+ MSHARED-1183: Don't pass implied args to
|
|
AbstractMavenReportRenderer#startTable()
|
|
+ MSHARED-1184: Drop unnecessary use of type attribute with
|
|
JavaScript
|
|
+ MSHARED-1232: Properly populate
|
|
DocumentRenderingContext#generator when run in standalone mode
|
|
+ MSHARED-1295: Have ${project.build.outputTimestamp} injected
|
|
as @Parameter
|
|
+ MSHARED-1314: mark execute() final to avoid users extending
|
|
reporting-impl implementation
|
|
+ MSHARED-1327: Change default value of output directory in
|
|
AbstractMavenReport
|
|
+ MSHARED-1328: Consistently log when skipping report goal
|
|
execution
|
|
+ MSHARED-1343: Make parameter outputDirectory read/write in
|
|
AbstractMavenReport
|
|
+ MSHARED-1438: Provide protected methods for XRef location
|
|
construction
|
|
* Task
|
|
+ MSHARED-1055: Upgrade to Java 8
|
|
+ MSHARED-1326: Improve MavenReport interface /
|
|
AbstractMavenReport class API
|
|
- Fetch sources using source service from Github
|
|
- Removed patch:
|
|
* 0001-Remove-dependency-on-junit-addons.patch
|
|
+ not needed with this version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 21 06:01:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 24 01:58:46 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to version 3.2.0
|
|
* Improvement:
|
|
+ MSHARED-1099 - Render with a skin when report is run in
|
|
standalone mode
|
|
* Dependency upgrades:
|
|
+ MSHARED-1120 - Upgrade Maven Reporting API to 3.1.1
|
|
+ MSHARED-1121 - Upgrade plugins and components in project and
|
|
ITs
|
|
- Modified patch:
|
|
* 0001-Remove-dependency-on-junit-addons.patch
|
|
+ rediff
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 6 22:31:19 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Remove unnecessary dependency on xmvn tools and parent pom
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 11 07:02:31 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to version 3.1.0
|
|
* API sync with maven-reporting-api 3.1.0
|
|
- Modified patch:
|
|
* 0001-Remove-dependency-on-junit-addons.patch
|
|
+ rediff
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 11:43:42 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Fix build against newer doxia that requires html5 module
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 29 13:44:55 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of maven-reporting-impl 3.0.0
|
|
- Generate and customize ant build.xml file
|