6997 Commits (079c134fd5df0ded3b2e0c58fce25c40f3f4c144)

Author SHA1 Message Date
  Gintas Grigelionis 4a242817bd Checkstyle and simplify assertions 7 years ago
  Maarten Coene 30c9dee9ba Delay the class initialization of the test classes untill they are passed to JUnit. 7 years ago
  Gintas Grigelionis aa01cc4bdb Java 8: lambdas, instance methods, sorting 7 years ago
  Gintas Grigelionis fe29fce36e Java 8: computeIfAbsent/withInitial 7 years ago
  Gintas Grigelionis 3af9a7305a Tidy up the code 7 years ago
  Gintas Grigelionis 6319e4988b Use try with resources 7 years ago
  Gintas Grigelionis 22b69b9273 Squash catch 7 years ago
  Gintas Grigelionis 3f90aeba03 Use diamonds 7 years ago
  Gintas Grigelionis 73991f0350 Use switch 7 years ago
  Gintas Grigelionis 1c9118e27e Generify 7 years ago
  Gintas Grigelionis 28e51503e3 Simplify and tidy up 7 years ago
  Gintas Grigelionis 9a8a441655 Simplify logic 7 years ago
  Gintas Grigelionis 86c7b1ff73 Simplify append substring 7 years ago
  Gintas Grigelionis 95495d57aa Remove extraneous casts and (un)boxing, tersify logic 7 years ago
  Gintas Grigelionis 763de36308 Remove extraneous exceptions and “extends Object” 7 years ago
  Gintas Grigelionis 92f18cff48 Use String.contains() 7 years ago
  Gintas Grigelionis 1c80d507f4 Use foreach loops 7 years ago
  Gintas Grigelionis b4243b9300 Shorten fully qualified names and other small fixes 7 years ago
  Stefan Bodewig f59ad6edc9 Merge branch '1.9.x' 7 years ago
  Stefan Bodewig 360acf53d0 looks as if -storepass might be required on Java7 even without -strict 7 years ago
  Jaikiran Pai 9b9ae5f34e Remove odd/unwanted usage of @Test annotation 7 years ago
  Stefan Bodewig f64dbfbc24 Merge branch '1.9.x' 7 years ago
  Stefan Bodewig 0945257961 verifyjar must use -storepass or jarsigner will not work 7 years ago
  Stefan Bodewig c09ac38799 add the alias in verifyjar if specified 7 years ago
  Jaikiran Pai cdfbef38c5 Fix javadoc error 7 years ago
  Jaikiran Pai 063e60813a JUnit 5 support - A new junitlauncher task 8 years ago
  Stefan Bodewig 1ab832724b Merge branch '1.9.x' 7 years ago
  Stefan Bodewig 5aa1e8eff8 Java11 removes support for rmic -idl/-iiop 7 years ago
  Stefan Bodewig 8425ca927b Merge branch '1.9.x' 7 years ago
  Stefan Bodewig e50fdd719c java 11's javac whines if @Deprecated Annotation is missing 7 years ago
  Jaikiran Pai 5d167c2f47 BZ-62147 Fix the Java 8 refactoring regression which resulted in property value replacement for StringResource within a Token 7 years ago
  Gintas Grigelionis 3e61185e19 Use HTTPS links when available 7 years ago
  Jaikiran Pai 2e78884913 Undo Java 8 refactoring changes of clone() method signature (relates to commit b7d1e9bde4) 7 years ago
  Stefan Bodewig 0a3b2c002b bring back early exit that was there before Java8 refactoring 7 years ago
  Stefan Bodewig 4d0a7d5f26 frequency used to accept a null Collection before Java8 refactoring 7 years ago
  Stefan Bodewig 82f7d9be1d Java8 refactoring also removed null check on mappers 7 years ago
  Stefan Bodewig e8117b6d3c move cast back after type compatibility check 7 years ago
  Stefan Bodewig d9f60aab39 port granularity fixes from master branch 7 years ago
  Stefan Bodewig c053271df8 tiny performance tweak 7 years ago
  Stefan Bodewig acd33fa8df Merge branch '1.9.x' 7 years ago
  Stefan Bodewig 2a5857c384 port image type bug fixes from Java8 refactoring in master 7 years ago
  Stefan Bodewig 3ae6f545dc use explicit Locale now that we use toLowerCase instead of equalsIgnoreCase 7 years ago
  Stefan Bodewig 49e92364f7 resolveEntity was overwritten to remove exceptions before Java8 refactoring 7 years ago
  Stefan Bodewig 6b8f2a5bca separator in toString used to be ; before Java8 refactoring 7 years ago
  reudismam 782ec74638 Use the isEmpty method instead of comparing the value of size() to 0. 7 years ago
  Stefan Bodewig 9873bf6c8a Java8 refactoring removed not-null guard 7 years ago
  Stefan Bodewig 37210954e5 another evil PrintWriter introduced by Java8 refactoring 7 years ago
  Stefan Bodewig 1fbf712537 make sure destPath doesn't leak into dependency path 7 years ago
  Stefan Bodewig 495c0ed8ee Revert "Java8 refactoring removed call to DirectoryScanner.scan" 7 years ago
  Stefan Bodewig c813b4d8d8 Java8 refactoring stripped null check on manifest.getMainAttributes 7 years ago