[commons-lang] branch master updated: Reuse Function identity

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 16ed9eb22 Reuse Function identity 16ed9e

[commons-lang] branch master updated: Fix generics compiler warnings

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 47f699be3 Fix generics compiler warnings

[commons-lang] 02/04: Document unused type parameter for tests

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit c7d56ecb7009016fe1992cb5a92a58962a1ae1c5 Author: Gary Gregory AuthorDate: Mon May 30 09:14:20 2022 -0400 Do

[commons-lang] 03/04: Add synchronized like super

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit 702d661907c4dbed6caeaffa89c17efb550c4f8b Author: Gary Gregory AuthorDate: Mon May 30 09:14:43 2022 -0400 Ad

[commons-lang] 04/04: Document unused for tests

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit 2477d7970f4a52fce6a5f7aa3c6197ccda0ebc4e Author: Gary Gregory AuthorDate: Mon May 30 09:18:11 2022 -0400 Do

[commons-lang] branch master updated (cf8d9737e -> 2477d7970)

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git from cf8d9737e Organize imports new e8cccb8ef Add synchronized like super new c7d56ecb7 Document unused t

[commons-lang] 01/04: Add synchronized like super

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit e8cccb8efb09b7f044a748e2367923a731d72773 Author: Gary Gregory AuthorDate: Mon May 30 09:11:14 2022 -0400 Ad

[commons-lang] branch master updated: Organize imports

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new cf8d9737e Organize imports cf8d9737e is

[commons-lang] 01/02: Use try-with-resources

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit bb43de8a5e93da97cb024b97c650ae884aecd341 Author: Gary Gregory AuthorDate: Mon May 30 09:02:29 2022 -0400 Us

[commons-lang] 02/02: Use try-with-resources without final (redundant SpotBugs)

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit e7762b26725824a5c0f77dcefdc5a1a2cf9fcfde Author: Gary Gregory AuthorDate: Mon May 30 09:05:38 2022 -0400 Us

[commons-lang] branch master updated (1fed20b53 -> e7762b267)

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git from 1fed20b53 Add and document @SuppressWarnings new bb43de8a5 Use try-with-resources new e7762b267 Use

[commons-lang] branch master updated: Add and document @SuppressWarnings

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 1fed20b53 Add and document @SuppressWarn

[commons-lang] branch master updated: Remove unnecessary @SuppressWarnings

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 254e0f1da Remove unnecessary @SuppressWa

[commons-lang] branch master updated: Add missing serialVersionUID declarations in tests

2022-05-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 803aa24db Add missing serialVersionUID d

[commons-jexl] 01/01: Merge pull request #97 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.7.0.0

2022-05-30 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 711d87b8843a008e80314c91a3e31225536817df Merge: dfc15a74 9af8a71a Author: Henrib <1228870+hen...@users.noreply.gith

[commons-jexl] branch master updated (dfc15a74 -> 711d87b8)

2022-05-30 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from dfc15a74 JEXL-370: ObjectContext has() method no longer confuses property existence and property being null;