2018-11-17 17:52:04 +00:00
|
|
|
* CHANGELOG
|
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
All notable changes to this project will be documented in this file.
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]], and this project adheres to
|
|
|
|
[[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.5.1
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
** Changed
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
- Suppress spotbugs warning about softening checked exceptions
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
** Dependencies
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
- Bump mockito-core from 2.21.0 to 2.23.4
|
|
|
|
- Bump mon from 0.12.0 to 2.0.0
|
|
|
|
- Bump kemitix-parent from 5.1.1 to 5.2.0
|
|
|
|
- Bump spring-context-support from 5.0.8 to 5.1.3
|
|
|
|
- Bump kemitix-checkstyle-ruleset from 4.1.1 to 5.3.2
|
|
|
|
- Bump kemitix-maven-tiles from 0.9.0 to 2.1.2
|
2019-02-04 20:44:02 +00:00
|
|
|
- Bump spotbugs-annotations from 3.1.8 to 3.1.11
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
** Removed
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
- Remove travis config
|
|
|
|
- Remove CI dependency on sonarcloud
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.5.0
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* Compatible with Java 10
|
|
|
|
* Bump kemitix-parent from 1.1.0 to 5.1.1
|
|
|
|
* Use kemitix-checkstyle-ruleset 4.1.1
|
|
|
|
* Don't throw generic exceptions
|
|
|
|
* Add mon 0.12.0 as dependency
|
|
|
|
* Bump tiles-maven-plugin from 2.11 to 2.12
|
|
|
|
* [testing] Use a free port for test mail server
|
|
|
|
* [testing] Bump mockito-core from 1.10.19 to 2.21.0
|
|
|
|
* [testing] Bump spring-context-support from 4.2.6.RELEASE to 5.0.8.RELEASE
|
|
|
|
* [testing] Bump simple-java-mail from 3.0.1 to 3.1.1
|
|
|
|
* [admin] Simpliify .gitignore
|
|
|
|
* [admin] Remove old netbeans config
|
|
|
|
* [admin] Switch to trunk based development
|
|
|
|
* [admin] Stop submitting coverage reports to coveralls
|
|
|
|
* [admin] Switch to Jenkins for CI/CD
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.4.0
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* Upgrade kemitix-parent to 1.1.0
|
|
|
|
* (pom) Specify dependency versions in properties
|
|
|
|
* Upgrade spring-context-support to 4.2.6 (tests)
|
|
|
|
* Upgrade simple-java-mail to 3.0.1 (tests)
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.3.2
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* Upgrade to test with spring-context-support 4.2.5
|
|
|
|
* Upgrade to test with simple-java-mail 3.0.0
|
|
|
|
* Upgrade kemitix-parent to 0.9.0
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.3.1
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* Add support for Spring Mail's SimpleMailMessage [fixes #6]
|
|
|
|
* Upgrade kemitix-parent to 0.7.1
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.3.0
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* Add support for nested multi-part emails [jonjo-manywho] [#1]
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 0.2.0
|
2018-11-17 17:52:04 +00:00
|
|
|
|
2019-01-09 00:03:24 +00:00
|
|
|
* 4d01349 Add tests with improved conversion of MIME Multipart messages to string
|
|
|
|
* d72ca46 Apply Checkstyle formatting (modified sun_checks) rules and add javadoc
|
|
|
|
|
|
|
|
* 0.1.1
|
|
|
|
|
|
|
|
* Upgrade javax.mail to 1.4.7
|
|
|
|
|
|
|
|
* 0.1.0
|
|
|
|
|
|
|
|
* Initial release
|
2018-11-17 17:52:04 +00:00
|
|
|
|