This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2
in repository https://gitbox.apache.org/repos/asf/commons-exec.git.
discard 995dc2f Bump maven-checkstyle-plugin from 2.13 to 3.1.2
add f002d05 Specify scale fully in internal comments.
add c01ee9a Use the scale in the var name.
add 2f8a545 Remove trailing whitepsace.
add 3af2931 Remove use of redundant String.substring() parameter.
add ce7da84 Init Maps on creation.
add bda1a3f No need to nest in else.
add 4812db5 Standardise AL: drop comment markers
add c8f0e5b Replace GitHub build for Java 15 with Java 16 and drop Java
16-ea.
add e3c1f7a Update `actions/setup-java` to v2.
add 7b092af Update from Java 7 to 8.
add c707da2 Replace Java 15 with Java 16 in Travis CI.
add 3ec94d9 Update my developer entry.
add cc73763 AdoptOpenJDK is moving to the Eclipse Foundation and
rebranding as Eclipse Temurin.
add 2ca7c03 Update GitHub build from Java 16 to 17.
add 40f5824 Add CodeQL GitHub workflow.
add a374f35 Disable broken test.
add e1674e7 Drop Travis CI build.
add 87f5454 Bump maven-checkstyle-plugin from 2.13 to 3.1.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (995dc2f)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2
(87f5454)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 74 ++++
.github/workflows/maven.yml | 13 +-
.travis.yml | 28 --
LICENSE.txt | 405 ++++++++++-----------
pom.xml | 21 +-
src/changes/changes.xml | 9 +-
.../java/org/apache/commons/exec/CommandLine.java | 48 +--
.../org/apache/commons/exec/DaemonExecutor.java | 2 +-
.../commons/exec/DefaultExecuteResultHandler.java | 12 +-
.../org/apache/commons/exec/DefaultExecutor.java | 18 +-
.../org/apache/commons/exec/ExecuteException.java | 8 +-
.../apache/commons/exec/ExecuteResultHandler.java | 4 +-
.../apache/commons/exec/ExecuteStreamHandler.java | 12 +-
.../org/apache/commons/exec/ExecuteWatchdog.java | 16 +-
.../java/org/apache/commons/exec/Executor.java | 16 +-
.../org/apache/commons/exec/LogOutputStream.java | 2 +-
.../org/apache/commons/exec/ProcessDestroyer.java | 2 +-
.../org/apache/commons/exec/PumpStreamHandler.java | 20 +-
.../commons/exec/ShutdownHookProcessDestroyer.java | 6 +-
.../java/org/apache/commons/exec/StreamPumper.java | 14 +-
.../org/apache/commons/exec/TimeoutObserver.java | 6 +-
.../java/org/apache/commons/exec/Watchdog.java | 28 +-
.../commons/exec/environment/EnvironmentUtils.java | 14 +-
.../environment/OpenVmsProcessingEnvironment.java | 8 +-
.../commons/exec/launcher/CommandLauncher.java | 8 +-
.../exec/launcher/CommandLauncherFactory.java | 2 +-
.../commons/exec/launcher/CommandLauncherImpl.java | 4 +-
.../exec/launcher/CommandLauncherProxy.java | 4 +-
.../exec/launcher/Java13CommandLauncher.java | 4 +-
.../commons/exec/launcher/OS2CommandLauncher.java | 4 +-
.../commons/exec/launcher/VmsCommandLauncher.java | 4 +-
.../exec/launcher/WinNTCommandLauncher.java | 4 +-
.../org/apache/commons/exec/util/MapUtils.java | 15 +-
.../org/apache/commons/exec/util/StringUtils.java | 28 +-
.../org/apache/commons/exec/CommandLineTest.java | 6 +-
.../apache/commons/exec/DefaultExecutorTest.java | 12 +-
.../apache/commons/exec/LogOutputStreamTest.java | 2 +
.../org/apache/commons/exec/StandAloneTest.java | 2 +-
.../java/org/apache/commons/exec/TestUtil.java | 22 +-
.../java/org/apache/commons/exec/TutorialTest.java | 8 +-
.../exec/environment/EnvironmentUtilsTest.java | 3 +-
.../org/apache/commons/exec/issues/Exec34Test.java | 4 +-
.../org/apache/commons/exec/issues/Exec41Test.java | 6 +-
.../org/apache/commons/exec/issues/Exec65Test.java | 51 ++-
.../apache/commons/exec/util/StringUtilTest.java | 2 +-
45 files changed, 511 insertions(+), 470 deletions(-)
create mode 100644 .github/workflows/codeql-analysis.yml
delete mode 100644 .travis.yml