Skip to content

Commit 5c9478f

Browse files
Merge pull request #3 from legalesign/release-please--branches--main--changes--next
release: 0.0.2
2 parents 3c7d0f7 + 6f5efc9 commit 5c9478f

File tree

346 files changed

+3624
-28019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+3624
-28019
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
lint:
1717
timeout-minutes: 15
1818
name: lint
19-
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
19+
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-sdk-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121

2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040
build:
4141
timeout-minutes: 15
4242
name: build
43-
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
43+
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-sdk-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4444
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
4545

4646
steps:
@@ -64,7 +64,7 @@ jobs:
6464
test:
6565
timeout-minutes: 15
6666
name: test
67-
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
67+
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-sdk-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
6868
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
6969
steps:
7070
- uses: actions/checkout@v4

.github/workflows/publish-sonatype.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GPG_SIGNING_KEY_ID="$(gpg --with-colons --list-keys | awk -F : -- '/^pub:/ { getline; print "0x" substr($10, length($10) - 7) }')"
3636
./gradlew publish --no-configuration-cache
3737
env:
38-
SONATYPE_USERNAME: ${{ secrets.LEGALESIGN_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
39-
SONATYPE_PASSWORD: ${{ secrets.LEGALESIGN_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
40-
GPG_SIGNING_KEY: ${{ secrets.LEGALESIGN_SONATYPE_GPG_SIGNING_KEY || secrets.GPG_SIGNING_KEY }}
41-
GPG_SIGNING_PASSWORD: ${{ secrets.LEGALESIGN_SONATYPE_GPG_SIGNING_PASSWORD || secrets.GPG_SIGNING_PASSWORD }}
38+
SONATYPE_USERNAME: ${{ secrets.LEGALESIGN_SDK_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
39+
SONATYPE_PASSWORD: ${{ secrets.LEGALESIGN_SDK_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
40+
GPG_SIGNING_KEY: ${{ secrets.LEGALESIGN_SDK_SONATYPE_GPG_SIGNING_KEY || secrets.GPG_SIGNING_KEY }}
41+
GPG_SIGNING_PASSWORD: ${{ secrets.LEGALESIGN_SDK_SONATYPE_GPG_SIGNING_PASSWORD || secrets.GPG_SIGNING_PASSWORD }}

.github/workflows/release-doctor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
bash ./bin/check-release-environment
2020
env:
21-
SONATYPE_USERNAME: ${{ secrets.LEGALESIGN_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
22-
SONATYPE_PASSWORD: ${{ secrets.LEGALESIGN_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
23-
GPG_SIGNING_KEY: ${{ secrets.LEGALESIGN_SONATYPE_GPG_SIGNING_KEY || secrets.GPG_SIGNING_KEY }}
24-
GPG_SIGNING_PASSWORD: ${{ secrets.LEGALESIGN_SONATYPE_GPG_SIGNING_PASSWORD || secrets.GPG_SIGNING_PASSWORD }}
21+
SONATYPE_USERNAME: ${{ secrets.LEGALESIGN_SDK_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
22+
SONATYPE_PASSWORD: ${{ secrets.LEGALESIGN_SDK_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
23+
GPG_SIGNING_KEY: ${{ secrets.LEGALESIGN_SDK_SONATYPE_GPG_SIGNING_KEY || secrets.GPG_SIGNING_KEY }}
24+
GPG_SIGNING_PASSWORD: ${{ secrets.LEGALESIGN_SDK_SONATYPE_GPG_SIGNING_PASSWORD || secrets.GPG_SIGNING_PASSWORD }}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 51
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/legalesign%2Flegalesign-02fb3694e91878cba7b53d16f6b33ba47616ab801054c588d42dec73fb85712f.yml
3-
openapi_spec_hash: 6d22b59d456c50501b509289f6c53c22
4-
config_hash: 2a48657025f84b77076d80a336dd6c65
1+
configured_endpoints: 25
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/legalesign%2Flegalesign-sdk-3bf301e758f245c1c30c849b8372902b9c1a4385050a04a0119effc4107dde07.yml
3+
openapi_spec_hash: 45411f5fe25671475b12a5a85a060ad9
4+
config_hash: c63fae4d2f35d6499f5aaeb35acf8a3b

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## 0.0.2 (2025-09-19)
3+
## 0.0.2 (2025-09-23)
44

55
Full Changelog: [v0.0.1...v0.0.2](https://github.com/legalesign/legalesign-rest-java/compare/v0.0.1...v0.0.2)
66

77
### Chores
88

99
* configure new SDK language ([09fbc3a](https://github.com/legalesign/legalesign-rest-java/commit/09fbc3a6bc009097bd822c66690dfac51ad70e58))
10+
* sync repo ([07440be](https://github.com/legalesign/legalesign-rest-java/commit/07440beba036c0a3a707bfd7edd7eec476080af8))
11+
* update SDK settings ([55a67b0](https://github.com/legalesign/legalesign-rest-java/commit/55a67b01149b435e0bab34dd536ff429fbafe801))
1012
* update SDK settings ([007ddf6](https://github.com/legalesign/legalesign-rest-java/commit/007ddf6a2f814a809e1f971874feed30bb665a9f))

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Legalesign
189+
Copyright 2025 Legalesign SDK
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)