Commit graph

623 commits

Author SHA1 Message Date
548bddcbc7
Merge pull request #106 from kemitix/dependabot/maven/org.assertj-assertj-core-3.11.1
Bump assertj-core from 3.11.0 to 3.11.1
2018-08-29 07:36:26 +01:00
dependabot[bot]
dace5d4ac8
Merge pull request #107 from kemitix/dependabot/maven/io.github.classgraph-classgraph-4.1.3 2018-08-29 06:31:05 +00:00
dependabot[bot]
d451d2c8a9
Bump assertj-core from 3.11.0 to 3.11.1
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.11.0...assertj-core-3.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-29 05:28:27 +00:00
dependabot[bot]
d26fec955f
Bump classgraph from 4.1.2 to 4.1.3
Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](https://github.com/classgraph/classgraph/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-29 05:28:27 +00:00
3c0f39a4f9
Merge pull request #104 from kemitix/interface-member-implied-modifier
Replace RedundantModifier with InterfaceMemberImpliedModifier rule
2018-08-27 21:38:20 +01:00
8d7c4e2268 Replace RedundantModifier with InterfaceMemberImpliedModifier 2018-08-27 21:31:59 +01:00
d5f4a736a7 Move LambdaParameterName to correct section of file 2018-08-27 20:17:41 +01:00
818ce46c95
Merge pull request #103 from kemitix/lambda-parameter-name
[ruleset] Add rule `LambdaParameterName`
2018-08-27 14:46:47 +01:00
9bb66eb993 [ruleset] Add rule LambdaParameterName 2018-08-27 13:46:21 +01:00
7f0ece0d5f
Merge pull request #102 from kemitix/update-changelog-and-tile
Specify dependencies for tile in pom and update missing CHANGELOG changes
2018-08-27 13:08:36 +01:00
75c840abdf [tile] fix typo refering to ruleset 2018-08-27 09:18:18 +01:00
dependabot[bot]
37ffde3633 Bump conditional from 0.6.0 to 0.7.0
Bumps conditional from 0.6.0 to 0.7.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-27 08:10:10 +00:00
1eba91f3ba Use tile filtering to specify dependencies in pom
This will enable better detection of dependency upgrades.
2018-08-27 09:02:57 +01:00
058a539354 Update CHANGELOG 2018-08-27 08:18:41 +01:00
6437ba94ba [tile] Update versions for checkstyle and sevntu 2018-08-27 08:18:22 +01:00
e92821bf5c
Merge pull request #99 from kemitix/dependabot/maven/com.puppycrawl.tools-checkstyle-8.12
Bump checkstyle from 8.10 to 8.12
2018-08-26 21:04:55 +01:00
746ac74c9f Merge remote-tracking branch 'origin/dependabot/maven/sevntu.version' into dependabot/maven/com.puppycrawl.tools-checkstyle-8.12
Checkstyle and sevntu both needed to be updated at the same time as sevntu had
dependency on a change in checkstyle and we have rules from sevntu.

* origin/dependabot/maven/sevntu.version:
  Bump sevntu.version from 1.30.0 to 1.32.0
2018-08-26 20:48:02 +01:00
dependabot[bot]
ac0fef8f6e
Bump checkstyle from 8.10 to 8.12
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.10 to 8.12.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.10...checkstyle-8.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-26 19:27:59 +00:00
f53b638441 Replace fast-classpath-scanner with classgraph 2018-08-26 19:25:36 +00:00
dependabot[bot]
093c3ddd3e Bump fast-classpath-scanner from 3.1.6 to 3.1.15
Bumps [fast-classpath-scanner](https://github.com/lukehutch/fast-classpath-scanner) from 3.1.6 to 3.1.15.
- [Release notes](https://github.com/lukehutch/fast-classpath-scanner/releases)
- [Commits](https://github.com/lukehutch/fast-classpath-scanner/compare/fast-classpath-scanner-3.1.6...fast-classpath-scanner-3.1.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-26 19:25:36 +00:00
57eb3abf6a
Merge pull request #100 from kemitix/update-readme-badges
Update README badges and clean up other files
2018-08-26 19:48:50 +01:00
e8d19fd52a Update test to match property indentation change 2018-08-26 18:24:19 +01:00
4c8acff32f Update Jenkinsfile 2018-08-26 18:18:20 +01:00
624058a2dc Remove maven wrapper 2018-08-26 18:18:01 +01:00
a9820116ac Remove code signing key 2018-08-26 18:09:53 +01:00
072400bd18 Update bagde images properly 2018-08-26 18:07:34 +01:00
ee7eb75ffb ruleset: fix order of properties and adjust indentation 2018-08-26 15:49:02 +01:00
f5665a0733 Update badges in README template 2018-08-26 15:32:33 +01:00
c55ea9300b Merge branch 'master' into update-readme-badges
* master:
  Bump conditional from 0.4.0 to 0.6.0
  Bump assertj-core from 3.10.0 to 3.11.0
  Bump mockito-core from 2.19.0 to 2.21.0
  Bump lombok from 1.18.0 to 1.18.2
  Bump spring-boot.version from 1.5.14.RELEASE to 2.0.4.RELEASE
  Bump tiles-maven-plugin from 2.11 to 2.12
2018-08-26 15:06:45 +01:00
dependabot[bot]
18f9ffe3da Bump conditional from 0.4.0 to 0.6.0
Bumps conditional from 0.4.0 to 0.6.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-26 06:32:24 +00:00
dependabot[bot]
a8b7691995
Merge pull request #95 from kemitix/dependabot/maven/spring-boot.version 2018-08-25 19:48:49 +00:00
dependabot[bot]
b69118f748
Merge pull request #94 from kemitix/dependabot/maven/io.repaint.maven-tiles-maven-plugin-2.12 2018-08-25 19:48:02 +00:00
dependabot[bot]
45ebec773b
Merge pull request #93 from kemitix/dependabot/maven/org.assertj-assertj-core-3.11.0 2018-08-25 19:47:47 +00:00
dependabot[bot]
3be770481e
Bump assertj-core from 3.10.0 to 3.11.0
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.10.0...assertj-core-3.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-25 10:03:28 +00:00
dependabot[bot]
a9fd6a332d
Merge pull request #98 from kemitix/dependabot/maven/org.mockito-mockito-core-2.21.0 2018-08-25 10:01:57 +00:00
dependabot[bot]
ba71dd5f2f
Bump sevntu.version from 1.30.0 to 1.32.0
Bumps `sevntu.version` from 1.30.0 to 1.32.0.

Updates `sevntu-checks` from 1.30.0 to 1.32.0

Updates `sevntu-checkstyle-maven-plugin` from 1.30.0 to 1.32.0

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-25 10:00:23 +00:00
dependabot[bot]
fb3f7f7c3c
Merge pull request #96 from kemitix/dependabot/maven/org.projectlombok-lombok-1.18.2 2018-08-25 09:58:24 +00:00
dependabot[bot]
d54b060066
Bump mockito-core from 2.19.0 to 2.21.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.19.0 to 2.21.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.19.0...v2.21.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-24 05:54:49 +00:00
dependabot[bot]
43a53cd44a
Bump lombok from 1.18.0 to 1.18.2
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.0 to 1.18.2.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.0...v1.18.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-24 05:54:48 +00:00
dependabot[bot]
8fcda0aaf4
Bump spring-boot.version from 1.5.14.RELEASE to 2.0.4.RELEASE
Bumps `spring-boot.version` from 1.5.14.RELEASE to 2.0.4.RELEASE.

Updates `spring-boot-dependencies` from 1.5.14.RELEASE to 2.0.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.14.RELEASE...v2.0.4.RELEASE)

Updates `spring-boot-maven-plugin` from 1.5.14.RELEASE to 2.0.4.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.14.RELEASE...v2.0.4.RELEASE)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-23 14:07:18 +00:00
dependabot[bot]
cbe1514e80
Bump tiles-maven-plugin from 2.11 to 2.12
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.11 to 2.12.
- [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/compare/tiles-maven-plugin-2.11...tiles-maven-plugin-2.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-23 14:07:09 +00:00
71ac9e5c6a README: update version badges to the correct gav coordinates 2018-07-28 22:21:19 +01:00
b773308160 Update CHANGELOG 2018-07-07 17:31:07 +01:00
a68ba596e0
Merge pull request #90 from kemitix/upgrade-dependencies
Upgrade dependencies
2018-07-07 14:08:58 +01:00
2cc7cbac74 Upgrade sevntu to 1.30.0 2018-07-07 13:51:48 +01:00
61c110c976 Upgrade assertj to 3.10.0 2018-07-07 13:48:19 +01:00
ec1f684872 Upgrade kemitix-maven-tiles to 0.9.0
The maven-resource-plugin directly is now provided by the maven-plugins tile.
2018-07-07 13:48:19 +01:00
83c90e1be0 Upgrade conditional to 0.4.0 2018-07-07 13:48:19 +01:00
997568351b Replace Spring IO Platform dependency management with Spring Boot version 2018-07-07 13:48:19 +01:00
3186b23ca4 Upgrade lombok to 1.18.0 2018-07-07 13:48:14 +01:00