Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes github issue #471rel_3_30_1_ga | chibash | 2023-12-17 | 1 | -4/+4 |
| | |||||
* | 3.30.0-GA releaserel_3_30_0_ga | chibash | 2023-12-17 | 1 | -3/+3 |
| | |||||
* | Minimal changes make IDEA 2023.2 work out-of-box | shifujun | 2023-12-12 | 1 | -2/+2 |
| | | | | | | | | | Correct maven-compiler-plugin JDK version for IDEA import Compiler bytecode version. Remove JvstTestRoot's constructor, otherwise IDEA cannot show Run icon aside testMethod. Another way is adding suite() static method to those classes. Now we can clone and open project with IDEA 2023.2. Debug single test case with IDEA is very useful. | ||||
* | Issue-#426 Format a line in the pom.xml. | Hiroshi Ukai | 2022-08-30 | 1 | -3/+1 |
| | |||||
* | Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the ↵ | Hiroshi Ukai | 2022-08-30 | 1 | -1/+4 |
| | | | | version to 3.29.2-GA | ||||
* | for releasing 3.29.1rel_3_29_1_ga | chibash | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | prepares for 3.29.0-GA releaserel_3_29_0_ga | chibash | 2022-05-13 | 1 | -2/+2 |
| | |||||
* | fixes GitHub Issue 378 (wrong link for apache license) | chibash | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | release 3.28.0-GArel_3_28_0_ga | chibash | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | fixes a security problem in pom.xml | chibash | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | for release 3.27.0-GArel_3_27_0_ga | chibash | 2020-03-19 | 1 | -2/+3 |
| | |||||
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | fixes typos included in PR #272 (Issue #270) | chibash | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Address feedback from PR | Rich Bolen | 2019-08-28 | 1 | -2/+2 |
| | |||||
* | Add support for the new Dynamic constant (17) created in java 11 | Rich Bolen | 2019-08-20 | 1 | -3/+3 |
| | |||||
* | for release 3.25.0-GA | chibash | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | adds javadoc comments for PR #250 | chibash | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | updates for relase 3.24.1rel_3_24_1_ga | chibash | 2018-12-09 | 1 | -1/+2 |
| | |||||
* | Re-enable JDK7 runtime compatibility for Javassist 3.x (until source changes ↵ | JCgH4164838Gh792C124B5 | 2018-11-30 | 1 | -2/+2 |
| | | | | | | | preclude it). pom.xml changes: - lower compile source/target to 1.7 (from 1.8, introduced with Javassist 3.24.0) | ||||
* | fixes bugs in javadoc comments | chibash | 2018-11-02 | 1 | -2/+7 |
| | |||||
* | modifies NestHostAttribute and NestMembersAttribute and adds test code | chibash | 2018-09-02 | 1 | -5/+5 |
| | |||||
* | updates for release 3.23.1rel_3_23_1_ga | chibash | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | updates for release 3.23.0-GArel_3_23_0_ga | chibash | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | Cleanup | Christian Melchior | 2017-11-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into cm/bug/classpath-close | Christian Melchior | 2017-11-12 | 1 | -5/+15 |
|\ | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Upgrade junit from ver 3 to 4. | nickl- | 2017-10-27 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add version to maven-bundle-plugin. | nickl- | 2017-10-27 | 1 | -0/+1 |
| | | | | | | | | In order to squash the mvn build warnings. | ||||
| * | Configure source encoding as UTF-8. | nickl- | 2017-10-27 | 1 | -0/+3 |
| | | | | | | | | In order to squash the mvn build warnings. | ||||
| * | Move runtests to build directory. | nickl- | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | Move the test output folder 'runtests' to target or build directory so that mvn clean can clean that. | ||||
* | | Remove close method on ClassPath. Add unit tests for new behaviour. | Christian Melchior | 2017-11-12 | 1 | -1/+9 |
|/ | |||||
* | upgrade maven-javadoc-plugin to 3.0.0-M1 to support publishing of 3.22.0-GArel_3_22_00_ga | Scott Marlow | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | 3.22.0-GA releaserel_3_22_0_galist | chibash | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | modifies the version numberrel_3_22_0_cr2 | chibash | 2017-04-17 | 1 | -4/+3 |
| | |||||
* | Merge branch 'test/java9-jigsaw' | chibash | 2016-10-05 | 1 | -11/+7 |
|\ | |||||
| * | updates pom.xml for building on Java 9. | chibash | 2016-08-02 | 1 | -11/+7 |
| | | |||||
* | | updates files for release 3.21.0-GA | chibash | 2016-10-03 | 1 | -1/+1 |
|/ | |||||
* | <source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 ↵ | 文武 | 2015-08-01 | 1 | -1/+1 |
| | | | | version. | ||||
* | Merge pull request #36 from mkordas/update_maven_source_plugin | Shigeru Chiba | 2015-07-12 | 1 | -1/+1 |
|\ | | | | | Update maven-source-plugin to 2.0.4 | ||||
| * | Update maven-source-plugin to 2.0.4 | Michal Kordas | 2015-03-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #35 from mkordas/update_org_apache_felix_maven_bundle_plugin | Shigeru Chiba | 2015-07-12 | 1 | -1/+1 |
|\ \ | | | | | | | Update org.apache.felix:maven-bundle-plugin to 2.5.3 | ||||
| * | | Update org.apache.felix:maven-bundle-plugin to 2.5.3 | Michal Kordas | 2015-03-29 | 1 | -1/+1 |
| |/ | |||||
* / | final updates for 3.20.0-GA releaserel_3_20_0_ga | chibash | 2015-06-25 | 1 | -1/+1 |
|/ | |||||
* | Replace JAR manifest template with generated one | Michal Kordas | 2015-03-14 | 1 | -1/+8 |
| | |||||
* | Update maven-jar-plugin and maven-compiler-plugin to fix warning | Michal Kordas | 2015-03-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | 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. ``` | ||||
* | Update maven-surefire-plugin to 2.18.1 | Michal Kordas | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | preparation for 3.19 release. fixed bugs in javadoc comments | chibash | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Update pom.xml to specify that test code is Java 8 | Johan Kaving | 2014-07-02 | 1 | -2/+3 |
| | | | | | | 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. | ||||
* | added scottmarlow to developer list | Scott Marlow | 2013-08-28 | 1 | -0/+14 |
| | |||||
* | for releasing 3.18.0-GArel_3_18_0_galog | chibash | 2013-06-03 | 1 | -4/+4 |
| | |||||
* | fixed JASSIST-178 | chiba | 2012-11-15 | 1 | -0/+2 |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@688 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 |