Commit Graph

67 Commits

Author SHA1 Message Date
Henri Yandell 92269ffa64 Updating versions of reports, fixing bugs with Cobertura and JavaNCSS. Checkstyle still not understanding generics, but the 2.4 report errors so needs more investigation before trying that.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884501 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26 10:56:01 +00:00
Henri Yandell df925dc314 Commenting out javancss report as it errors on our source, adding taglib report, and making findbugs default as I find I need 512m now anyway to build the site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884492 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26 10:31:16 +00:00
Niall Pemberton 96acca756c Update to commons-parent-12
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@827830 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 23:00:29 +00:00
Henri Yandell 1e282a9643 Upgrading to JUnit 4.7. Changing two classes (ClassNotFoundSerializationTest and CharUtilsPerfTest) to not end with Test as that was throwing them into the JUnit setup. CharUtilsPerfTest renamed to CharUtilsPerfRun. ClassNotFoundSerializationTest becomes ClassNotFoundSerialization.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@824595 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 05:40:15 +00:00
Oliver Heger f4ae31ef19 Added myself as developer.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@819143 13f79535-47bb-0310-9956-ffa450edef68
2009-09-26 14:35:23 +00:00
Sebastian Bazley da95cca2f3 Remove JCIP annotations
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@807425 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 22:57:52 +00:00
Joerg Schaible d836af99d2 Fix svn:ignores.
Update POM.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@802570 13f79535-47bb-0310-9956-ffa450edef68
2009-08-09 18:08:26 +00:00
Henri Yandell 690b8e9ab6 Adding changes report and filling out v1.0.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788564 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 03:42:27 +00:00
Henri Yandell c404121979 Committing a rewrite of StringEscapeUtils guts - LANG-505. Entities.java can now go away. Most of the code is in the new text.translate package. More work is needed, including what to actually define as 'ESCAPE_XML' etc, but it's now easy for someone to look at the source to EscapeUtils and UnescapeUtils and put their own ESCAPE_XML variable together, and with lots of reuse value.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787560 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23 06:15:50 +00:00
Henri Yandell 00f699c160 Improving pom by making targetJdk for PMD use the variable. Thanks for the suggesiton Sebb
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787543 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23 04:55:46 +00:00
Henri Yandell 010401200c Adding Hendrik Maryns as a contributor given all the work he did on Generics. Thanks again Hendrik
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775436 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 08:45:23 +00:00
Henri Yandell 62e3300e4f Letting PMD know we're on 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775434 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 08:36:51 +00:00
Henri Yandell cbc1dc8c5a Hooking up findbugs exclude file and updating the exception cases
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775427 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 08:16:29 +00:00
Henri Yandell 5e4deef918 Couple more reports - CPD and JavaNCSS because... why not?
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775422 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 07:06:17 +00:00
Sebastian Bazley 50bc6d35b0 Revert JCIP depend to compile+optional now fix has been added for OSGI bundling
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756817 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 23:54:37 +00:00
Niall Pemberton d080d78f3a Add instruction to not export the "net.jcip.annotations" - this causes the maven-bundle-plugin to output an "Ignore-Package" statement which I assume will have no negative impact
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756756 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 20:53:38 +00:00
Sebastian Bazley b9ad25bcfc Change JCIP dependency scope to "provided" to prevent transitive dependencies
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756531 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 15:30:40 +00:00
Sebastian Bazley dc3d41bac5 Attempt to stop annotation jar becoming transitive dependency
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@755357 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 19:15:32 +00:00
Sebastian Bazley 8338eb2544 Specify encoding to use; Use better JUnit; Add JCIP annotation depend
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@755269 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 14:40:26 +00:00
Sebastian Bazley 13bd2d388e Re-enable test as it has now been fixed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@754554 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 23:40:03 +00:00
Henri Yandell 0cfdae8456 Note that FindBugs is memory hungry
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@754491 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 16:54:45 +00:00
Henri Yandell 624bb28be5 Turning on cobertura + findbugs. Pointing clirr to 2.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@754489 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 16:47:40 +00:00
Henri Yandell 67bca7a1e8 Hooking up tests and tests to ignore
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@751360 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 02:34:41 +00:00
Henri Yandell cf5530f662 Moving to targetting JDK 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749165 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02 03:29:35 +00:00
Henri Yandell a6a2d04877 Applying Robert Scholte's excellent unit tests from LANG-443 and his second patch from LANG-440 fixing a discovered boundary case for AM_PM in round
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@711616 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 17:00:43 +00:00
Niall Pemberton 2d575a7359 Upgrade to latest clirr plugin version 2.2.2 (fixes problem downloading the old artifact from the repo)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@687301 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 12:56:25 +00:00
Niall Pemberton cd95357e1a Release version shouldn't ever be set to SNAPSHOT - used to generate the download page and should be the last release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@678587 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 22:26:37 +00:00
Niall Pemberton d109428fd8 change commons-parent to version 11
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@678495 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 17:43:58 +00:00
Niall Pemberton bc19f7f94c Lock down <reporting> version numbers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@659627 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 19:05:16 +00:00
Henri Yandell 0d1579a73c Adding Benjamin Bentmann as a contributor
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655240 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 04:52:39 +00:00
Niall Pemberton d3d00008ec Upgrade to commons-parent-10 pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654484 13f79535-47bb-0310-9956-ffa450edef68
2008-05-08 11:43:09 +00:00
Henri Yandell 6f44404b56 Moving the version to 3.0-SNAPSHOT to match JIRA
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640729 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 07:38:20 +00:00
Henri Yandell 121cba38f6 Setting release date, and incrementing version to 2.5-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@638715 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 05:46:20 +00:00
Henri Yandell 32dde2b152 Upgrading the target Java version to be 1.2. In reality it's been that for a long time for some of our classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@637364 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 06:19:37 +00:00
Henri Yandell c7b0550bbb Fixing name in the description to not be Commons.Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@637361 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 05:58:58 +00:00
Henri Yandell d5d53af685 Oops - screwed that up and caused lots of CI spam. Idiot.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@636968 13f79535-47bb-0310-9956-ffa450edef68
2008-03-14 02:53:12 +00:00
Henri Yandell 259d84ec40 Adding Dave Meikle to pom.xml and Niall+Matt to project.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@636781 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 15:19:10 +00:00
Henri Yandell 8e26337238 Setting versions to 2.4 from 2.4-SNAPSHOT in preparation for release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@636642 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 06:33:35 +00:00
Niall Pemberton d678e4d298 Upgrade to version 9 of commons-parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@635244 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 14:21:48 +00:00
Matthew Jason Benson 2bf4149123 following Niall's lead; add myself. :)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@634319 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 15:57:26 +00:00
Niall Pemberton ed49d111a4 Add myself
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@634115 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 01:35:45 +00:00
Niall Pemberton 87854c040e Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 19:37:56 +00:00
Niall Pemberton 0dfc77769f update m1 & m2 builds
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612787 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 10:40:13 +00:00
Niall Pemberton c638996fe7 upgrade to commons-parent-7
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612219 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 21:04:51 +00:00
Niall Pemberton c6dc417722 Upgrade to commons-parent version 6 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@609497 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 03:15:46 +00:00
Henri Yandell ae5de9f2b0 Updating my email address
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@609476 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 00:01:25 +00:00
Matthew Jason Benson 92c1e884cb checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598702 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 17:21:31 +00:00
Dennis Lundberg fe7df71bd8 Adjust indentation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597193 13f79535-47bb-0310-9956-ffa450edef68
2007-11-21 19:57:05 +00:00
Niall Pemberton 62cca626c2 Add comment on the "JDK source" config for javadoc generation and use the source configuration property
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595548 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 04:39:06 +00:00
Niall Pemberton 9d138fd0c0 Update m2 build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595540 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 04:11:59 +00:00