(commons-beanutils) branch 1.X updated: Use simple class names

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git The following commit(s) were added to refs/heads/1.X by this push: new f1d0e348 Use simple class names f1d0e348

(commons-beanutils) branch master updated: Javadoc

2024-08-31 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-beanutils.git The following commit(s) were added to refs/heads/master by this push: new 6e591b58 Javadoc 6e591b58 is descri

(commons-beanutils) branch master updated: Call and assign Objects.requireNonNull()

2024-08-31 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-beanutils.git The following commit(s) were added to refs/heads/master by this push: new 99604aba Call and assign Objects.re

(commons-beanutils) branch master updated: Use simple class names

2024-08-31 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-beanutils.git The following commit(s) were added to refs/heads/master by this push: new 72150eee Use simple class names 721

(commons-jexl) branch master updated: JEXL-425, JEXL-426 : added tests; - moved tests to appropriate test classes; - ensure 3.4 compatibility through flags, remediation example with new semantics;

2024-08-31 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 The following commit(s) were added to refs/heads/master by this push: new aecb3934 JEXL-425, JEXL-426 : added tests;

(commons-beanutils) branch master updated: Port some tests to JUnit 5

2024-08-31 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-beanutils.git The following commit(s) were added to refs/heads/master by this push: new 61143fe3 Port some tests to JUnit 5

(commons-beanutils) branch master updated: Javadoc

2024-08-31 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-beanutils.git The following commit(s) were added to refs/heads/master by this push: new eb3767dd Javadoc eb3767dd is descri

(commons-beanutils) 04/04: Remove pre-Java 1.4 code

2024-08-31 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-beanutils.git commit 009b9d56aecaaf5e57a2a156c91691cf35f4ffa3 Author: Gary Gregory AuthorDate: Sat Aug 31 10:10:16 2024 -0400

(commons-beanutils) 01/04: Format method

2024-08-31 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-beanutils.git commit 6b6fe31601bcf0fb801ea52235236f93becf520c Author: Gary Gregory AuthorDate: Sat Aug 31 08:50:31 2024 -0400

(commons-beanutils) branch master updated (63c8ccff -> 009b9d56)

2024-08-31 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-beanutils.git from 63c8ccff Javadoc new 6b6fe316 Format method new 80fcd57d Javadoc new f63506ea Use varargs

(commons-beanutils) 03/04: Use varargs

2024-08-31 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-beanutils.git commit f63506eab821f332905da9759c0cfb3af0a691f4 Author: Gary Gregory AuthorDate: Sat Aug 31 08:59:37 2024 -0400

(commons-beanutils) 02/04: Javadoc

2024-08-31 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-beanutils.git commit 80fcd57ddcbdb92a32028cf807e0ee79610b8c6d Author: Gary Gregory AuthorDate: Sat Aug 31 08:52:22 2024 -0400

(commons-beanutils) 02/02: Remove useless local variable

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git commit 87a3356f97153d6705fdc41e988ab2d3a1ed7938 Author: Gary Gregory AuthorDate: Sat Aug 31 09:43:55 2024 -0400

(commons-beanutils) branch 1.X updated (310591aa -> 87a3356f)

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git from 310591aa Sort imports new 66cfe878 No need to nest new 87a3356f Remove useless local variable The

(commons-beanutils) 01/02: No need to nest

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git commit 66cfe8787b0242f52085e1800e81789f16d835aa Author: Gary Gregory AuthorDate: Sat Aug 31 09:41:51 2024 -0400

(commons-beanutils) branch 1.X updated: Sort imports

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git The following commit(s) were added to refs/heads/1.X by this push: new 310591aa Sort imports 310591aa is describ

(commons-beanutils) branch 1.X updated: Remove support for running tests on Java versions before 1.4

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git The following commit(s) were added to refs/heads/1.X by this push: new 6f5d1005 Remove support for running tests

(commons-beanutils) branch 1.X updated (1586d989 -> 05b27719)

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git from 1586d989 Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throw

(commons-beanutils) 01/02: BeanUtils.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable)

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git commit 32ec816c86a278ed68b18cf8019a731703c0187a Author: Gary Gregory AuthorDate: Sat Aug 31 09:15:02 2024 -0400

(commons-beanutils) 02/02: BeanUtils.initCause() will never return false

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git commit 05b277190c808f0b9d08695cefc0f34bc74d0e9d Author: Gary Gregory AuthorDate: Sat Aug 31 09:19:07 2024 -0400

(commons-beanutils) branch 1.X updated: Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable)

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git The following commit(s) were added to refs/heads/1.X by this push: new 1586d989 Deprecate BeanUtilsBean.initCaus

(commons-beanutils) branch 1.X updated: Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable)

2024-08-31 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git The following commit(s) were added to refs/heads/1.X by this push: new c0639028 Deprecate BeanUtilsBean.initCaus