]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2020-09-09 Jerry JamesGive docbook IDs unique names 19/head
2020-08-21 Andy ClementRevert to 1.9.7.BUILD-SNAPSHOT
2020-08-21 Andy Clement1.9.7 milestone 1 published
2020-08-17 Andy ClementMerge pull request #18 from larsgrefer/feature/github... V1_9_7M1
2020-08-17 Lars GreferSplit tests in a separate step on GitHub Actions 18/head
2020-08-17 Andy Clementdebug for test failure under github action
2020-08-17 Lars GreferUpdate to JUnit Jupiter 5.6.2
2020-08-17 Andy ClementMerge pull request #16 from larsgrefer/cleanup/modifiers
2020-08-16 Andy Clementdebug for test failure under github action
2020-08-16 Lars GreferRemove unnecessary interface modifiers 16/head
2020-08-16 Lars GreferRemove unnecessary enum modifiers
2020-08-16 Andy Clementdebug for test failure under github action
2020-08-16 Andy Clementpolish
2020-08-16 Andy ClementMerge pull request #10 from larsgrefer/cleanup/pom
2020-08-16 Andy ClementReduce test output for incremental comp tests
2020-08-16 Andy ClementMerge pull request #13 from larsgrefer/feature/collecti...
2020-08-16 Andy ClementMerge branch 'master' into feature/collection-performance 13/head
2020-08-16 Andy ClementMerge pull request #15 from larsgrefer/update/maven...
2020-08-16 Andy ClementMerge pull request #12 from larsgrefer/cleanup/unused...
2020-08-16 Andy ClementMerge pull request #11 from larsgrefer/feature/editorconfig
2020-08-16 Lars GreferCleanup unused imports 12/head
2020-08-16 Lars GreferUpdate to Maven 3.6.3 15/head
2020-08-15 Lars GreferUpdate to JUnit 4.13
2020-08-15 Andy ClementMerge pull request #7 from larsgrefer/patch-2
2020-08-15 Andy ClementReduce test output for incremental comp tests
2020-08-15 Lars GreferWeaken Collection declarations
2020-08-15 Andy ClementFix test on J14
2020-08-15 Lars GreferRedundant Collection.addAll() call
2020-08-15 Lars GreferCollection.toArray() call style
2020-08-15 Lars GreferSingle Map method can be used
2020-08-15 Lars GreferManual array copy
2020-08-15 Lars GreferCollections.sort() can be replaced with List.sort()
2020-08-15 Lars GreferReplace List.indexOf() with List.contains()
2020-08-15 Lars GreferManual array to collection copy
2020-08-15 Lars GreferRemove non-existing dependency 10/head
2020-08-15 Lars GreferRemove project.parent.relative path as ../pom.xml is...
2020-08-15 Andy ClementFix the serial version UID contribution to work properly
2020-08-15 Andy Clementlets have maven fail if those tests fail...
2020-08-14 Lars GreferUse the Maven Wrapper for GitHub Actions 7/head
2020-08-14 Lars GreferAdd a basic .editorconfig file 11/head
2020-08-14 Andy Clementtypo
2020-08-14 Andy ClementMerge pull request #5 from larsgrefer/remove-old-versio...
2020-08-14 Lars GreferMerge branch 'master' of github.com:eclipse/org.aspectj... 5/head
2020-08-14 Andy ClementTest on LTS versions and most recent non LTS
2020-08-14 Lars GreferMerge branch 'master' of github.com:eclipse/org.aspectj...
2020-08-14 Andy ClementMerge pull request #4 from larsgrefer/feature/github...
2020-08-14 Lars GreferMerge branch 'master' of github.com:eclipse/org.aspectj... 4/head
2020-08-14 Andy ClementFix up tests and reduce verbosity on J11
2020-08-14 Andy ClementAttempting to get J11 build happy at github
2020-08-13 Andy ClementMaking tests behave on 11
2020-08-13 Lars GreferMerge branch 'feature/simplify-ajdoc' of github.com...
2020-08-13 Lars GreferSimplify checks for Java 8 to true
2020-08-13 Lars GreferAlways run javadoc using the ToolProvider API 6/head
2020-08-13 Andy ClementTrying to reduce test verbosity
2020-08-13 Lars GreferRemove checks for old Java Versions
2020-08-13 Andy ClementAdjust ASM version number used to work properly with...
2020-08-13 Lars GreferFix compilation of JavadocRunner for Java 13+
2020-08-13 Lars GreferFix JRockitAgentTest for Java 9 and 10
2020-08-13 Lars GreferTest more Java versions
2020-08-13 Lars GreferPrint used tool versions
2020-08-13 Lars GreferFix compilation on Java 11
2020-08-13 Andy ClementMerge pull request #3 from larsgrefer/feature/github...
2020-08-13 Andy ClementMerge pull request #2 from larsgrefer/feature/diamond...
2020-08-13 Lars GreferFix Javadoc generation on Java 11 3/head
2020-08-13 Lars GreferFix Testcase
2020-08-12 Lars GreferCreate maven.yml
2020-08-12 Lars GreferUse the diamond operator where possible 2/head
2020-08-12 Andy ClementMerge pull request #1 from larsgrefer/feature/java5
2020-08-12 Andy ClementMerge branch 'master' into feature/java5 1/head
2020-08-10 Andy ClementAdd a debug flag to workaround issue until we can sort...
2020-08-08 Lars GreferUnnecessary unboxing
2020-08-08 Lars GreferUnnecessary boxing
2020-08-08 Lars Grefer'String.indexOf()' expression is replaceable with ...
2020-08-08 Lars Grefer'while' loop replaceable with enhanced 'for' loop
2020-08-08 Lars Grefer'for' loop replaceable with enhanced 'for' loop
2020-07-22 Andy ClementPolish
2020-07-22 eli-finFix serialVersionUID initialization for java9+
2020-07-22 Andy ClementRev to 1.9.7.BUILD-SNAPSHOT
2020-07-22 Emmanuel BourgFixed a misplaced <para> element in the Docbook documen...
2020-07-22 Andy ClementAspectJ 1.9.6 final bits V1_9_6
2020-07-18 Andy ClementUpdate ASM and fix packaging for matcher artifact
2020-05-01 Andy Clementpolish and new test for 550705
2020-04-29 Andy Clement558995 testcode
2020-04-29 Andy ClementFix 550705: tricky intermittent verify error
2020-04-22 Andy ClementPolish
2020-04-22 Andy ClementAdded basic ThreadLocalAwareRepository - groundwork...
2020-04-22 Andy ClementFix for 558995: NullPointerException at org.aspectj...
2020-04-22 Andy Clementfew more bits to ignore
2020-04-22 Alexander KriegischReorganise + comment .gitignore, ignore IntelliJ IDEA...
2020-04-22 eli-finfix tests running on windows
2020-04-22 Andy ClementExclude some linux created debug files
2020-04-21 Andy ClementFix support for -14 on command line - was missing from JDT
2020-04-21 Andy ClementCorrected links inside poms
2020-04-21 Andy Clementpolish
2020-04-20 Andy ClementInclude JDTCore for Java14
2019-11-29 Andy Clementpolish
2019-11-29 Andy Clementpolish
2019-11-29 Andy Clementpolish
2019-11-28 Andy ClementMove to 1.9.6.BUILD-SNAPSHOT version
2019-11-28 Andy Clement1.9.5 release versions in poms V1_9_5
next