index
:
aspectj.git
1.8.x
356694
AspectJ5_Development
BETA_JAVA8
RB_V1_5_0
RB_V1_8
RB_V_1_5_2
V1_6_X
V1_8_X
ajdt_support
antora
bug356694
bug433351
conditionalThis
dependabot/maven/com.thoughtworks.xstream-xstream-1.4.20
dependabot/maven/commons-logging-commons-logging-1.2
dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.3.1
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.11.0
dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.1.0
dependabot/maven/org.apache.maven.plugins-maven-help-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.5.0
dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.3.0
dependabot/maven/org.codehaus.mojo-flatten-maven-plugin-1.4.0
earlyJava9
extensions
gh-217
gh-314
invokedynamic
java-21
java8
master
maven_build
origin
paramAnnotationBinding
param_anno_matching_change
refactoring
transientTjp
verification
A seamless aspect-oriented extension to the Java programming language: https://github.com/eclipse-aspectj/aspectj
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ajde.core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set version to 1.9.20-SNAPSHOT
Alexander Kriegisch
2022-12-21
1
-1
/
+1
*
AspectJ release 1.9.19
V1_9_19
Alexander Kriegisch
2022-12-21
1
-1
/
+1
*
Set Maven version to 1.9.19-SNAPSHOT
Alexander Kriegisch
2022-10-02
1
-1
/
+1
*
Reduce 'Object' class usage
Andrey Turbanov
2022-04-15
1
-2
/
+2
*
Set version to 1.9.10-SNAPSHOT
Alexander Kriegisch
2022-03-31
1
-1
/
+1
*
Release AspectJ version 1.9.9.1
V1_9_9_1
Alexander Kriegisch
2022-03-31
1
-1
/
+1
*
Set version to 1.9.10-SNAPSHOT
Alexander Kriegisch
2022-03-24
1
-1
/
+1
*
Set version to 1.9.9
V1_9_9
Alexander Kriegisch
2022-03-24
1
-1
/
+1
*
Set version to 1.9.9-SNAPSHOT
Alexander Kriegisch
2022-02-11
1
-1
/
+1
*
Set version to 1.9.8
V1_9_8
Alexander Kriegisch
2022-02-11
1
-1
/
+1
*
Replace uses of StringBuffer with StringBuilder.
Andrey Turbanov
2021-11-20
3
-3
/
+3
*
Set version to 1.9.8-SNAPSHOT
Andy Clement
2021-06-24
1
-1
/
+1
*
1.9.7 release
V1_9_7
Andy Clement
2021-06-24
1
-1
/
+1
*
Upgrade license from CPLv1/EPLv1 to EPLv2
Alexander Kriegisch
2021-06-04
30
-242
/
+242
*
Use canonical snapshot version 1.9.7-SNAPSHOT
Alexander Kriegisch
2021-05-23
1
-1
/
+1
*
Replace use of ASM-renamed by original ASM
Alexander Kriegisch
2021-05-16
1
-2
/
+2
*
Provision libraries in 'lib' automatically
Alexander Kriegisch
2021-05-05
1
-0
/
+5
*
Remove redundant 'name' and 'packaging' tags from POMs
Alexander Kriegisch
2021-04-15
1
-2
/
+0
*
Clean up Maven dependencies using 'dependency:analyze' goal
Alexander Kriegisch
2021-04-12
1
-0
/
+10
*
Replace JDT Core system dependency by deployed one
Alexander Kriegisch
2021-04-09
1
-13
/
+0
*
Fix 'ajdoc' tests for Java 15 build
Alexander Kriegisch
2021-03-14
1
-8
/
+8
*
Fix incorrect HTML entities in javadoc comments
Jerry James
2020-09-14
1
-2
/
+2
*
Revert to 1.9.7.BUILD-SNAPSHOT
Andy Clement
2020-08-21
1
-1
/
+1
*
1.9.7 milestone 1 published
Andy Clement
2020-08-21
1
-1
/
+1
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
2
-55
/
+55
*
Merge pull request #10 from larsgrefer/cleanup/pom
Andy Clement
2020-08-16
1
-1
/
+0
|
\
|
*
Remove project.parent.relative path as ../pom.xml is already the default
Lars Grefer
2020-08-15
1
-1
/
+0
*
|
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
1
-1
/
+0
|
\
\
|
*
|
Cleanup unused imports
Lars Grefer
2020-08-16
1
-1
/
+0
|
|
/
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
1
-1
/
+1
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
2
-4
/
+2
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
1
-1
/
+1
|
/
*
lets have maven fail if those tests fail...
Andy Clement
2020-08-14
3
-32
/
+46
*
Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...
Lars Grefer
2020-08-14
7
-118
/
+119
|
\
|
*
Fix up tests and reduce verbosity on J11
Andy Clement
2020-08-14
7
-118
/
+119
*
|
Remove checks for old Java Versions
Lars Grefer
2020-08-13
1
-2
/
+0
|
/
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
14
-52
/
+52
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
4
-8
/
+8
*
'while' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
1
-3
/
+2
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
9
-38
/
+32
*
Rev to 1.9.7.BUILD-SNAPSHOT
Andy Clement
2020-07-22
1
-1
/
+1
*
AspectJ 1.9.6 final bits
V1_9_6
Andy Clement
2020-07-22
1
-1
/
+1
*
Move to 1.9.6.BUILD-SNAPSHOT version
Andy Clement
2019-11-28
1
-1
/
+1
*
1.9.5 release versions in poms
V1_9_5
Andy Clement
2019-11-28
1
-1
/
+1
*
Update to 1.9.5.BUILD-SNAPSHOT in poms
Andy Clement
2019-06-03
1
-1
/
+1
*
1.9.4 POMS
Andy Clement
2019-05-10
1
-1
/
+1
*
pushed versions to 1.9.4.BUILD-SNAPSHOT
Andy Clement
2019-04-17
1
-1
/
+1
*
temporary fix for jdtcore deps to get mvn clean install behaving
Andy Clement
2019-02-01
1
-0
/
+12
*
Add module tests back in - but streamlined
Andy Clement
2019-01-31
2
-17
/
+56
*
various polish to previously mavenized projects to support newer ones
Andy Clement
2019-01-31
1
-0
/
+17
[next]