Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode url path segments & query parameters #4163

Closed
wants to merge 216 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
216 commits
Select commit Hold shift + click to select a range
fef3a9e
Updates to version 4.0.0
spencergibb Jan 13, 2022
2532e3a
Updates to version 4.0.0
spencergibb Jan 13, 2022
e5ba257
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Feb 22, 2022
e33e5a5
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Mar 11, 2022
2c22afa
Upgrade wro4j-maven-plugin to 0.10.1. Fixes gh-4076.
OlgaMaciaszek Mar 11, 2022
fab3190
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Mar 17, 2022
cdf8965
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Mar 17, 2022
9391360
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Mar 18, 2022
2a31d0e
Fixes circleci (#4087)
weixsun Apr 12, 2022
e38cd1e
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Apr 13, 2022
27ac337
Remove deprecated constructor.
OlgaMaciaszek Apr 13, 2022
9e1f7f6
Fix @LocalServerPort imports.
OlgaMaciaszek May 18, 2022
d831ca3
Merge branch '3.1.x'
ryanjbaxter Jun 3, 2022
b8af1db
Fixing compilation error
ryanjbaxter Jun 3, 2022
3af988a
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Jun 13, 2022
0188b25
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Jul 1, 2022
65fb24e
Fix merge.
OlgaMaciaszek Jul 1, 2022
01c2c04
Removes compile dependency on config server.
spencergibb Aug 5, 2022
01f72ff
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Aug 31, 2022
67c227d
Merge remote-tracking branch 'origin/3.1.x'
OlgaMaciaszek Sep 1, 2022
d0f8fbe
Updates eureka to version 2.0.0-SNAPSHOT (#4120)
spencergibb Oct 3, 2022
4c77b6d
Migrates to new AutoConfiguration.imports
spencergibb Oct 3, 2022
dff98c4
Adds / path mapping to test
spencergibb Oct 3, 2022
4f2ddfd
removes unused tests
spencergibb Oct 3, 2022
3a91f23
Disables test
spencergibb Oct 3, 2022
6316953
Fixes test assertion
spencergibb Oct 3, 2022
f76de4c
injects OptionalArgs
spencergibb Oct 3, 2022
a3cfba7
Migrates to new AutoConfiguration.imports
spencergibb Oct 3, 2022
09adda6
Bumping versions
spring-builds Oct 4, 2022
e8976ae
Upgrade to 2.0.0-rc.3
spencergibb Oct 4, 2022
f6f4e0d
Fixes css and js for eureka dashboard
spencergibb Oct 4, 2022
5ec430e
Update SNAPSHOT to 4.0.0-M1
spring-builds Oct 6, 2022
e5ccca6
Going back to snapshots
spring-builds Oct 6, 2022
5243e46
Switch to Apache HC5 HttpClient. (#4126)
OlgaMaciaszek Oct 11, 2022
ab59e9a
Updates for config beans that are also autowired.
spencergibb Oct 19, 2022
f344c58
Updates for spring security changes
spencergibb Oct 20, 2022
d01496a
formatting
spencergibb Oct 20, 2022
315a380
Updates /apps/ test for eureka http clients
spencergibb Oct 20, 2022
c48f8f8
Temporarily add Eureka Client native hints. (#4129)
OlgaMaciaszek Oct 27, 2022
3d43fa3
Update SNAPSHOT to 4.0.0-RC1
spring-builds Oct 27, 2022
cfdbda6
Going back to snapshots
spring-builds Oct 27, 2022
0c483e1
Fix Eureka Client hints.
OlgaMaciaszek Oct 28, 2022
9b4314b
Add additional spring configuration metadata for predefined metadata-…
jizhuozhi Nov 2, 2022
a03a876
Document AOT and native image support. (#4132)
OlgaMaciaszek Nov 3, 2022
48b08d6
Remove deprecations and unused code. Refactor (#4134)
OlgaMaciaszek Nov 7, 2022
d34bae5
Upgrade to 2.0.0-rc.4
spencergibb Nov 15, 2022
daa1959
Update SNAPSHOT to 4.0.0-RC2
spring-builds Nov 17, 2022
bceb01b
Going back to snapshots
spring-builds Nov 17, 2022
9f787e9
Update SNAPSHOT to 4.0.0-RC3
spring-builds Dec 1, 2022
23b594e
Going back to snapshots
spring-builds Dec 1, 2022
7335b77
Adjust to changes in Apache HC5.
OlgaMaciaszek Dec 13, 2022
a354b2a
Moving to Eureka 2.0.0
ryanjbaxter Dec 15, 2022
ecdcfa4
Upgrade eureka to 2.0.0
spencergibb Dec 15, 2022
2ada080
Updates to OptionalArgs and addtional client filters
spencergibb Dec 15, 2022
1b1612a
Update SNAPSHOT to 4.0.0
spring-builds Dec 15, 2022
a77a09a
Going back to snapshots
spring-builds Dec 15, 2022
ef5817b
Bumping versions to 4.0.1-SNAPSHOT after release
spring-builds Dec 15, 2022
ec87f1f
Bumping versions
spring-builds Dec 16, 2022
4f3e472
Bumping versions
spring-builds Dec 19, 2022
e6c8cae
Bumping versions
spring-builds Jan 27, 2023
f74977f
skip deploy of test module
spencergibb Dec 19, 2022
58c819c
Strips userinfo from serviceUrl.
spencergibb Feb 15, 2023
06b41d5
Merge branch '3.1.x'
spencergibb Mar 3, 2023
fa07416
Updates to new HttpStatusCode interface
spencergibb Mar 3, 2023
0dca493
Include contextPath in eurekaVersionFilter computed path
spencergibb Mar 4, 2023
9cea0eb
Ignore response body in eureka client on 404 error.
spencergibb Mar 4, 2023
5cc8194
Add hints for EurekaServiceInstance. Fixes gh-4139.
OlgaMaciaszek Mar 7, 2023
ac4d92f
Update SNAPSHOT to 4.0.1
spring-builds Mar 28, 2023
c0725c5
Going back to snapshots
spring-builds Mar 28, 2023
ccb0f5c
Bumping versions to 4.0.2-SNAPSHOT after release
spring-builds Mar 28, 2023
df9e581
Changes conditional on missing class to jakarta.ws.rs.client.ClientRe…
spencergibb May 22, 2023
98f919c
Changes conditional on missing class to impl.
spencergibb May 23, 2023
2b56471
Update SNAPSHOT to 4.0.2
spring-builds May 24, 2023
06dddd0
Going back to snapshots
spring-builds May 24, 2023
7ba896f
Bumping versions to 4.0.3-SNAPSHOT after release
spring-builds May 24, 2023
6c5037e
Bumping versions
spring-builds May 25, 2023
cef6996
Bumping versions
spring-builds May 26, 2023
5fe67e7
Merge branch '3.1.x'
ryanjbaxter Jun 13, 2023
e8bd633
Updates to 4.1.0-SNAPSHOT
spencergibb Jun 14, 2023
cd9cd7b
Update "Securing Euereka server" section in docs.
OlgaMaciaszek Jun 16, 2023
0a07ca1
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Jun 16, 2023
c1886f3
Upgrade to Eureka `2.0.1-SNAPSHOT` for tests.
OlgaMaciaszek Jun 21, 2023
afaea29
Upgrade to Eureka `2.0.1-SNAPSHOT` for tests.
OlgaMaciaszek Jun 21, 2023
27be2ff
Revert "Upgrade to Eureka `2.0.1-SNAPSHOT` for tests."
spencergibb Jun 21, 2023
706d97f
Revert "Upgrade to Eureka `2.0.1-SNAPSHOT` for tests."
OlgaMaciaszek Jun 22, 2023
17692c1
Fixes test to use new ContextRefreshedWithApplicationEvent
spencergibb Jun 22, 2023
8314bb4
Moves basic auth tests to RestTemplateEurekaHttpClientTests
spencergibb Jun 22, 2023
98dafc9
Updates eureka to 2.0.1
spencergibb Jun 22, 2023
5b9664e
Merge branch '4.0.x'
spencergibb Jun 22, 2023
69acb32
removed unused import
spencergibb Jun 22, 2023
6e37692
Merge branch '4.0.x'
spencergibb Jun 22, 2023
6546901
Bumping versions
spring-builds Jun 22, 2023
3db89da
Bumping versions
spring-builds Jun 23, 2023
0ebaa0f
Update SNAPSHOT to 4.0.3
spring-builds Jul 27, 2023
056ccfd
Going back to snapshots
spring-builds Jul 27, 2023
cf585d1
Bumping versions to 4.0.4-SNAPSHOT after release
spring-builds Jul 27, 2023
651af46
Bumping versions
spring-builds Jul 27, 2023
9683297
Bumping versions
spring-builds Jul 28, 2023
1b830d7
Update SNAPSHOT to 4.1.0-M1
spring-builds Aug 10, 2023
941980b
Going back to snapshots
spring-builds Aug 10, 2023
9929587
Upgrade maven wrapper to 3.9.4. Fix maven.config.
OlgaMaciaszek Sep 15, 2023
e3ae392
Antora (#4189)
OlgaMaciaszek Sep 18, 2023
23245b4
Build with GitHub Actions.
OlgaMaciaszek Sep 18, 2023
528eb9b
Commit partial contents.
OlgaMaciaszek Sep 18, 2023
855e522
Revert gitignore change.
OlgaMaciaszek Sep 18, 2023
fd458cf
Fix readme.
OlgaMaciaszek Sep 18, 2023
78c37a4
Fix readme.
OlgaMaciaszek Sep 18, 2023
ec5b5ca
Build with GitHub Actions.
OlgaMaciaszek Sep 18, 2023
968af39
Fix GH actions setup. Fix readme.
OlgaMaciaszek Sep 18, 2023
af0fa1c
Fix readme.
OlgaMaciaszek Sep 18, 2023
775fb6a
Fix readme.
OlgaMaciaszek Sep 18, 2023
c761c10
Fix readme.
OlgaMaciaszek Sep 18, 2023
351b0b7
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
OlgaMaciaszek Sep 18, 2023
b8e796e
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Sep 18, 2023
22ab50f
Add dependabot.yml.
OlgaMaciaszek Sep 21, 2023
c427097
Fix page structure.
OlgaMaciaszek Sep 21, 2023
89528be
Fix page structure.
OlgaMaciaszek Sep 21, 2023
fecdb42
Fix page structure.
OlgaMaciaszek Sep 22, 2023
715ee97
Adds antora extension and updates ui version
spencergibb Sep 22, 2023
ad0d5eb
Bump actions/checkout from 2 to 4 (#4190)
dependabot[bot] Sep 26, 2023
2ecfc7c
Bump actions/setup-java from 2 to 3 (#4191)
dependabot[bot] Sep 26, 2023
ce4eb98
Bump actions/checkout from 2 to 4 (#4193)
dependabot[bot] Sep 26, 2023
cc0e272
Bump codecov/codecov-action from 1 to 3 (#4194)
dependabot[bot] Sep 26, 2023
534323c
Bump testcontainers.version from 1.17.6 to 1.19.0 (#4200)
dependabot[bot] Sep 26, 2023
588f883
Bump codecov/codecov-action from 1 to 3 (#4197)
dependabot[bot] Sep 26, 2023
95c0c51
Bump org.glassfish.hk2:spring-bridge from 3.0.3 to 3.0.4 (#4204)
dependabot[bot] Sep 26, 2023
46199c3
Bump org.glassfish.hk2:spring-bridge from 3.0.3 to 3.0.4 (#4205)
dependabot[bot] Sep 26, 2023
1902f02
Bump actions/setup-java from 2 to 3 (#4199)
dependabot[bot] Sep 26, 2023
04b36a5
Bump org.bouncycastle:bcpkix-jdk15on from 1.68 to 1.70 (#4203)
dependabot[bot] Sep 26, 2023
9f3042e
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
OlgaMaciaszek Sep 26, 2023
4f5021e
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
OlgaMaciaszek Sep 26, 2023
1422137
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Sep 26, 2023
630151f
Update SNAPSHOT to 4.1.0-M2
spring-builds Sep 27, 2023
f1ecf87
Going back to snapshots
spring-builds Sep 27, 2023
ba1f38b
Add title to Intro site.
OlgaMaciaszek Sep 28, 2023
d50ec1c
Fix typo.
OlgaMaciaszek Oct 13, 2023
6a0b7f0
Bumping versions
spring-builds Oct 13, 2023
522905b
Fix typo.
OlgaMaciaszek Oct 19, 2023
f9de1f1
Update SNAPSHOT to 4.1.0-RC1
spring-builds Oct 31, 2023
32759b6
Going back to snapshots
spring-builds Oct 31, 2023
515c38e
Bump testcontainers.version from 1.19.0 to 1.19.1 (#4211)
dependabot[bot] Nov 3, 2023
f2424e6
Bump org.glassfish.hk2:spring-bridge from 3.0.4 to 3.0.5 (#4215)
dependabot[bot] Nov 3, 2023
9c5fd4b
Bump org.glassfish.hk2:spring-bridge from 3.0.4 to 3.0.5 (#4216)
dependabot[bot] Nov 3, 2023
e4696d1
Switch GH actions Java version to Temurin. Remove unused field.
OlgaMaciaszek Nov 3, 2023
b90a47f
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
OlgaMaciaszek Nov 9, 2023
3894f00
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Nov 9, 2023
b7eafda
Make AbstractDiscoveryClientOptionalArgs really optional. (#4221)
OlgaMaciaszek Nov 10, 2023
04c3506
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Nov 10, 2023
c0c2d82
Excludes jakarta.servlet-api
spencergibb Nov 10, 2023
115e210
Merge branch '4.0.x'
spencergibb Nov 10, 2023
b99ca9d
Exclude javax servlet-api from deps.
OlgaMaciaszek Nov 13, 2023
f7723e9
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
OlgaMaciaszek Nov 13, 2023
f2edf4b
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Nov 13, 2023
1351202
Bumping versions
spring-builds Nov 14, 2023
ba5b05f
Bump testcontainers.version from 1.19.1 to 1.19.3 (#4225)
dependabot[bot] Nov 30, 2023
12eed88
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
OlgaMaciaszek Dec 4, 2023
36d3e2b
Merge remote-tracking branch 'origin/4.0.x'
OlgaMaciaszek Dec 4, 2023
674d19c
Update SNAPSHOT to 4.1.0
spring-builds Dec 6, 2023
a271879
Going back to snapshots
spring-builds Dec 6, 2023
f36102d
Bumping versions to 4.1.1-SNAPSHOT after release
spring-builds Dec 6, 2023
1f97085
Fix configprops inclusion pattern. Fixes gh-4218.
OlgaMaciaszek Jan 22, 2024
2b1e045
Publish InstancePreRegisteredEvent. Fixes gh-4237.
OlgaMaciaszek Jan 23, 2024
05eec78
Remove function and use PropertyResolver (#4240)
ryanjbaxter Jan 24, 2024
ab8a02b
Remove function and use PropertyResolver (#4240)
ryanjbaxter Jan 24, 2024
1c9cd5f
Merge branch '4.0.x'
ryanjbaxter Jan 24, 2024
ed9ca44
Improve documentation on HTTP clients used by EurekaClient. (#4242)
OlgaMaciaszek Jan 25, 2024
d7275b8
Bumping versions
spring-builds Jan 31, 2024
8ae4950
Upgrade Eureka Server to `2.0.2`. Upgrade glassfish spring-bridge to …
OlgaMaciaszek Feb 14, 2024
45ddfdf
Bump codecov/codecov-action from 3 to 4 (#4249)
dependabot[bot] Feb 14, 2024
35ef348
Bump org.glassfish.hk2:spring-bridge from 3.0.5 to 3.0.6 (#4245)
dependabot[bot] Feb 14, 2024
cf81e32
Bump testcontainers.version from 1.19.3 to 1.19.4 (#4243)
dependabot[bot] Feb 14, 2024
1bc989c
Remove unnecessary dependency.
OlgaMaciaszek Feb 15, 2024
479f10e
Merge remote-tracking branch 'origin/main'
OlgaMaciaszek Feb 15, 2024
3c84f2e
Introduce asyncClientInitialization property. (#4239)
RobertBleyl Feb 22, 2024
3d30846
Bumping versions
spring-builds Feb 23, 2024
fb08883
Bumping versions
spring-builds Mar 5, 2024
ad002b4
Upgrade antora-ui-spring to 0.4.11.
OlgaMaciaszek Mar 7, 2024
a0c95db
Bump org.glassfish.hk2:spring-bridge from 3.0.6 to 3.1.0 (#4265)
dependabot[bot] Mar 25, 2024
0bebfd1
Bump testcontainers.version from 1.19.4 to 1.19.6 (#4264)
dependabot[bot] Mar 25, 2024
1754585
Enable Connection Evictor in HttpClient (#4103) (#4258)
ZIRAKrezovic Mar 26, 2024
817ea2c
Bump testcontainers.version from 1.19.6 to 1.19.7 (#4271)
dependabot[bot] Mar 26, 2024
4536954
Clean up eureka-client deprecations (#4261)
ZIRAKrezovic Mar 26, 2024
6b6173d
Add support for configuring RestTemplate via RestTemplateBuilder (#42…
ZIRAKrezovic Mar 26, 2024
61d5f5f
Update javadocs and license comments for recent changes.
OlgaMaciaszek Mar 26, 2024
4b101ef
Revert "Update javadocs and license comments for recent changes."
OlgaMaciaszek Mar 26, 2024
c97bd25
Revert "Add support for configuring RestTemplate via RestTemplateBuil…
OlgaMaciaszek Mar 26, 2024
bb15b7f
Bumping versions
spring-builds Mar 27, 2024
c788563
Update SNAPSHOT to 4.1.1
spring-builds Mar 27, 2024
3ef81ba
Going back to snapshots
spring-builds Mar 27, 2024
99b8d2c
Bumping versions to 4.1.2-SNAPSHOT after release
spring-builds Mar 27, 2024
5113f0a
Add support for configuring RestTemplate via RestTemplateBuilder (#42…
ZIRAKrezovic Apr 2, 2024
a74d8f9
Fix basic auth with encoded characters (#3815) (#4260)
ZIRAKrezovic Apr 3, 2024
47d3f71
Improve EurekaConfigServerInstanceProvider (#4267)
Puppy4C Apr 3, 2024
f8ed5c4
Update antora-playbook.yml
ryanjbaxter Apr 4, 2024
dbb36fb
Change the order in which events are issued (#4274)
heowc Apr 9, 2024
79a2eb8
Revert "Enable Connection Evictor in HttpClient (#4103)"
OlgaMaciaszek Apr 15, 2024
2a8b7ed
Bumping versions
spring-builds Apr 16, 2024
de6d506
Collect metrics for application instances (#4270)
heowc Apr 25, 2024
f21d004
Bumping versions
spring-builds Apr 25, 2024
307b93b
Upgrade antora-ui-spring to 0.4.13.
OlgaMaciaszek May 16, 2024
aa45392
Update SNAPSHOT to 4.1.2
spring-builds May 30, 2024
5597c57
Going back to snapshots
spring-builds May 30, 2024
24716c6
Bumping versions to 4.1.3-SNAPSHOT after release
spring-builds May 30, 2024
1e2f6ee
Upgrading antora
ryanjbaxter Jun 24, 2024
bf6dafe
Bump testcontainers.version from 1.19.7 to 1.19.8 (#4282)
dependabot[bot] Jun 25, 2024
f47e93c
Fixed non-idempotent test `ConfigRefreshTests.verifyGetApplications` …
kaiyaok2 Jun 27, 2024
b43fa21
Handle TLS settings for Eureka Server's JerseyClient. (#4285)
OlgaMaciaszek Jul 2, 2024
702c10d
Upgrade Eureka to 2.0.3.
OlgaMaciaszek Jul 2, 2024
aa0670b
Bump org.glassfish.hk2:spring-bridge from 3.1.0 to 3.1.1 (#4289)
dependabot[bot] Jul 4, 2024
b23c587
Allow disabling the under the hood use of JerseyClient with Eureka Cl…
OlgaMaciaszek Jul 8, 2024
91ef811
Update SNAPSHOT to 4.1.3
spring-builds Jul 10, 2024
a3840db
Going back to snapshots
spring-builds Jul 10, 2024
9f75748
Bumping versions to 4.1.4-SNAPSHOT after release
spring-builds Jul 10, 2024
853191d
Include characters that need to be url encoded in test suite
NewAgeCZ Sep 29, 2022
d0b965f
RestTemplateEurekaHttpClient - Encode special characters; fixes gh-4121
NewAgeCZ Sep 29, 2022
5eacda7
WebClientEurekaHttpClient - Encode special characters; fixes gh-4121
NewAgeCZ Sep 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "3.1.x" # oldest OSS supported branch
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "4.0.x" # oldest OSS supported branch
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: /
schedule:
interval: daily
target-branch: 3.1.x
ignore:
# only upgrade patch versions for maintenance branch
- dependency-name: "*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: maven
directory: /
schedule:
interval: daily
target-branch: 4.0.x
ignore:
# only upgrade patch versions for maintenance branch
- dependency-name: "*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: maven
directory: /
schedule:
interval: daily
target-branch: main
ignore:
# only upgrade by minor or patch
- dependency-name: "*"
update-types:
- version-update:semver-major
32 changes: 32 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Deploy Docs
on:
push:
branches-ignore: [ gh-pages ]
tags: '**'
repository_dispatch:
types: request-build-reference # legacy
#schedule:
#- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest
# if: github.repository_owner == 'spring-cloud'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: docs-build
fetch-depth: 1
- name: Dispatch (partial build)
if: github.ref_type == 'branch'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
- name: Dispatch (full build)
if: github.ref_type == 'tag'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD)
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build

on:
push:
branches: [ 3.1.x ]
branches: [ main ]
pull_request:
branches: [ 3.1.x ]
branches: [ main ]

jobs:
build:
Expand All @@ -16,18 +16,18 @@ jobs:

strategy:
matrix:
java: ["8"]
java: ["17"]

steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: ./mvnw clean install -B -U -P sonar
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/application.yml
/application.properties
asciidoctor.css
*~
#*
*#
.#*
.classpath
.project
.settings/
.settings
.springBeans
target/
bin/
Expand All @@ -18,5 +22,16 @@ _site/
.shelf
*.swp
*.swo
/spring-cloud-release-tools*.jar
antrun
.vscode/
.flattened-pom.xml
node
node_modules
build
_configprops.adoc
_spans.adoc
_metrics.adoc
_conventions.adoc
/package.json
package-lock.json
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17
3 changes: 2 additions & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local -P spring
-DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local
-P spring
107 changes: 0 additions & 107 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file modified .mvn/wrapper/maven-wrapper.jar
100755 → 100644
Binary file not shown.
19 changes: 18 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=8.0.292.hs-adpt
java=17.0.1-tem
Loading