同步操作将从 TrackCC/spring-ws 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.
Releases of Spring Web Services are available for download from Maven Central, as well as our own repository, https://repo.spring.io/release.
Please visit https://spring.io/projects/spring-ws to get the right Maven/Gradle settings for your selected version.
Run ./mvnw clean package
This will generate the artifacts.
You can also import the project into your IDE.
Create a new release (on the main branch).
% ci/create-release.sh <release version> <next snapshot version>
With the release tagged, push the tagged version to the release branch.
% git checkout -b release % git reset --hard <tag> % git push -f origin release
Note
|
You can chain the previous set of commands together using && .
|
The pipeline will build and release the "release" branch. It will also build a new a new snapshot and stage it on artifactory.
Since the pipeline uses Docker, it’s easy to:
Debug what went wrong on your local machine.
Test out a a tweak to your test.sh
script before sending it out.
Experiment against a new image before submitting your pull request.
All of these use cases are great reasons to essentially run what Jenkins does on your local machine.
Important
|
To do this you must have Docker installed on your machine. |
docker run -it --mount type=bind,source="$(pwd)",target=/spring-ws-github adoptopenjdk/openjdk8:latest /bin/bash
This will launch the Docker image and mount your source code at spring-ws-github
.
cd spring-ws-github
Next, run the test.sh
script from inside the container:
PROFILE=none ci/test.sh
Since the container is binding to your source, you can make edits from your IDE and continue to run build jobs.
If you need to test the build.sh
script, then do this:
docker run -it --mount type=bind,source="$(pwd)",target=/spring-ws-github adoptopenjdk/openjdk8:latest /bin/bash
This will launch the Docker image and mount your source code at spring-ws-github
and the temporary
artifactory output directory at spring-ws-artifactory
.
Next, run the build.sh
script from inside the container:
ci/build.sh
Important
|
build.sh will attempt to push to Artifactory. If you don’t supply credentials, it will fail.
|
Note
|
Docker containers can eat up disk space fast! From time to time, run docker system prune to clean out old images.
|
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
You can find the documentation, issue management, support, samples, and guides for using Spring Web Services at https://spring.io/projects/spring-ws/
See the current Javadoc and reference docs.
Spring Web Services uses JIRA for issue tracking purposes
Spring Web Services is Apache 2.0 licensed.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。