Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
01f89ed
Merge pull request #88 from xdev-software/master
AB-xdev Mar 26, 2024
7b24e79
Update pom.xml
AB-xdev Mar 26, 2024
ff2cbaf
Merge remote-tracking branch 'origin/update-from-template' into develop
AB-xdev Mar 26, 2024
b2a23b1
Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0
dependabot[bot] Apr 2, 2024
e200398
Merge pull request #35 from xdev-software/dependabot/maven/com.puppyc…
AB-xdev Apr 3, 2024
0af9590
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
dependabot[bot] Apr 5, 2024
a60555e
Merge pull request #36 from xdev-software/dependabot/maven/org.apache…
AB-xdev Apr 8, 2024
8f204f5
Introduce Renovate
AB-xdev Apr 10, 2024
60b02dc
Merge pull request #38 from xdev-software/update-from-template
AB-xdev Apr 10, 2024
84e5c38
Update dependency maven to v3.9.6
xdev-renovate Apr 10, 2024
a27c4ef
Update peaceiris/actions-gh-pages action to v4
xdev-renovate Apr 10, 2024
f882fbb
Merge pull request #40 from xdev-software/renovate/peaceiris-actions-…
AB-xdev Apr 10, 2024
2cae3d4
Merge pull request #39 from xdev-software/renovate/maven-3.x
AB-xdev Apr 10, 2024
4865729
Modify workflows for renovate
AB-xdev Apr 10, 2024
57a2cd9
Rename
AB-xdev Apr 10, 2024
d84f0f2
Merge branch 'update-from-template'
AB-xdev Apr 10, 2024
46b3f18
Update dependency jakarta.annotation:jakarta.annotation-api to v3
xdev-renovate Apr 10, 2024
2806d1b
Merge pull request #65 from xdev-software/renovate/jakarta.annotation…
AB-xdev Apr 10, 2024
4a1ebd7
Merge remote-tracking branch 'origin/update-from-template' into develop
AB-xdev Apr 10, 2024
d21aae6
Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.3
xdev-renovate Apr 11, 2024
b581783
Merge pull request #41 from xdev-software/renovate/org.apache.maven.p…
AB-xdev Apr 11, 2024
d1748a5
Update pom.xml
AB-xdev Apr 16, 2024
66507b7
Remove invalid space
AB-xdev Apr 18, 2024
fd9656a
Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4
xdev-renovate Apr 20, 2024
34acb7c
Update dependency maven-wrapper to v3.3.0
xdev-renovate Apr 21, 2024
eee3014
Merge pull request #42 from xdev-software/update-from-template
AB-xdev Apr 22, 2024
1a1a2a5
Merge pull request #43 from xdev-software/renovate/org.apache.maven.p…
AB-xdev Apr 22, 2024
5384af2
Merge pull request #44 from xdev-software/renovate/maven-wrapper-3.x
AB-xdev Apr 22, 2024
cbaab7d
Rename repo
AB-xdev Apr 23, 2024
8c1ae59
Update checkstyle
AB-xdev Apr 23, 2024
e1c2ac2
Standardize template-placeholder
AB-xdev Apr 23, 2024
08abf56
Merge remote-tracking branch 'origin/update-from-template'
AB-xdev Apr 23, 2024
29fd4de
Standardize template-placeholder I
AB-xdev Apr 23, 2024
7bed850
Standardize template-placeholder II
AB-xdev Apr 23, 2024
d012f26
Standardize template-placeholder I
AB-xdev Apr 23, 2024
49ca7ff
Standardize template-placeholder II
AB-xdev Apr 23, 2024
a908945
Merge remote-tracking branch 'origin/update-from-template'
AB-xdev Apr 23, 2024
85b2b0c
Update dependency org.openapitools:openapi-generator-maven-plugin to …
xdev-renovate Apr 23, 2024
d5dfd64
Merge pull request #68 from xdev-software/renovate/org.openapitools-o…
AB-xdev Apr 23, 2024
2d3d4d7
Rename I
AB-xdev Apr 23, 2024
d1ff577
Rename II
AB-xdev Apr 23, 2024
c1596d0
Merge branch 'update-from-template' into develop
AB-xdev Apr 23, 2024
9313ca1
Update generated code
AB-xdev Apr 23, 2024
0c02844
Update README.md
AB-xdev Apr 26, 2024
c8eef80
Make SessionId a string everywhere
AB-xdev Apr 26, 2024
8d42306
Update README.md
AB-xdev Apr 26, 2024
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
22 changes: 0 additions & 22 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/checkBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:

code-style:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}

- name: Deploy to Github pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
sonar:
name: SonarCloud Scan
runs-on: ubuntu-latest
# Dependabot PRs have no access to secrets (SONAR_TOKEN) -> Ignore them
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'dependabot/') }}
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
# 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.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.3
* ``Session#id`` is now a String #100
* Updated dependencies

# 1.2.2
* Updated dependencies
* Updated to OpenAPI Generator 7.4
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 XDEV Software
Copyright 2024 XDEV Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Sessionize API ``v2``:

</details>

> [!NOTE]
> Make sure to enable "Use UTC timezone for schedule" on the Sessionize API endpoint

## Installation
[Installation guide for the latest release](https://github.com/xdev-software/sessionize-java-client/releases/latest#Installation)

Expand Down
Loading