This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.guava-guava-29.0-jre
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.
omit 4dea244 Bump guava from 27.0-jre to 29.0-jre
add b9a1144 Fix victim of a massive rename > XSL Transformation
add 2227ac3 Merge branch 'master' into XXX
add 65b1e97 Merge pull request #1018 from nadment/XXX
add 9b046c7 HOP-3219 Replace the icon of then WebService metadata
add c1c0318 Merge pull request #1019 from nadment/HOP-3219
add 230a793 [CLEANUP] remove unused pom parts
add c42a586 HOP-3189: fix IT test
add 9ab61f7 HOP-3217: fix copy/distribute dialog
add 9f4e202 HOP-3215: switch to xlsx Streaming as default
add 4817ce4 Merge pull request #1017 from hansva/master
add 60ac97f HOP-3209 Move vfs/s3 plugin to tech/aws
add a24c7d9 Merge pull request #1020 from nadment/HOP-3209
add 43b1f94 Bump guava from 27.0-jre to 29.0-jre
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 (4dea244)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.guava-guava-29.0-jre (43b1f94)
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:
assemblies/plugins/dist/pom.xml | 26 +--
assemblies/plugins/pom.xml | 1 -
assemblies/plugins/{vfs/s3 => tech/aws}/pom.xml | 8 +-
.../{vfs/s3 => tech/aws}/src/assembly/assembly.xml | 6 +-
.../s3 => tech/aws}/src/main/resources/version.xml | 0
assemblies/plugins/tech/pom.xml | 1 +
assemblies/plugins/vfs/pom.xml | 44 ------
.../org/apache/hop/www/service/WebService.java | 2 +-
integration-tests/actions/0001-abort.hwf | 2 +-
integration-tests/actions/project-config.json | 22 ++-
plugins/pom.xml | 1 -
plugins/{vfs/s3 => tech/aws}/pom.xml | 7 +-
.../java/org/apache/hop/vfs/s3/S3VfsPlugin.java | 0
.../org/apache/hop/vfs/s3/amazon/s3/S3Util.java | 0
.../org/apache/hop/vfs/s3/s3/vfs/S3FileName.java | 0
.../apache/hop/vfs/s3/s3/vfs/S3FileNameParser.java | 0
.../org/apache/hop/vfs/s3/s3/vfs/S3FileObject.java | 0
.../apache/hop/vfs/s3/s3/vfs/S3FileProvider.java | 0
.../org/apache/hop/vfs/s3/s3/vfs/S3FileSystem.java | 0
.../org/apache/hop/vfs/s3/s3a/vfs/S3AFileName.java | 0
.../hop/vfs/s3/s3a/vfs/S3AFileNameParser.java | 0
.../apache/hop/vfs/s3/s3a/vfs/S3AFileObject.java | 0
.../apache/hop/vfs/s3/s3a/vfs/S3AFileProvider.java | 0
.../apache/hop/vfs/s3/s3a/vfs/S3AFileSystem.java | 0
.../vfs/s3/s3common/S3CommonFileInputStream.java | 0
.../hop/vfs/s3/s3common/S3CommonFileObject.java | 0
.../hop/vfs/s3/s3common/S3CommonFileProvider.java | 0
.../hop/vfs/s3/s3common/S3CommonFileSystem.java | 0
.../s3common/S3CommonFileSystemConfigBuilder.java | 0
.../vfs/s3/s3common/S3CommonPipedOutputStream.java | 0
.../vfs/s3/s3common/S3CommonWindowedSubstream.java | 0
.../apache/hop/vfs/s3/s3common/S3HopProperty.java | 0
.../org/apache/hop/vfs/s3/s3n/vfs/S3NFileName.java | 0
.../hop/vfs/s3/s3n/vfs/S3NFileNameParser.java | 0
.../apache/hop/vfs/s3/s3n/vfs/S3NFileObject.java | 0
.../apache/hop/vfs/s3/s3n/vfs/S3NFileProvider.java | 0
.../apache/hop/vfs/s3/s3n/vfs/S3NFileSystem.java | 0
.../s3/s3/vfs/messages/messages_en_US.properties | 0
.../s3/s3common/messages/messages_en_US.properties | 0
.../apache/hop/vfs/s3/vfs/S3FileNameParserIT.java | 0
.../hop/vfs/s3/vfs/S3FileNameParserTest.java | 0
.../org/apache/hop/vfs/s3/vfs/S3FileNameTest.java | 0
.../apache/hop/vfs/s3/vfs/S3FileObjectTest.java | 0
.../apache/hop/vfs/s3/vfs/S3FileProviderTest.java | 0
.../apache/hop/vfs/s3/vfs/S3FileSystemTest.java | 0
.../hop/vfs/s3/vfs/S3NFileNameParserTest.java | 0
.../org/apache/hop/vfs/s3/vfs/S3NFileNameTest.java | 0
.../apache/hop/vfs/s3/vfs/S3NFileObjectTest.java | 0
.../apache/hop/vfs/s3/vfs/S3NFileProviderTest.java | 0
.../apache/hop/vfs/s3/vfs/S3NFileSystemTest.java | 0
.../src/test/resources/test-settings.properties | 0
plugins/tech/pom.xml | 1 +
.../transforms/excelinput/ExcelInputMeta.java | 2 +-
.../xml/xslt/messages/messages_en_US.properties | 2 +-
.../xml/xslt/messages/messages_fr_FR.properties | 2 +-
plugins/vfs/hdfs/pom.xml | 36 -----
plugins/vfs/pom.xml | 175 ---------------------
pom.xml | 96 -----------
.../delegates/HopGuiPipelineHopDelegate.java | 10 +-
.../hop/ui/www/service/WebServiceGuiPlugin.java | 2 +-
ui/src/main/resources/ui/images/webservice.svg | 44 ++++++
61 files changed, 86 insertions(+), 404 deletions(-)
rename assemblies/plugins/{vfs/s3 => tech/aws}/pom.xml (92%)
rename assemblies/plugins/{vfs/s3 => tech/aws}/src/assembly/assembly.xml (93%)
rename assemblies/plugins/{vfs/s3 => tech/aws}/src/main/resources/version.xml
(100%)
delete mode 100644 assemblies/plugins/vfs/pom.xml
rename plugins/{vfs/s3 => tech/aws}/pom.xml (96%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/S3VfsPlugin.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/amazon/s3/S3Util.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3/vfs/S3FileName.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3/vfs/S3FileNameParser.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3/vfs/S3FileObject.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3/vfs/S3FileProvider.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3/vfs/S3FileSystem.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3a/vfs/S3AFileName.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3a/vfs/S3AFileNameParser.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3a/vfs/S3AFileObject.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3a/vfs/S3AFileProvider.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3a/vfs/S3AFileSystem.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonFileInputStream.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonFileObject.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonFileProvider.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonFileSystem.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonFileSystemConfigBuilder.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonPipedOutputStream.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3CommonWindowedSubstream.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3common/S3HopProperty.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3n/vfs/S3NFileName.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3n/vfs/S3NFileNameParser.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3n/vfs/S3NFileObject.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3n/vfs/S3NFileProvider.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/java/org/apache/hop/vfs/s3/s3n/vfs/S3NFileSystem.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/resources/org/apache/hop/vfs/s3/s3/vfs/messages/messages_en_US.properties
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/main/resources/org/apache/hop/vfs/s3/s3common/messages/messages_en_US.properties
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3FileNameParserIT.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3FileNameParserTest.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3FileNameTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3FileObjectTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3FileProviderTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3FileSystemTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3NFileNameParserTest.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3NFileNameTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3NFileObjectTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3NFileProviderTest.java
(100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/java/org/apache/hop/vfs/s3/vfs/S3NFileSystemTest.java (100%)
rename plugins/{vfs/s3 =>
tech/aws}/src/test/resources/test-settings.properties (100%)
delete mode 100644 plugins/vfs/hdfs/pom.xml
delete mode 100644 plugins/vfs/pom.xml
create mode 100644 ui/src/main/resources/ui/images/webservice.svg