Releases: hazendaz/coveralls-maven-plugin
Releases · hazendaz/coveralls-maven-plugin
Coveralls Maven Plugin 4.5.0-M6
- Migrate from httpclient 4 to httpclient 5 (still using classic and mostly deprecated usage - help needed to migrate to non deprecated apis)
- Drop jcl over slf4j as httpclient 5 does not use that
- Stronger protection on mojo attributes (private or package scoped)
- Close 'JsonWriter' when completed (only when no errors, code needs further reworking to handle correctly)
- Use java time api but still allow older support for simple date timestamp formats (conversions done internally)
- Migrate from plexus utils XmlStreamReader to commons io copy of same
- Fix sha512 class name
Coveralls Maven Plugin 4.5.0-M5
Add github actions service support
Coveralls Maven Plugin 4.5.0-M4
- Require maven 3.6.3+
- Library updates / Plugin Updates
- Auto format all code
- Lots of underlying code cleanup
- Full junit5 now
notice: Last expected java 8 release. Final 4.5.0 java version has not yet been determined. All tests are java 11 based now.
Coveralls Maven Plugin 4.5.0-M3
User
- This is officially the new repo for coveralls-maven-plugin as acknowledged by both coveralls and original author
- Migrate md5 to sha-512
- Update all libraries
Build
- Update readme with new badges
- Cleanup sample project
- Modernize java usage
- Convert some plexus utils to commons-* or straight java
- Update change log for prior versions, all new will be github releases
- Migrate most of junit4 to junit5
- Various java updates
Coveralls Maven Plugin 4.5.0-M2
Adjustments to correct site release, same as 4.5.0-M1 for users
Coveralls Maven Plugin 4.5.0-M1
See trautonen#142
Took over project to bring it up to date and make it maven 4 compatible. Do note this contains clover but its not complete work due to the changes on the upstream original repo and needs some work. It should otherwise be drop in place usage.