Commit graph

7 commits

Author SHA1 Message Date
c7f4723e5b
Test build on JDK 13 (#62)
* Test build on JDK 13

* Don’t use wildcard static import with AssertJ

* Unpin pitest-junit5-plugin

* Update changelog
2020-03-22 21:59:56 +00:00
3cb432a3ab
Upgrade JUnit from 4.13 to Junit Jupiter 5.6.1 (#61)
* Upgrade JUnit from 4.13 to Junit Jupiter 5.6.1

* Update CHANGELOG
2020-03-22 21:49:05 +00:00
82f0c25b1d
Clean up Node interface (#60)
* NoteItem Remove @NonNull from private method parameters

* When creating node with null children treat as no children

* NodeItem use Lombok Getter/Setter

* Extract NodeTreeDraw

* Remove getData()

* Remove getChild()

* Remove getParent()

* Remove getChildByName()

* Merge NodeTreeDraw into Nodes

* Remove methodcound suppression

* [changelog] Updated
2020-03-22 20:53:40 +00:00
04e0e83748
Upgrade dependencies (#59)
* [changelog] clean up

* Upgrade kemitix-maven-tiles from 1.3.1 to 2.4.1

Pin pitest-junit5-plugin at 0.9. From 0.10+ is breaks.

* Fix NodeItem.findInPath(List) uses integer for loops to iterate over a List

[ERROR] Method net.kemitix.node.NodeItem.findInPath(List) uses integer based for loops to iterate over a List [net.kemitix.node.NodeItem] At NodeItem.java:[line 269] LII_LIST_INDEXED_ITERATING

* Upgrade kemitix-checkstyle-ruleset from 4.0.1 to 5.4.0
2020-03-21 10:35:21 +00:00
26cb26ed20
Replace Jenkins with GitHub Actions (#57)
* Replace Jenkins with Github Actions

* [changelog] updated
2020-03-20 12:19:08 +00:00
dependabot[bot]
937e455a58 Bump tiles-maven-plugin from 2.12 to 2.13 (#40)
* Bump tiles-maven-plugin from 2.12 to 2.13

Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.12 to 2.13.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/repaint-io/maven-tiles/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [changelog] updated
2019-03-02 08:41:12 +00:00
5fb827adf6
Clean up changelog and readme, and remove external build dependencies (#38)
* [changelog] convert to org-mode format

* [readme] remove sonarcloud and codacy badges

* [jenkins] don't build with jdk 9 or 10

* [jenkins] add build with jdk 12

* [jenkins] remove codacy submission

* [jenkins] remove sonarcloud submission
2018-12-24 08:51:18 +00:00