| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
preclude it).
pom.xml changes:
- lower compile source/target to 1.7 (from 1.8, introduced with Javassist 3.24.0)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# pom.xml
# src/main/javassist/ByteArrayClassPath.java
# src/main/javassist/ClassClassPath.java
# src/main/javassist/ClassPoolTail.java
# src/main/javassist/LoaderClassPath.java
# src/main/javassist/URLClassPath.java
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There were minimal changes:
Some tests had their own runners these were discontinued as IDEs/maven run the tests anyway.
Removed the main methods for these.
2 tests were dependent on the running order so added the test sorter.
All tests succeed on junit 4 with legacy support.
|
| |
| |
| |
| | |
In order to squash the mvn build warnings.
|
| |
| |
| |
| | |
In order to squash the mvn build warnings.
|
| |
| |
| |
| | |
Move the test output folder 'runtests' to target or build directory so that mvn clean can clean that.
|
|/ |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
version.
|
|\
| |
| | |
Update maven-source-plugin to 2.0.4
|
| | |
|
|\ \
| | |
| | | |
Update org.apache.felix:maven-bundle-plugin to 2.5.3
|
| |/ |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following warning when invoking `mvn versions:display-plugin-updates` does not appear anymore:
```
[WARNING] Some problems were encountered while building the effective model for org.javassist:javassist:bundle:3.19.0-GA
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 137, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 160, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
```
|
| |
|
| |
|
|
|
|
|
|
| |
To get the test case JvstTest4.testMethodParameters() to work
the <testSource> and <testTarget> elements are set to "1.8"
and the compiler argument "-parameters" is added.
|
| |
|
| |
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@688 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@687 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@678 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@630 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@623 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@622 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@618 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@617 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@598 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@597 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@584 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@577 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@569 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@566 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
|
|
| |
fixes for JASSIST-96
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@562 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|
|
|
|
| |
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@560 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
|