[aspectj] branch master updated (6d74168 -> 0ca313d)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 29 20:17:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository aspectj.

      from  6d74168   Fixed the build failure with Java 8 (Closes: #757484)
      adds  7583201   Imported Upstream version 1.8.5
       new  2ac936f   Merge tag 'upstream/1.8.5'
       new  78a755e   Removed the Java 8 compatibility patch (fixed upstream)
       new  4caffe4   Improved the reproducibility by using the date of the changelog in Version.java
       new  0ca313d   Upload to unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ajde.core/.classpath                               |   1 +
 build/src/$installer$/org/aspectj/Main.java        |   2 +-
 build/usedForMavenUpload/aspectjrt.pom             |   2 +-
 build/usedForMavenUpload/aspectjtools.pom          |   2 +-
 build/usedForMavenUpload/aspectjweaver.pom         |   2 +-
 build/usedForMavenUpload_release/aspectjrt.pom     |   2 +-
 build/usedForMavenUpload_release/aspectjtools.pom  |   2 +-
 build/usedForMavenUpload_release/aspectjweaver.pom |   2 +-
 debian/changelog                                   |  10 +++
 debian/patches/10_java8-compatibility.diff         |  12 ---
 debian/patches/series                              |   1 -
 debian/rules                                       |   6 ++
 docs/dist/doc/README-184.html                      |  46 ++++++++++++
 docs/dist/doc/{README-181.html => README-185.html} |  17 ++---
 docs/dist/doc/index.html                           |   4 +-
 lib/build/build.jar                                | Bin 155892 -> 155908 bytes
 .../src/org/aspectj/ajdt/ajc/messages.properties   |   2 +-
 .../compiler/lookup/InterTypeMethodBinding.java    |  23 ++++--
 .../compiler/problem/AjProblemReporter.java        |   2 +
 .../src/org/aspectj/weaver/MemberImpl.java         |   4 +-
 .../org/aspectj/weaver/patterns/PatternParser.java |   2 +
 .../weaver/patterns/TypeCategoryTypePattern.java   |   5 ++
 .../weaver/patterns/WildAnnotationTypePattern.java |  16 ++--
 org.eclipse.jdt.core/src/META-INF/MANIFEST.MF      |   2 +-
 .../compiler/apt/model/TypeElementImpl.java        |  83 ++++++++++++++++++++-
 .../compiler/ast/AbstractMethodDeclaration.java    |  28 ++++++-
 .../eclipse/jdt/internal/compiler/ast/Clinit.java  |  17 +++++
 .../compiler/ast/ConstructorDeclaration.java       |  17 +++++
 .../jdt/internal/compiler/ast/Reference.java       |   4 +-
 .../jdt/internal/compiler/ast/SwitchStatement.java |   4 +-
 .../src/org/aspectj/weaver/bcel/LazyClassGen.java  |   2 +-
 31 files changed, 266 insertions(+), 56 deletions(-)
 delete mode 100644 debian/patches/10_java8-compatibility.diff
 create mode 100644 docs/dist/doc/README-184.html
 copy docs/dist/doc/{README-181.html => README-185.html} (53%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/aspectj.git



More information about the pkg-java-commits mailing list