Skip to content

Commit 51978ab

Browse files
authored
Merge pull request #57 from xdev-software/develop
Release
2 parents c0fb0d1 + fb88f6a commit 51978ab

File tree

26 files changed

+193
-62
lines changed

26 files changed

+193
-62
lines changed

.idea/externalDependencies.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.3
2+
* Vaadin
3+
* Fix ``VaadinOAuth2RefreshReloadCommunicator`` not always setting status code ``401`` (which causes ``xhrAdapter.js`` to ignore the response)
4+
* This should only affect applications with anonymous auth enabled
5+
* OAuth2-OIDC
6+
* Do not register ``OAuth2RefreshFilter`` twice
7+
* DeAuth
8+
* Apply correctly
9+
* Make it possible to customize application
10+
111
# 1.0.2
212
* Vaadin
313
* ``XHRReloadVaadinServiceInitListener``

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/spring-security-extras/check-build.yml?branch=develop)](https://github.com/xdev-software/spring-security-extras/actions/workflows/check-build.yml?query=branch%3Adevelop)
33
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_spring-security-extras&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_spring-security-extras)
44

5-
# Extras for Spring Security
5+
# Extras for Spring Security (SSE)
66

77
A framework with various security solutions - mostly for Spring Security.
88

client-storage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<dependency>
256256
<groupId>com.puppycrawl.tools</groupId>
257257
<artifactId>checkstyle</artifactId>
258-
<version>10.23.0</version>
258+
<version>10.23.1</version>
259259
</dependency>
260260
</dependencies>
261261
<configuration>
@@ -292,12 +292,12 @@
292292
<dependency>
293293
<groupId>net.sourceforge.pmd</groupId>
294294
<artifactId>pmd-core</artifactId>
295-
<version>7.12.0</version>
295+
<version>7.13.0</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>net.sourceforge.pmd</groupId>
299299
<artifactId>pmd-java</artifactId>
300-
<version>7.12.0</version>
300+
<version>7.13.0</version>
301301
</dependency>
302302
</dependencies>
303303
</plugin>

codec-sha256/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.puppycrawl.tools</groupId>
264264
<artifactId>checkstyle</artifactId>
265-
<version>10.23.0</version>
265+
<version>10.23.1</version>
266266
</dependency>
267267
</dependencies>
268268
<configuration>
@@ -299,12 +299,12 @@
299299
<dependency>
300300
<groupId>net.sourceforge.pmd</groupId>
301301
<artifactId>pmd-core</artifactId>
302-
<version>7.12.0</version>
302+
<version>7.13.0</version>
303303
</dependency>
304304
<dependency>
305305
<groupId>net.sourceforge.pmd</groupId>
306306
<artifactId>pmd-java</artifactId>
307-
<version>7.12.0</version>
307+
<version>7.13.0</version>
308308
</dependency>
309309
</dependencies>
310310
</plugin>

crypto-symmetric-managed/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.springframework.boot</groupId>
9191
<artifactId>spring-boot-dependencies</artifactId>
92-
<version>3.4.4</version>
92+
<version>3.4.5</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>com.puppycrawl.tools</groupId>
284284
<artifactId>checkstyle</artifactId>
285-
<version>10.23.0</version>
285+
<version>10.23.1</version>
286286
</dependency>
287287
</dependencies>
288288
<configuration>
@@ -319,12 +319,12 @@
319319
<dependency>
320320
<groupId>net.sourceforge.pmd</groupId>
321321
<artifactId>pmd-core</artifactId>
322-
<version>7.12.0</version>
322+
<version>7.13.0</version>
323323
</dependency>
324324
<dependency>
325325
<groupId>net.sourceforge.pmd</groupId>
326326
<artifactId>pmd-java</artifactId>
327-
<version>7.12.0</version>
327+
<version>7.13.0</version>
328328
</dependency>
329329
</dependencies>
330330
</plugin>

