aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Issue-#426 Format a line in the pom.xml.Hiroshi Ukai2022-08-301-3/+1
|
* Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the ↵Hiroshi Ukai2022-08-301-1/+4
| | | | version to 3.29.2-GA
* for releasing 3.29.1rel_3_29_1_gachibash2022-08-121-1/+1
|
* prepares for 3.29.0-GA releaserel_3_29_0_gachibash2022-05-131-2/+2
|
* fixes GitHub Issue 378 (wrong link for apache license)chibash2021-06-301-1/+1
|
* release 3.28.0-GArel_3_28_0_gachibash2021-05-081-1/+1
|
* fixes a security problem in pom.xmlchibash2021-01-301-1/+1
|
* for release 3.27.0-GArel_3_27_0_gachibash2020-03-191-2/+3
|
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-201-2/+2
|
* fixes typos included in PR #272 (Issue #270)chibash2019-09-011-1/+1
|
* Address feedback from PRRich Bolen2019-08-281-2/+2
|
* Add support for the new Dynamic constant (17) created in java 11Rich Bolen2019-08-201-3/+3
|
* for release 3.25.0-GAchibash2019-04-161-1/+1
|
* adds javadoc comments for PR #250chibash2019-03-171-1/+1
|
* updates for relase 3.24.1rel_3_24_1_gachibash2018-12-091-1/+2
|
* Re-enable JDK7 runtime compatibility for Javassist 3.x (until source changes ↵JCgH4164838Gh792C124B52018-11-301-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 commentschibash2018-11-021-2/+7
|
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-021-5/+5
|
* updates for release 3.23.1rel_3_23_1_gachibash2018-07-021-1/+1
|
* updates for release 3.23.0-GArel_3_23_0_gachibash2018-06-211-1/+1
|
* CleanupChristian Melchior2017-11-121-2/+2
|
* Merge branch 'master' into cm/bug/classpath-closeChristian Melchior2017-11-121-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-271-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-271-0/+1
| | | | | | | | In order to squash the mvn build warnings.
| * Configure source encoding as UTF-8.nickl-2017-10-271-0/+3
| | | | | | | | In order to squash the mvn build warnings.
| * Move runtests to build directory.nickl-2017-10-271-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 Melchior2017-11-121-1/+9
|/
* upgrade maven-javadoc-plugin to 3.0.0-M1 to support publishing of 3.22.0-GArel_3_22_00_gaScott Marlow2017-10-101-1/+1
|
* 3.22.0-GA releaserel_3_22_0_galistchibash2017-10-101-1/+1
|
* modifies the version numberrel_3_22_0_cr2chibash2017-04-171-4/+3
|
* Merge branch 'test/java9-jigsaw'chibash2016-10-051-11/+7
|\
| * updates pom.xml for building on Java 9.chibash2016-08-021-11/+7
| |
* | updates files for release 3.21.0-GAchibash2016-10-031-1/+1
|/
* <source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 ↵文武2015-08-011-1/+1
| | | | version.
* Merge pull request #36 from mkordas/update_maven_source_pluginShigeru Chiba2015-07-121-1/+1
|\ | | | | Update maven-source-plugin to 2.0.4
| * Update maven-source-plugin to 2.0.4Michal Kordas2015-03-291-1/+1
| |
* | Merge pull request #35 from mkordas/update_org_apache_felix_maven_bundle_pluginShigeru Chiba2015-07-121-1/+1
|\ \ | | | | | | Update org.apache.felix:maven-bundle-plugin to 2.5.3
| * | Update org.apache.felix:maven-bundle-plugin to 2.5.3Michal Kordas2015-03-291-1/+1
| |/
* / final updates for 3.20.0-GA releaserel_3_20_0_gachibash2015-06-251-1/+1
|/
* Replace JAR manifest template with generated oneMichal Kordas2015-03-141-1/+8
|
* Update maven-jar-plugin and maven-compiler-plugin to fix warningMichal Kordas2015-03-141-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.1Michal Kordas2015-03-131-1/+1
|
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-1/+1
|
* Update pom.xml to specify that test code is Java 8Johan Kaving2014-07-021-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 listScott Marlow2013-08-281-0/+14
|
* for releasing 3.18.0-GArel_3_18_0_galogchibash2013-06-031-4/+4
|
* fixed JASSIST-178chiba2012-11-151-0/+2
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@688 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-178chiba2012-11-151-3/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@687 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* for 3.17.0-GA releaserel_3_17_0_gachiba2012-11-081-3/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@678 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-126chiba2012-06-021-4/+5
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@630 30ef5769-5b8d-40dd-aea6-55b5d6557bb3