plexus-archiver/plexus-archiver.changes

34 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Tue May 11 14:50:27 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Do not compile the test build against the legacy guava20 any more
-------------------------------------------------------------------
Sun Nov 24 14:42:08 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 4.2.1
- Modified patch:
* 0001-Remove-support-for-snappy.patch
+ rediff to changed context
-------------------------------------------------------------------
Mon Apr 1 23:12:20 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Describe package, not the project vision.
-------------------------------------------------------------------
Fri Mar 8 07:53:43 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of plexus-archiver 3.6.0
- Generate and customize ant build file
- Make running of tests optional
- Added patches:
* 0001-Remove-support-for-snappy.patch
+ When built without snappy support and trying to use Snappy,
throw UnsupportedOperationException
* logger-level.patch
+ Cast the result of getContainer() call, because the
getLoggerManager() method is not a method of the
PlexusContainer interface, but of the DefaultPlexusContainer
implementation