crypto-symmetric/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.puppycrawl.tools</groupId>
264264
<artifactId>checkstyle</artifactId>
265-
<version>10.23.0</version>
265+
<version>10.23.1</version>
266266
</dependency>
267267
</dependencies>
268268
<configuration>
@@ -299,12 +299,12 @@
299299
<dependency>
300300
<groupId>net.sourceforge.pmd</groupId>
301301
<artifactId>pmd-core</artifactId>
302-
<version>7.12.0</version>
302+
<version>7.13.0</version>
303303
</dependency>
304304
<dependency>
305305
<groupId>net.sourceforge.pmd</groupId>
306306
<artifactId>pmd-java</artifactId>
307-
<version>7.12.0</version>
307+
<version>7.13.0</version>
308308
</dependency>
309309
</dependencies>
310310
</plugin>

csp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.springframework.boot</groupId>
9191
<artifactId>spring-boot-dependencies</artifactId>
92-
<version>3.4.4</version>
92+
<version>3.4.5</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>
@@ -271,7 +271,7 @@
271271
<dependency>
272272
<groupId>com.puppycrawl.tools</groupId>
273273
<artifactId>checkstyle</artifactId>
274-
<version>10.23.0</version>
274+
<version>10.23.1</version>
275275
</dependency>
276276
</dependencies>
277277
<configuration>
@@ -308,12 +308,12 @@
308308
<dependency>
309309
<groupId>net.sourceforge.pmd</groupId>
310310
<artifactId>pmd-core</artifactId>
311-
<version>7.12.0</version>
311+
<version>7.13.0</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>net.sourceforge.pmd</groupId>
315315
<artifactId>pmd-java</artifactId>
316-
<version>7.12.0</version>
316+
<version>7.13.0</version>
317317
</dependency>
318318
</dependencies>
319319
</plugin>

demo/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2323

2424
<!-- Dependency Version Groups -->
25-
<com.vaadin.version>24.7.1</com.vaadin.version>
25+
<com.vaadin.version>24.7.2</com.vaadin.version>
2626

27-
<org.springframework.boot.version>3.4.4</org.springframework.boot.version>
27+
<org.springframework.boot.version>3.4.5</org.springframework.boot.version>
2828
</properties>
2929

3030
<modules>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>software.xdev</groupId>
126126
<artifactId>tci-base</artifactId>
127-
<version>1.0.5</version>
127+
<version>1.1.0</version>
128128
</dependency>
129129

130130
<!-- Selenium -->
@@ -192,7 +192,7 @@
192192
<dependency>
193193
<groupId>org.testcontainers</groupId>
194194
<artifactId>testcontainers-bom</artifactId>
195-
<version>1.20.6</version>
195+
<version>1.21.0</version>
196196
<type>pom</type>
197197
<scope>import</scope>
198198
</dependency>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>software.xdev</groupId>
215215
<artifactId>flyway-core-slim</artifactId>
216-
<version>1.0.0</version>
216+
<version>1.0.1</version>
217217
</dependency>
218218

219219
<!-- Utility for proxies in tests -->
@@ -345,7 +345,7 @@
345345
<dependency>
346346
<groupId>com.puppycrawl.tools</groupId>
347347
<artifactId>checkstyle</artifactId>
348-
<version>10.23.0</version>
348+
<version>10.23.1</version>
349349
</dependency>
350350
</dependencies>
351351
<configuration>
@@ -385,12 +385,12 @@
385385
<dependency>
386386
<groupId>net.sourceforge.pmd</groupId>
387387
<artifactId>pmd-core</artifactId>
388-
<version>7.12.0</version>
388+
<version>7.13.0</version>
389389
</dependency>
390390
<dependency>
391391
<groupId>net.sourceforge.pmd</groupId>
392392
<artifactId>pmd-java</artifactId>
393-
<version>7.12.0</version>
393+
<version>7.13.0</version>
394394
</dependency>
395395
</dependencies>
396396
</plugin>

demo/tci-selenium/src/main/java/software/xdev/sse/demo/tci/selenium/containers/SeleniumBrowserWebDriverContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public SeleniumBrowserWebDriverContainer(final Capabilities capabilities)
2121
}
2222

2323
@Override
24-
public Set<Integer> getAdditionalPortsForFixedExposing()
24+
public Set<Integer> getAdditionalTCPPortsForFixedExposing()
2525
{
2626
final Set<Integer> ports = new HashSet<>(Set.of(SELENIUM_PORT));
2727
if(!this.disableVNC)

0 commit comments

Comments
 (0)