(axis-axis2-java-rampart) 01/03: Update Ubuntu version
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git commit 6cf9ef463d015f1ab0e0f22855c8c976e7b46d83 Author: Andreas Veithen AuthorDate: Sun Oct 29 08:29:24 2023 + Update Ubuntu version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03bc9eb..ad94272e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: matrix: java: [ 8 ] name: "Java ${{ matrix.java }}" -runs-on: ubuntu-18.04 +runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2
(axis-axis2-java-rampart) branch master updated (ffa9f2dd -> 07848cd7)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git from ffa9f2dd Merge pull request #11 from bill-looby/misc-fixes new 6cf9ef46 Update Ubuntu version new b0721924 Add .gitignore new 07848cd7 Update Java versions The 3 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: .github/workflows/ci.yml | 5 +++-- .gitignore | 4 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .gitignore
(axis-axis2-java-rampart) 02/03: Add .gitignore
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git commit b07219243ced33012bc168bb84b1ca13803d15b6 Author: Andreas Veithen AuthorDate: Sun Oct 29 08:32:29 2023 + Add .gitignore --- .gitignore | 4 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index ..4d7b35bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.project +.classpath +.settings +target
(axis-axis2-java-rampart) 03/03: Update Java versions
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git commit 07848cd76115a62bc44ee4b8851464c6571da325 Author: Andreas Veithen AuthorDate: Sun Oct 29 08:36:43 2023 + Update Java versions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad94272e..0f05233f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,9 @@ env: jobs: build: strategy: + fail-fast: false matrix: -java: [ 8 ] +java: [ 11, 17, 19 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-22.04 steps:
(axis-axis2-java-core) branch master updated: Bump org.owasp.esapi:esapi
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new dee7a853ea Bump org.owasp.esapi:esapi dee7a853ea is described below commit dee7a853ea3a71407d3b67d3f84921d52df6fa58 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 27 21:58:06 2023 + Bump org.owasp.esapi:esapi Bumps [org.owasp.esapi:esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.3.0.0 to 2.5.2.0. - [Release notes](https://github.com/ESAPI/esapi-java-legacy/releases) - [Changelog](https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.0-readme-crypto-changes.html) - [Commits](https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.3.0.0...esapi-2.5.2.0) --- updated-dependencies: - dependency-name: org.owasp.esapi:esapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/samples/userguide/src/userguide/springbootdemo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml index 615c34ece0..64aaa628e6 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml @@ -280,7 +280,7 @@ org.owasp.esapi esapi -2.3.0.0 +2.5.2.0 org.apache.httpcomponents
(axis-axis2-java-core) branch dependabot/maven/modules/samples/userguide/src/userguide/springbootdemo/org.owasp.esapi-esapi-2.5.2.0 deleted (was 67da342611)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/modules/samples/userguide/src/userguide/springbootdemo/org.owasp.esapi-esapi-2.5.2.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 67da342611 Bump org.owasp.esapi:esapi The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.