Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e247b50
Merge pull request #75 from xdev-software/master
AB-xdev May 20, 2025
fc10ffe
BOM doesn't required java/compiler version
AB-xdev May 20, 2025
ee8f897
Merge branch 'develop' of https://github.com/xdev-software/spring-sec…
AB-xdev May 20, 2025
2183fb0
Update dependency software.xdev:prometheus-metrics-exposition-formats…
xdev-renovate May 21, 2025
e85c7df
Update dependency software.xdev:tci-base to v1.1.3
xdev-renovate May 21, 2025
932187d
Update dependency software.xdev:testcontainers-advanced-imagebuilder …
xdev-renovate May 21, 2025
63867d3
Update dependency software.xdev:testcontainers-junit4-mock to v1.0.2
xdev-renovate May 21, 2025
1629fdd
Update dependency software.xdev:testcontainers-selenium to v1.2.1
xdev-renovate May 21, 2025
307e818
Improve bug report template
AB-xdev May 21, 2025
4efdbac
Merge branch 'master' into update-from-template-merged
xdev-gh-bot May 22, 2025
2e6baf7
Merge branch 'master' into update-from-template-merged
xdev-gh-bot May 22, 2025
6108881
Update dependency com.puppycrawl.tools:checkstyle to v10.24.0
xdev-renovate May 22, 2025
0f72ad3
Update dependency com.puppycrawl.tools:checkstyle to v10.24.0
xdev-renovate May 22, 2025
3967f51
Merge pull request #157 from xdev-software/renovate/com.puppycrawl.to…
AB-xdev May 22, 2025
346e969
Merge pull request #79 from xdev-software/renovate/software.xdev-tci-…
AB-xdev May 23, 2025
c451d68
Merge branch 'develop' into update-from-template-merged
xdev-gh-bot May 23, 2025
7ca6cfd
Merge pull request #81 from xdev-software/renovate/software.xdev-test…
AB-xdev May 23, 2025
4af38a7
Merge pull request #82 from xdev-software/renovate/software.xdev-test…
AB-xdev May 23, 2025
a88fe3c
Merge pull request #80 from xdev-software/renovate/software.xdev-test…
AB-xdev May 23, 2025
b3af80e
Merge pull request #77 from xdev-software/renovate/software.xdev-prom…
AB-xdev May 23, 2025
6fff2b7
Merge remote-tracking branch 'origin/update-from-template-merged' int…
xdev-gh-bot May 23, 2025
9b50bf3
Merge pull request #83 from xdev-software/renovate/com.puppycrawl.too…
AB-xdev May 23, 2025
0b12230
Update com.vaadin to v24.7.5
xdev-renovate May 23, 2025
a6de3ec
Update dependency software.xdev:spring-security-advanced-authenticati…
xdev-renovate May 23, 2025
ccf1d43
Update dependency org.springframework.boot:spring-boot-dependencies t…
xdev-renovate May 23, 2025
c579eaf
Update dependency software.xdev:flyway-core-slim to v1.1.0
xdev-renovate May 23, 2025
abf1e2c
Update org.springframework.boot.version to v3.5.0
xdev-renovate May 23, 2025
7be3b36
Merge pull request #76 from xdev-software/renovate/software.xdev-flyw…
AB-xdev May 23, 2025
8439a7d
Merge pull request #84 from xdev-software/renovate/com.vaadin
AB-xdev May 23, 2025
f20981e
Merge pull request #78 from xdev-software/renovate/software.xdev-spri…
AB-xdev May 23, 2025
c33c1b5
Merge pull request #88 from xdev-software/renovate/org.springframewor…
AB-xdev May 23, 2025
d8ce74f
Merge pull request #87 from xdev-software/renovate/org.springframewor…
AB-xdev May 23, 2025
b077220
Fix deprecations in Spring Boot 3.5
AB-xdev May 23, 2025
59c72b4
Bump version + Changelog
AB-xdev May 23, 2025
c711bcc
Update dependency software.xdev:spring-security-advanced-authenticati…
xdev-renovate May 23, 2025
088aa79
Merge pull request #90 from xdev-software/renovate/software.xdev-spri…
AB-xdev May 23, 2025
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
23 changes: 9 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ body:
validations:
required: true

- type: textarea
id: description
attributes:
label: Description of the problem
description: |
Describe as exactly as possible what is not working.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
Expand All @@ -47,20 +56,6 @@ body:
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: |
Tell us what you expect to happen.

- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
description: |
Tell us what happens with the steps given above.

- type: textarea
id: additional-information
attributes:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.0
* Updated to Spring Boot 3.5

# 1.0.5
* Migrated deployment to _Sonatype Maven Central Portal_ [#155](https://github.com/xdev-software/standard-maven-template/issues/155)
* Updated dependencies
Expand Down
29 changes: 13 additions & 16 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.sse</groupId>
<artifactId>bom</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>bom</name>
Expand Down Expand Up @@ -42,9 +42,6 @@
</licenses>

<properties>
<javaVersion>17</javaVersion>
<maven.compiler.release>${javaVersion}</maven.compiler.release>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand All @@ -54,62 +51,62 @@
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>client-storage</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>crypto-symmetric</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>crypto-symmetric-managed</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>codec-sha256</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>csp</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>metrics</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>oauth2-oidc</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>oauth2-oidc-remember-me</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>vaadin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>web</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>web-sidecar-actuator</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.sse</groupId>
<artifactId>web-sidecar-common</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions client-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.sse</groupId>
<artifactId>client-storage</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>client-storage</name>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.23.1</version>
<version>10.24.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions codec-sha256/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.sse</groupId>
<artifactId>codec-sha256</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>codec-sha256</name>
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.23.1</version>
<version>10.24.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
6 changes: 3 additions & 3 deletions crypto-symmetric-managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.sse</groupId>
<artifactId>crypto-symmetric-managed</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>crypto-symmetric-managed</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.4.5</version>
<version>3.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -244,7 +244,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.23.1</version>
<version>10.24.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions crypto-symmetric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.sse</groupId>
<artifactId>crypto-symmetric</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>crypto-symmetric</name>
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.23.1</version>
<version>10.24.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
6 changes: 3 additions & 3 deletions csp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.sse</groupId>
<artifactId>csp</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>csp</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.4.5</version>
<version>3.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.23.1</version>
<version>10.24.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion demo/entities-metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.sse.demo</groupId>
<artifactId>demo</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>entities-metamodel</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demo/entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.sse.demo</groupId>
<artifactId>demo</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>entities</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demo/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.sse.demo</groupId>
<artifactId>demo</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>persistence</artifactId>

Expand Down
Loading