Fork me on GitHub

Change Log Report

Total number of changed sets: 1

Changes between 2020-08-07 and 2021-08-08

Total commits: 15
Total number of files changed: 20

Timestamp Author Details
2021-08-07 15:38:49 Jonas Rutishauser .github/workflows/ci.yml v 8592765520dbd05d29fec5a016c7fcf7444c2492

Update CI actions
2021-08-07 15:27:50 Jonas Rutishauser pom.xml v 8235d8937931a6dab09ff896d36bfd5ecbc7b2dc
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/EmptyClassLoader.java v 8235d8937931a6dab09ff896d36bfd5ecbc7b2dc
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/ValidateMojo.java v 8235d8937931a6dab09ff896d36bfd5ecbc7b2dc

Make CDI 2.0 compatible
2021-08-07 13:56:58 GitHub Actions <actions@github.com> pom.xml v 0e4cea111428023ca3936700ad9714fc5468b638

[maven-release-plugin] prepare release v2.0.0
2021-01-03 14:23:56 Jonas Rutishauser .github/workflows/ci.yml v 5af8399cbeb744be32c5ba29a02a22e17c83665e

Add daily ci build
2021-01-02 19:43:06 Jonas Rutishauser .github/workflows/ci.yml v d0c73261d5490e5e407ba43869f3808f7e41d14d
.github/workflows/release.yml v d0c73261d5490e5e407ba43869f3808f7e41d14d
pom.xml v d0c73261d5490e5e407ba43869f3808f7e41d14d

improve workflows
2021-01-02 17:43:26 Jonas Rutishauser .github/workflows/ci.yml v 00c620f6d1dc61500f64f5f98cb65485116d0a34

update build
2021-01-02 17:41:56 Jonas Rutishauser README.md v a363ffda7f4bc81fb389fa6c6bf09127056af535

update to github actions
2021-01-02 17:39:31 Jonas Rutishauser .github/workflows/ci.yml v 9773aa97312066c58a3184f544af853732f2a46e
.github/workflows/release.yml v 9773aa97312066c58a3184f544af853732f2a46e
.travis.settings.xml v 9773aa97312066c58a3184f544af853732f2a46e
.travis.yml v 9773aa97312066c58a3184f544af853732f2a46e
pom.xml v 9773aa97312066c58a3184f544af853732f2a46e
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/ear/EjbUtil.java v 9773aa97312066c58a3184f544af853732f2a46e
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/weld/AbstractDeployment.java v 9773aa97312066c58a3184f544af853732f2a46e

update parent and fix sonar issues
2020-12-27 02:54:10 snyk-bot <snyk-bot@snyk.io> pom.xml v a3447f3b5e2e80455af88c7b59da8f12c75a6875

fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
2020-10-13 00:02:32 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> pom.xml v aa8e1583e4625dda1f68367047e5069edbf99dca

Bump junit from 4.12 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 19:51:04 Jonas Rutishauser pom.xml v 510589f5e4f07c614e1bd7cb43ffcb947641d803

[maven-release-plugin] prepare for next development iteration
2020-08-11 19:50:55 Jonas Rutishauser pom.xml v b33cdacc56d8d56bf96b91c3b856faa961371376

[maven-release-plugin] prepare release v1.1.0
2020-08-11 19:42:22 Jonas Rutishauser pom.xml v fdf805211fc11627f1a1048b7437042554fb39d1

update version
2020-08-11 19:32:20 Jonas Rutishauser pom.xml v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/ArchiveUtil.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/ValidateMojo.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/ear/EarUtil.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/main/java/com/github/jonasrutishauser/cdi/maven/plugin/war/WarUtil.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/java/com/github/jonasrutishauser/cdi/maven/plugin/ValidateMojoIT.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/projects/microprofile/microprofile-ear/pom.xml v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/projects/microprofile/microprofile-ejb/pom.xml v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/projects/microprofile/microprofile-ejb/src/main/java/test/HealthChecks.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/projects/microprofile/microprofile-ejb/src/main/java/test/TestBean.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/projects/microprofile/microprofile-ejb/src/main/java/test/TestServiceClient.java v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e
src/test/projects/microprofile/pom.xml v 0be7552c1aa399ea24d4e59e1326815f5bbcd89e

add microprofile support

fixes #14
2020-08-11 15:06:07 Snyk bot <snyk-bot@snyk.io> pom.xml v f268ee519901cbc57a348692c024e50a595cb96e

fix: pom.xml to reduce vulnerabilities (#13)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-460507