1
0
Commit Graph

1025 Commits

Author SHA1 Message Date
Gary Gregory
a6fa6bb0d2 Bump clirr-maven-plugin from 2.2.2 to 2.8 #14. 2020-12-14 15:32:26 -05:00
dependabot[bot]
12af47e5ed Bump clirr-maven-plugin from 2.2.2 to 2.8 (#14)
Bumps [clirr-maven-plugin](https://github.com/mojohaus/clirr-maven-plugin) from 2.2.2 to 2.8.
- [Release notes](https://github.com/mojohaus/clirr-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/clirr-maven-plugin/compare/clirr-maven-plugin-2.2.2...clirr-maven-plugin-2.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 15:31:03 -05:00
Gary Gregory
762594d8fe Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging.git 2020-12-14 14:51:24 -05:00
Gary Gregory
e3d913bc4c Add clean to Maven default goal. 2020-12-14 14:51:17 -05:00
Gary Gregory
5613297e6b Bump junit from 3.8.1 to 4.13.1 #23. 2020-12-14 14:48:01 -05:00
dependabot[bot]
4fe406a76e Bump junit from 3.8.1 to 4.13.1 (#23)
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:47:10 -05:00
Gary Gregory
7557a0e703 Add more entries to .gitignore file #25. 2020-12-14 14:46:32 -05:00
xiaozhiliaoo(小知了)
921f84f795 add more ignore to .gitignore file (#25)
* add more ignore to .gitignore file

* Update .gitignore

End file with EOL.

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2020-12-14 14:44:49 -05:00
Gary Gregory
fdc41b1436 Fix Javadoc for Java 15 and up.
Disable Javadoc doclint for now.
2020-12-14 14:38:35 -05:00
Gary Gregory
a398111af3 Fix Javadoc for Java 15 and up. 2020-12-14 14:29:05 -05:00
Gary Gregory
33c33e6b80 Fix build for GitHub
- Bump actions/checkout from v2.3.1 to v2.3.4 (#24)
- Bump actions/setup-java from v1.4.0 to v1.4.3 (#21)
- Add default goal with some TODOs.
2020-12-14 14:20:52 -05:00
dependabot[bot]
5d9cbdd720 Bump actions/checkout from v2.3.1 to v2.3.4 (#24)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.1...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:01:03 -05:00
dependabot[bot]
643ad764ce Bump actions/setup-java from v1.4.0 to v1.4.3 (#21)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1.4.0...d202f5dbf7256730fb690ec59f6381650114feb2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:00:39 -05:00
Mark Thomas
adaddd26c4 Better artifact names 2020-11-30 10:02:33 +00:00
Mark Thomas
70c9945595 Fix mvn build error 2020-11-30 09:08:26 +00:00
Gary Gregory
02ac584cd9 Add missing '@Override' annotations. 2020-11-21 13:56:50 -05:00
Gary Gregory
cd99c4164f Use for-each. Use final. Remove redundant modifiers. 2020-11-21 13:39:02 -05:00
Gary Gregory
66aa7aacbe Use final. 2020-11-20 22:12:48 -05:00
Gary Gregory
896fbd2f56 Remove redundant calls to super(). 2020-11-20 18:00:39 -05:00
Gary Gregory
8b539bdf23 Remove useless null-check. 2020-11-20 17:26:01 -05:00
Gary Gregory
5063d23875 Typo. 2020-10-30 09:36:42 -04:00
Gary Gregory
8a198a57b4 Add SECURITY.MD. 2020-10-25 14:39:22 -04:00
Gary Gregory
f26b631bcc Ignore Eclipse file. 2020-09-20 19:07:39 -04:00
Gary Gregory
5539096798 Drop Java 6 build since Java 7 is the requirement. 2020-09-20 16:03:44 -04:00
Gary Gregory
44e7ba02e4 Add .gitignore file. 2020-09-20 15:23:05 -04:00
Gary Gregory
49c085e6ed Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
2020-09-19 15:47:20 -04:00
Gary Gregory
23b17c3889 Trigger a GitHub build on pull requests. 2020-08-31 21:25:59 -04:00
Sebb
5c7dfdc7e2 Allow compilation by Java 12+ 2020-08-16 16:24:59 +01:00
Gary Gregory
15f3bbd91e Cache ~/.m2 dir for GitHub builds. 2020-08-10 21:17:00 -04:00
dependabot[bot]
6b9943e911 Bump jdepend-maven-plugin from 2.0-beta-1 to 2.0 (#7)
Bumps jdepend-maven-plugin from 2.0-beta-1 to 2.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:12:09 -04:00
dependabot[bot]
ab2d3e2069 Bump actions/checkout from v1 to v2.3.1 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:11:39 -04:00
Gary Gregory
d440cf0e50 Add --no-transfer-progress to CI builds. 2020-08-05 09:39:47 -04:00
Gary Gregory
883c3748b9 GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0. 2020-07-26 17:48:33 -04:00
Gary Gregory
ba419eb28a Fix GitHub action for Java 15-ea. 2020-07-26 17:24:41 -04:00
Gary Gregory
858a64af53 GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea. 2020-07-23 11:29:43 -04:00
Gary Gregory
7268d281b3 Add missing header. 2020-07-22 10:29:50 -04:00
Gary Gregory
a0f9e31ec6 Enable GitHub Dependabot. 2020-07-22 10:17:38 -04:00
Gary Gregory
45f1d58bee Remove trailing whitespace. 2020-06-17 11:11:30 -04:00
Gary Gregory
d909c8c415 Test major Java versions with GitHub actions as documented on
https://github.com/actions/setup-java
# WARNING: head commit changed in the meantime

@Deprecated
2020-05-30 11:00:44 -04:00
Gary Gregory
eb3893bf1d Merge pull request #5 from XenoAmess/patch-1
fix typo
2020-05-26 08:42:13 -04:00
XenoAmess
fe75d3ba7c fix typo 2020-05-26 01:42:42 +08:00
Gary Gregory
9444f0730b No need to initialize instance variables to their default values. 2020-05-25 12:08:30 -04:00
Gary Gregory
7c70d1a180 Standardize on American English spelling of 'behavior'. 2020-03-30 15:07:28 -04:00
Gary Gregory
9f99a007cf Create git ignore file with Eclipse artifacts. 2019-12-18 16:43:59 -05:00
sebbASF
0fa3f1a910 SCM: SVN => Git 2019-08-15 21:01:37 +01:00
Gary D. Gregory
0548efba5b Typo: 'JavaDoc' -> 'Javadoc'.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1831658 13f79535-47bb-0310-9956-ffa450edef68
2018-05-15 18:58:35 +00:00
Gary D. Gregory
ca946556c0 Revert: Update commons-parent from 34 to 43.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1820581 13f79535-47bb-0310-9956-ffa450edef68
2018-01-08 16:34:10 +00:00
Gary D. Gregory
2d17ce4c09 Update commons-parent from 34 to 43.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1820493 13f79535-47bb-0310-9956-ffa450edef68
2018-01-07 20:48:23 +00:00
Pascal Schumacher
8c1e13d57d fix java 6 build on travis by using precise distribution
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1809928 13f79535-47bb-0310-9956-ffa450edef68
2017-09-27 21:11:07 +00:00
Benedikt Ritter
14f927a77f LOGGING-165: Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1809785 13f79535-47bb-0310-9956-ffa450edef68
2017-09-26 21:03:58 +00:00