Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 18c5b24
Author: Martin Lindström <martin-lindstrom@users.noreply.github.com>
Date:   Mon Jan 20 17:51:32 2025 +0100

    1.1.3 (#184)

    Release with no functional changes, only dependency updates.

commit e41715a
Author: Martin Lindström <martin-lindstrom@users.noreply.github.com>
Date:   Thu Dec 19 10:52:03 2024 +0100

    1.1.2 release (#182)

    1.1.2 release

commit 53a2951
Merge: 3baf8eb 2a911ef
Author: Martin Lindström <martin.lindstrom@litsec.se>
Date:   Thu Dec 19 09:48:44 2024 +0100

    Merge branch 'main' into 1.1-fixbranch

commit 3baf8eb
Author: Martin Lindström <martin-lindstrom@users.noreply.github.com>
Date:   Thu Dec 19 09:46:47 2024 +0100

    IS-176 New signature specifications (#181)

    * IS-176 Support for new DSS error codes

    * IS-176 Changes based on new requirements for Conditions

commit db1c424
Author: Martin Lindström <martin-lindstrom@users.noreply.github.com>
Date:   Tue Dec 17 18:52:34 2024 +0100

    IS-178 update dependencies (#179)

    * IS-178 Bumped dependencies

    * IS-178 Updated copyright statement with year

    * IS-178 Updated copyright statement with year

    * IS-178 Updated copyright statement in documentation

    * IS-178 Fixes after dependency updates
  • Loading branch information
martin-lindstrom committed Jan 20, 2025
1 parent dafcffd commit ec78174
Show file tree
Hide file tree
Showing 54 changed files with 218 additions and 229 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This repository comprises of the following modules:

-----

Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The `audit` directory contains code for implementing the [AuditLogger](https://g

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion audit/actuator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ relies on Spring and needs an `ApplicationEventPublisher` to function. Study the

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
6 changes: 3 additions & 3 deletions audit/actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Actuator</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.11</version><!--$NO-MVN-MAN-VER$-->
<version>1.16.1</version><!--$NO-MVN-MAN-VER$-->
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion audit/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ The [CallbackAuditLoggerConfiguration](https://github.com/swedenconnect/signserv

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
6 changes: 3 additions & 3 deletions audit/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Base</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.16</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion authn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The `authn` directory contains implementations for an [AuthenticationHandler](ht

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion authn/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ configure this handler.

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
6 changes: 3 additions & 3 deletions authn/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: Base</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
4 changes: 2 additions & 2 deletions authn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion authn/saml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ the SAML SP metadata is created.
-----

Copyright &copy; 2022-2023, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
11 changes: 8 additions & 3 deletions authn/saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: SAML</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down Expand Up @@ -130,6 +130,11 @@
<artifactId>opensaml-swedish-eid</artifactId>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ In the SignService application POM include the following:

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
34 changes: 17 additions & 17 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-application-bom</artifactId>
<packaging>pom</packaging>
<version>1.1.2</version>
<version>1.1.3</version>

<name>Sweden Connect :: SignService :: Application BOM</name>
<description>BOM for SignService Applications</description>
Expand Down Expand Up @@ -114,101 +114,101 @@
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<type>pom</type>
<version>6.2.0</version>
<version>6.2.1</version>
<scope>import</scope>
</dependency>


<dependency>
<groupId>se.idsec.signservice.commons</groupId>
<artifactId>signservice-bom</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-engine</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-protocol-dssext11</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-base</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-saml</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-base</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-actuator</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-signhandler</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-base</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-simple</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-cmc</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-spring</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-spring-boot-starter</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The `config` directory contains support interfaces and classes for configuring a

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion config/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Furthermore, this module declares a [SignServiceFactory](https://github.com/swed

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
4 changes: 2 additions & 2 deletions config/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration :: Base</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/signservice/signservice/tree/main</url>
</scm>

<organization>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion config/spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The `signservice-config-spring` module contains Spring-specific classes that may

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Loading

0 comments on commit ec78174

Please sign in to comment.