Closed jdonkervliet closed 4 years ago
In GitLab by @julian9499 on May 6, 2020, 23:02
added 1 commit
In GitLab by @swabbur on May 7, 2020, 09:31
changed title from {-a-}dd comments to pom and remove unused dependencies to {+A+}dd comments to pom and remove unused dependencies
In GitLab by @swabbur on May 7, 2020, 09:31
changed the description
In GitLab by @julian9499 on May 7, 2020, 10:23
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 10:26
marked as a Work In Progress
In GitLab by @julian9499 on May 7, 2020, 12:09
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 12:21
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 12:22
unmarked as a Work In Progress
In GitLab by @julian9499 on May 7, 2020, 12:22
changed the description
In GitLab by @swabbur on May 7, 2020, 13:50
Commented on etc/checkstyle.xml line 109
Are there replacements for these config lines? (this one and the next)
In GitLab by @swabbur on May 7, 2020, 13:52
Commented on pom.xml line 48
Not an interpreter. More like a implementation/definition/declaration, right?
In GitLab by @julian9499 on May 7, 2020, 13:52
Commented on etc/checkstyle.xml line 109
Nope, the issue leads to the removal of this feature said that it should not be up to checkstyle to decide this. https://github.com/checkstyle/checkstyle/issues/7329
In GitLab by @julian9499 on May 7, 2020, 13:53
Commented on pom.xml line 48
Yeah you're right Ill change that
<!-- bukkit api implementation-->
In GitLab by @swabbur on May 7, 2020, 13:53
Commented on pom.xml line 24
Why is JUnit jupiter's version placed here, while the JUnit4 one is at its dependency?
In GitLab by @julian9499 on May 7, 2020, 13:54
Commented on pom.xml line 71
Fastutil adds extra utility classes that are like the utility classes in java.util
, but are not found in java.util
In GitLab by @swabbur on May 7, 2020, 13:54
Commented on pom.xml line 159
Why the additional info? Just Mocking utility is enough I think.
In GitLab by @julian9499 on May 7, 2020, 13:54
Commented on pom.xml line 24
Cause there are multiple imports of being made from org.junit.jupiter
which all require the same version, while there is only one junit 4 import
In GitLab by @julian9499 on May 7, 2020, 13:55
Commented on pom.xml line 159
Oke
<!-- Mocking utility -->
In GitLab by @julian9499 on May 7, 2020, 13:55
Commented on pom.xml line 159
changed this line in version 6 of the diff
In GitLab by @julian9499 on May 7, 2020, 13:55
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 13:55
Commented on pom.xml line 48
changed this line in version 7 of the diff
In GitLab by @julian9499 on May 7, 2020, 13:55
added 1 commit
In GitLab by @swabbur on May 7, 2020, 13:55
Commented on pom.xml line 196
This Yardstick comment should be removed.
In GitLab by @swabbur on May 7, 2020, 13:56
Commented on pom.xml line 314
Is this the latest version? I thought there was an M4?
In GitLab by @swabbur on May 7, 2020, 13:58
Commented on pom.xml line 446
This was configured in two different places. Are both required? And if so, shouldn't we move the settings to the properties (to prevent someone forgetting to alter one of the two when required)?
In GitLab by @julian9499 on May 7, 2020, 14:00
Commented on pom.xml line 314
<version>3.0.0-M4</version>
In GitLab by @julian9499 on May 7, 2020, 14:00
Commented on pom.xml line 314
changed this line in version 8 of the diff
In GitLab by @julian9499 on May 7, 2020, 14:00
added 1 commit
In GitLab by @swabbur on May 7, 2020, 14:04
Commented on pom.xml line 71
Okay, maybe write it as: Extend Java util package? The native packages aren't libraries, and extension seems to fit better.
In GitLab by @swabbur on May 7, 2020, 14:05
Commented on pom.xml line 24
You're right! Didn't notice that before.
In GitLab by @julian9499 on May 7, 2020, 14:05
Commented on pom.xml line 234
changed this line in version 9 of the diff
In GitLab by @julian9499 on May 7, 2020, 14:05
added 2 commits
In GitLab by @swabbur on May 7, 2020, 14:05
Commented on etc/checkstyle.xml line 109
Okay, that seems a bit odd. But there nothing we can do about it.
In GitLab by @julian9499 on May 7, 2020, 14:11
Commented on pom.xml line 446
changed this line in version 10 of the diff
In GitLab by @julian9499 on May 7, 2020, 14:11
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 14:13
Commented on pom.xml line 71
changed this line in version 11 of the diff
In GitLab by @julian9499 on May 7, 2020, 14:13
Commented on pom.xml line 196
changed this line in version 11 of the diff
In GitLab by @julian9499 on May 7, 2020, 14:13
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 14:14
resolved all threads
In GitLab by @swabbur on May 7, 2020, 14:14
resolved all threads
In GitLab by @larsdetombe on May 7, 2020, 17:55
Please try to merge the development branch in this branch, because it is behind right now.
In GitLab by @julian9499 on May 7, 2020, 17:59
added 1 commit
In GitLab by @julian9499 on May 7, 2020, 18:00
resolved all threads
In GitLab by @julian9499 on May 6, 2020, 22:20
Merges feature/clean-up-maven-config -> development
This merge request solves issue #19. It adds:
slf4j