This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git
from a8cf006 init
add 689bd85 Init amoro shade project
add a8f125c [AMORO-2718] Add shaded guava project
add 051b96b [AMORO-2719] Add shaded jackson project
new 0872979 Merge pull request #1 from klion26/add_shaded_project
The 1 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:
.asf.yaml | 37 +++
.github/workflows/ci.yaml | 43 +++
.gitignore | 5 +
.mvn/wrapper/maven-wrapper.jar | Bin 0 -> 58727 bytes
.mvn/wrapper/maven-wrapper.properties | 18 ++
LICENSE | 201 +++++++++++++
NOTICE | 5 +
README.md | 37 +++
amoro-shade-guava-32/pom.xml | 85 ++++++
.../src/main/resources/META-INF/NOTICE | 10 +
.../amoro-shade-jackson-2/pom.xml | 102 +++++++
.../src/main/resources/META-INF/NOTICE | 16 ++
.../pom.xml | 87 ++++++
.../src/main/resources/META-INF/NOTICE | 13 +
amoro-shade-jackson-parent/pom.xml | 89 ++++++
deploysettings.xml | 34 +++
mvnw | 316 +++++++++++++++++++++
mvnw.cmd | 188 ++++++++++++
pom.xml | 283 ++++++++++++++++++
tools/ci/log4j.properties | 43 +++
tools/releasing/create_release_branch.sh | 57 ++++
tools/releasing/create_source_release.sh | 77 +++++
tools/releasing/deploy_staging_jars.sh | 43 +++
tools/releasing/update_branch_version.sh | 60 ++++
24 files changed, 1849 insertions(+)
create mode 100644 .asf.yaml
create mode 100644 .github/workflows/ci.yaml
create mode 100644 .gitignore
create mode 100644 .mvn/wrapper/maven-wrapper.jar
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100644 LICENSE
create mode 100644 NOTICE
create mode 100644 amoro-shade-guava-32/pom.xml
create mode 100644 amoro-shade-guava-32/src/main/resources/META-INF/NOTICE
create mode 100644 amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
create mode 100644
amoro-shade-jackson-parent/amoro-shade-jackson-2/src/main/resources/META-INF/NOTICE
create mode 100644
amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
create mode 100644
amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE
create mode 100644 amoro-shade-jackson-parent/pom.xml
create mode 100644 deploysettings.xml
create mode 100755 mvnw
create mode 100644 mvnw.cmd
create mode 100644 pom.xml
create mode 100644 tools/ci/log4j.properties
create mode 100644 tools/releasing/create_release_branch.sh
create mode 100644 tools/releasing/create_source_release.sh
create mode 100644 tools/releasing/deploy_staging_jars.sh
create mode 100644 tools/releasing/update_branch_version.sh