[commons-fileupload] branch master updated: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 (#172)
This is an automated email from the ASF dual-hosted git repository. jochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git The following commit(s) were added to refs/heads/master by this push: new 0744928 Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 (#172) 0744928 is described below commit 0744928df992c7524a34020e6472ab71be8a93f2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Oct 12 11:28:59 2022 +0200 Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 (#172) Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.0 to 4.7.2.1. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.2.0...spotbugs-maven-plugin-4.7.2.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 106c2ff..c3397f0 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} Rob Tompkins B6E73D84EA4FCC47166087253FAAD2CD5ECBB314 -4.7.2.0 +4.7.2.1 4.7.2 3.2.0
[commons-text] branch master updated: Fix formatting. (#368)
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-text.git The following commit(s) were added to refs/heads/master by this push: new e651d8cb Fix formatting. (#368) e651d8cb is described below commit e651d8cbfcac134f21b5bb25d9a195d53bcc179d Author: Arturo Bernal AuthorDate: Wed Oct 12 14:07:28 2022 +0200 Fix formatting. (#368) --- src/main/java/org/apache/commons/text/AlphabetConverter.java | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/text/AlphabetConverter.java b/src/main/java/org/apache/commons/text/AlphabetConverter.java index 1b9138a9..d048b168 100644 --- a/src/main/java/org/apache/commons/text/AlphabetConverter.java +++ b/src/main/java/org/apache/commons/text/AlphabetConverter.java @@ -504,10 +504,11 @@ public final class AlphabetConverter { public String toString() { final StringBuilder sb = new StringBuilder(); // @formatter:off -originalToEncoded.forEach((k, v) -> sb.append(codePointToString(k)) - .append(ARROW) - .append(k) - .append(System.lineSeparator())); +originalToEncoded.forEach((k, v) -> +sb.append(codePointToString(k)) + .append(ARROW) + .append(k) + .append(System.lineSeparator())); // @formatter:on return sb.toString(); }
[commons-scxml] branch dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.4.1 created (now 0bbdf23)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.4.1 in repository https://gitbox.apache.org/repos/asf/commons-scxml.git at 0bbdf23 Bump jackson-databind from 2.13.4 to 2.13.4.1 No new revisions were added by this update.
svn commit: r1904554 - /commons/cms-site/trunk/conf/component_releases.properties
Author: ggregory Date: Thu Oct 13 00:30:39 2022 New Revision: 1904554 URL: http://svn.apache.org/viewvc?rev=1904554&view=rev Log: Release Apache Commons BCEL 6.6.0 Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/component_releases.properties URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/conf/component_releases.properties?rev=1904554&r1=1904553&r2=1904554&view=diff == --- commons/cms-site/trunk/conf/component_releases.properties (original) +++ commons/cms-site/trunk/conf/component_releases.properties Thu Oct 13 00:30:39 2022 @@ -1,5 +1,5 @@ -bcelVersion=6.5.0 -bcelReleased=2020-06-05 +bcelVersion=6.6.0 +bcelReleased=2022-10-12 beanutilsVersion=1.9.4 beanutilsReleased=2019-08-13 bsfVersion=3.1
[commons-bcel] branch master updated (97ffe175 -> e8eaacef)
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-bcel.git from 97ffe175 Don't persist credentials unnecessarily add 78ecfd5a Update POM version for Apache release 6.6.0 add cf520ef4 Fix release year. new eb83b175 Bump to next development version new e8eaacef Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel Wrapping release 6.6.0 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
[commons-bcel] 01/02: Bump to next development version
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-bcel.git commit eb83b175bc2057b9a89aa048962d0cc7cd527f74 Author: Gary Gregory AuthorDate: Wed Oct 12 20:44:23 2022 -0400 Bump to next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 578e308d..f49da249 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.apache.bcel bcel jar - 6.6.0 + 6.6.1-SNAPSHOT Apache Commons BCEL Apache Commons Bytecode Engineering Library
[commons-bcel] 02/02: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel Wrapping release 6.6.0
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-bcel.git commit e8eaacef505ac16b5441ef8999f201d312ae30c2 Merge: eb83b175 97ffe175 Author: Gary Gregory AuthorDate: Wed Oct 12 20:45:01 2022 -0400 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel Wrapping release 6.6.0 .github/workflows/codeql-analysis.yml | 2 ++ .github/workflows/coverage.yml| 2 ++ .github/workflows/maven.yml | 2 ++ 3 files changed, 6 insertions(+)
[commons-bcel] branch release updated (cf520ef4 -> eb83b175)
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-bcel.git from cf520ef4 Fix release year. add eb83b175 Bump to next development version No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
svn commit: r57332 - /dev/commons/bcel/6.6.0-RC1/
Author: ggregory Date: Thu Oct 13 00:52:54 2022 New Revision: 57332 Log: Delete Apache 6.6.0 Release Candidate Removed: dev/commons/bcel/6.6.0-RC1/
svn commit: r57333 - in /release/commons/bcel: README.html binaries/HEADER.html binaries/README.html source/README.html
Author: ggregory Date: Thu Oct 13 00:58:48 2022 New Revision: 57333 Log: Release bcel 6.6.0 Modified: release/commons/bcel/README.html release/commons/bcel/binaries/HEADER.html release/commons/bcel/binaries/README.html release/commons/bcel/source/README.html Modified: release/commons/bcel/README.html == --- release/commons/bcel/README.html (original) +++ release/commons/bcel/README.html Thu Oct 13 00:58:48 2022 @@ -1,6 +1,6 @@ -Apache Commons BCEL Version 6.5.0 +Apache Commons BCEL Version 6.6.0 -This is the 6.5.0 version of BCEL. It is available in both binary and source distributions. +This is the 6.6.0 version of BCEL. It is available in both binary and source distributions. Note: @@ -37,13 +37,13 @@ HREF="http://www.apache.org/dist/commons Always test available signatures, e.g., $ pgpk -a KEYS -$ pgpv bcel-6.5.0.tar.gz.asc +$ pgpv bcel-6.6.0.tar.gz.asc or, $ pgp -ka KEYS -$ pgp bcel-6.5.0.tar.gz.asc +$ pgp bcel-6.6.0.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify bcel-6.5.0.tar.gz.asc +$ gpg --verify bcel-6.6.0.tar.gz.asc Modified: release/commons/bcel/binaries/HEADER.html == --- release/commons/bcel/binaries/HEADER.html (original) +++ release/commons/bcel/binaries/HEADER.html Thu Oct 13 00:58:48 2022 @@ -1 +1 @@ -link ../HEADER.html +link ../HEADER.html \ No newline at end of file Modified: release/commons/bcel/binaries/README.html == --- release/commons/bcel/binaries/README.html (original) +++ release/commons/bcel/binaries/README.html Thu Oct 13 00:58:48 2022 @@ -1 +1 @@ -link ../README.html +link ../README.html \ No newline at end of file Modified: release/commons/bcel/source/README.html == --- release/commons/bcel/source/README.html (original) +++ release/commons/bcel/source/README.html Thu Oct 13 00:58:48 2022 @@ -1 +1 @@ -link ../README.html +link ../README.html \ No newline at end of file
svn commit: r57334 - in /release/commons/bcel: binaries/ source/
Author: ggregory Date: Thu Oct 13 01:01:26 2022 New Revision: 57334 Log: Release bcel 6.6.0 Removed: release/commons/bcel/binaries/bcel-6.5.0-bin.tar.gz release/commons/bcel/binaries/bcel-6.5.0-bin.tar.gz.asc release/commons/bcel/binaries/bcel-6.5.0-bin.tar.gz.sha512 release/commons/bcel/binaries/bcel-6.5.0-bin.zip release/commons/bcel/binaries/bcel-6.5.0-bin.zip.asc release/commons/bcel/binaries/bcel-6.5.0-bin.zip.sha512 release/commons/bcel/source/bcel-6.5.0-src.tar.gz release/commons/bcel/source/bcel-6.5.0-src.tar.gz.asc release/commons/bcel/source/bcel-6.5.0-src.tar.gz.sha512 release/commons/bcel/source/bcel-6.5.0-src.zip release/commons/bcel/source/bcel-6.5.0-src.zip.asc release/commons/bcel/source/bcel-6.5.0-src.zip.sha512
[commons-bcel] branch master updated (e8eaacef -> 8defcc60)
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-bcel.git from e8eaacef Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel Wrapping release 6.6.0 new c8319cb2 Remove noise text. new 8defcc60 Update for next release. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: RELEASE-NOTES.txt | 1 - pom.xml | 4 ++-- src/changes/changes.xml | 5 + 3 files changed, 7 insertions(+), 3 deletions(-)
[commons-bcel] 01/02: Remove noise text.
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-bcel.git commit c8319cb2ebd799e9f8286a910a2209b9f722467c Author: Gary Gregory AuthorDate: Wed Oct 12 21:05:31 2022 -0400 Remove noise text. --- RELEASE-NOTES.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3ba3abb8..8ce06837 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -13,7 +13,6 @@ way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic information of the given class: methods, fields and byte code instructions. -TBD. NEW FEATURES: =
[commons-bcel] 02/02: Update for next release.
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-bcel.git commit 8defcc605d0e6ef05d50ee96ac32d678d0993377 Author: Gary Gregory AuthorDate: Wed Oct 12 21:06:52 2022 -0400 Update for next release. --- pom.xml | 4 ++-- src/changes/changes.xml | 5 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f49da249..117d3361 100644 --- a/pom.xml +++ b/pom.xml @@ -47,10 +47,10 @@ 1.8 bcel org.apache.bcel -6.6.0 +6.6.1 true RC1 -6.5.0 +6.6.0 (Java 8) https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd780095..af896f36 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,11 @@ The type attribute can be add,update,fix,remove. --> + + + + + Improve test case coverage; fix Utility.encode bug #46.