diff --git a/.config/checkstyle/checkstyle.xml b/.config/checkstyle/checkstyle.xml
index dcc19b43..b5858800 100644
--- a/.config/checkstyle/checkstyle.xml
+++ b/.config/checkstyle/checkstyle.xml
@@ -87,9 +87,7 @@
-
-
-
+
diff --git a/.github/.lycheeignore b/.github/.lycheeignore
index dc88a070..217b0ae4 100644
--- a/.github/.lycheeignore
+++ b/.github/.lycheeignore
@@ -1,3 +1,4 @@
# Ignorefile for broken link check
localhost
mvnrepository.com
+stackoverflow.com
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 033bcdb0..24f2519d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -61,4 +61,4 @@ body:
attributes:
label: Additional information
description: |
- Any other relevant information you'd like to include
+ Any other relevant information you'd like to include, e.g. screenshots or video recordings of the bug
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6133d1a6..dc0033ea 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
- name: Create Release
id: create-release
- uses: shogo82148/actions-create-release@6a396031bc74c57403da1018fec74d24c6aa03cd # v1
+ uses: shogo82148/actions-create-release@8674c0ecee617c8dfb006526bcc22a362c70b88a # v1
with:
tag_name: v${{ steps.version.outputs.release }}
release_name: v${{ steps.version.outputs.release }}
diff --git a/.idea/pmd-x.xml b/.idea/pmd-x.xml
index 260e454b..7b3b48fa 100644
--- a/.idea/pmd-x.xml
+++ b/.idea/pmd-x.xml
@@ -10,6 +10,7 @@
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6e9dde56..390a0cf8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ We would absolutely love to get the community involved, and we welcome any form
### Communication channels
* Communication is primarily done using issues.
-* If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
+* If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services-products/support).
* As a last resort measure or on otherwise important matter you may also [contact us directly](https://xdev.software/en/about-us/contact).
### Ways to help
@@ -12,7 +12,7 @@ We would absolutely love to get the community involved, and we welcome any form
* **Send pull requests** If you want to contribute code, check out the development instructions below.
* However when contributing larger new features, please first discuss the change you wish to make via issue with the owners of this repository before making it. Otherwise your work might be rejected and your effort was pointless.
-We also encourage you to read the [contribution instructions by GitHub](https://docs.github.com/en/get-started/quickstart/contributing-to-projects).
+We also encourage you to read the [contribution instructions by GitHub](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
## Developing
@@ -20,7 +20,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
You should have the following things installed:
* Git
* Java 25 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
-* Maven (Note that the [Maven Wrapper](https://maven.apache.org/wrapper/) is shipped with the repo)
+* Maven (Note that the [Maven Wrapper](https://maven.apache.org/tools/wrapper/) is shipped with the repo)
### Recommended setup
* Install `IntelliJ`
diff --git a/README.md b/README.md
index ad40c76f..988787c3 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This client [is generated](./template-placeholder/pom.xml) from an [``openapi.ym
A minimal demo is also available [here](./template-placeholder-demo/src/main/java/software/xdev/Application.java).
## Support
-If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
+If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services-products/support).
## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
diff --git a/pom.xml b/pom.xml
index 9642b3fc..30343dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
com.puppycrawl.toolscheckstyle
- 13.8.0
+ 13.10.0
diff --git a/template-placeholder-demo/pom.xml b/template-placeholder-demo/pom.xml
index 0cb8acf4..166f4a8c 100644
--- a/template-placeholder-demo/pom.xml
+++ b/template-placeholder-demo/pom.xml
@@ -28,7 +28,7 @@
software.xdev.Application
- 2.25.4
+ 2.26.1
diff --git a/template-placeholder/pom.xml b/template-placeholder/pom.xml
index 5bdf5b76..92a9ac21 100644
--- a/template-placeholder/pom.xml
+++ b/template-placeholder/pom.xml
@@ -51,47 +51,24 @@
src/generated/java
-
-
-
- com.fasterxml.jackson
- jackson-bom
- 2.21.3
- pom
- import
-
-
-
-
org.apache.httpcomponents.client5httpclient5
- 5.6.1
+ 5.6.3
- com.fasterxml.jackson.core
- jackson-core
-
-
- com.fasterxml.jackson.core
- jackson-annotations
-
-
- com.fasterxml.jackson.core
+ tools.jackson.corejackson-databind
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-jsr310
+ 3.2.1org.openapitoolsjackson-databind-nullable
- 0.2.10
+ 0.2.11
@@ -319,7 +296,7 @@
org.openapitoolsopenapi-generator-maven-plugin
- 7.22.0
+ 7.24.0
@@ -342,6 +319,7 @@
truetrue
+ truefalse
@@ -444,7 +422,7 @@
com.puppycrawl.toolscheckstyle
- 13.8.0
+ 13.10.0