aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Upgrade Scala to 2.13.4 (#1140)Gergely Fábián
2020-12-15Add experimental support for Java 17 class files (#1132)Marc R. Hoffmann
2020-12-14Use BeanShell instead of Groovy scripts (#1133)Evgeny Mandrikov
This fixes build with JDKs from 9 to 16 EA b27 with `MAVEN_OPTS=--illegal-access=deny` and with JDK 16 EA b28, where `--illegal-access=deny` is default due to integration of JEP 396.
2020-12-13Print Java version in Azure Pipelines (#1131)Marc R. Hoffmann
2020-12-11Use Azure Pipelines instead of Travis (#1130)Evgeny Mandrikov
2020-12-10Upgrade Groovy to 3.0.7dependabot[bot]
2020-11-03Fix build with JDK >= 13 when option -Dbytecode.version is not provided (#1055)Roberto Araujo
2020-10-30Fix bundleName typo in ReportSupport (#1116)Laurent Goujon
Fix bundleName mispelling in ReportSupport (was bundeName)
2020-10-16Upgrade Groovy to 3.0.6 (#1060)Marc R. Hoffmann
Co-authored-by: Andres Almiray <aalmiray@yahoo.com> Co-authored-by: Marc R. Hoffmann <hoffmann@mountainminds.com>
2020-10-15Upgrade JUnit to 4.13.1 (#1106)Evgeny Mandrikov
2020-10-01Remove empty timestamp column in test report (#1098)Marc R. Hoffmann
2020-09-30Use Ant 1.9.15 (#1091)dependabot[bot]
2020-09-29Use ASM9 API (#1097)Evgeny Mandrikov
2020-09-29Upgrade ASM to 9.0 (#1094)Marc R. Hoffmann
Co-authored-by: Evgeny Mandrikov <mandrikov@gmail.com>
2020-09-15Prepare for next development iterationEvgeny Mandrikov
2020-09-15Prepare release 0.8.6Evgeny Mandrikov
2020-07-07improve english grammer (#1068)Bill Tucker
change language from "..do no match with execution data" to "..do not match with execution data. Co-authored-by: William Tucker <william.tucker2@usda.gov>
2020-07-01Visual cleanup of JDK/compilation target table (#1034)Marc R. Hoffmann
* Use default table style * Remove redundant classfile version * Repeat and shorten cells to archieve visual grid
2020-06-17Remove URLStreamHandlerRuntime (#471)Evgeny Mandrikov
* uses reflection to access internal members of the java.net.URL class * not used by default * has lower performance than ModifiedSystemClassRuntime that is used by default and than SystemPropertiesRuntime
2020-06-17Add experimental support for Java 16 (#1059)Marc R. Hoffmann
2020-05-20Fix validation test for Java 15 (#1052)Marc R. Hoffmann
With second preview the constructors of records now get the same access modifier than the class (see JDK-8242479). For "record WithoutFields" this leads to an private empty default constructor which is filtered out by PrivateEmptyNoArgConstructorFilter. Removing private modifiers from records to have consistent results between first and second preview.
2020-04-05Upgrade ASM to 8.0.1 (#1043)Evgeny Mandrikov
2020-03-29Happy birthday JDK 14! (#1033)Evgeny Mandrikov
2020-03-28Upgrade ASM to 8.0 (#1032)Evgeny Mandrikov
2020-03-10Add link about integration of JaCoCo into Codacy (#1028)Francisco Duarte
2020-03-03Upgrade JUnit to 4.13 (#1026)Evgeny Mandrikov
2020-02-20Fix NPE (#1020)Lukas Rössler
2020-02-11Preserve compression method when instrumenting zip entries (#1018)Marc R. Hoffmann
2020-02-09Update filter for suspending functions with tail call optimization (#1016)Evgeny Mandrikov
2020-02-09Add filter for Kotlin default methods (#1012)Evgeny Mandrikov
2020-02-03Documentation should advise usage of "mvn verify" instead of "mvn install" ↵Evgeny Mandrikov
(#1013) Because last one pollutes local Maven repository.
2020-02-02Add filter for bridge methods (#1010)Evgeny Mandrikov
2020-01-31Adjust test to reflect fix of JDK-8237528 in JDK 15 EA b08 (#1011)Evgeny Mandrikov
2020-01-30Add validation test for Kotlin lambda expressions (#1005)Evgeny Mandrikov
2020-01-21Fix typos in FAQ (#1000)Evgeny Mandrikov
2020-01-21Add validation test for JEP 305: Pattern Matching for instanceof (#999)Evgeny Mandrikov
2020-01-13Add experimental support for Java 15 class files (#992)Evgeny Mandrikov
2020-01-07Add filter for Records (#990)Evgeny Mandrikov
2020-01-02Happy New Year 2020!Evgeny Mandrikov
2019-12-19Add validation tests for Java 14 switch expressions (#987)Marc R. Hoffmann
2019-12-18Absence of Pack200 in JDK 14 should not cause failure of JaCoCo build (#984)Evgeny Mandrikov
2019-10-11Prepare for next development iterationEvgeny Mandrikov
2019-10-11Prepare release 0.8.5Evgeny Mandrikov
2019-10-11Access to static members should use qualifier of declaring type (#962)Marc R. Hoffmann
2019-10-11Check presence of newline at the end of files during buildEvgeny Mandrikov
2019-10-11Add missing newline to the end of filesEvgeny Mandrikov
2019-10-11Check absence of trailing whitespaces in XML, XSL and DTD files during buildEvgeny Mandrikov
2019-10-11Remove trailing whitespaces from XML, XSL and DTD filesEvgeny Mandrikov
2019-10-11Check absence of trailing whitespaces in HTML, CSS and JS files during buildEvgeny Mandrikov
2019-10-11Remove trailing whitespaces in HTML, CSS and JS filesEvgeny Mandrikov