Commits on Source (42)
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Renovate Bot authored
-
Martin Vogel authored
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.38 See merge request !373
-
Renovate Bot authored
-
Martin Vogel authored
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.39 See merge request !374
-
Renovate Bot authored
-
Martin Vogel authored
chore(deps): update dependency org.mockito:mockito-core to v5.12.0 See merge request !375
-
Renovate Bot authored
-
Martin Vogel authored
chore(deps): update dependency com.github.ekryd.sortpom:sortpom-maven-plugin to v4 See merge request !377
-
Martin Vogel authored
#1945 Fix payment information timestamp datatype See merge request !370
-
Martin Vogel authored
-
Martin Vogel authored
SDK Release 2.0.2 See merge request !378
-
Martin Vogel authored
chore: downgrade nimbus version to 3.37, see https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/545/jweobjectdecrypt-must-reject-compressed
-
Martin Vogel authored
-
Martin Vogel authored
Bugfix: downgrade nimbus version to 3.37 See merge request !379
-
Renovate Bot authored
-
Martin Vogel authored
chore(deps): update dependency maven to v3.9.7 See merge request !380
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Renovate Bot authored
-
Martin Vogel authored
chore(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 See merge request !383
-
Renovate Bot authored
-
Martin Vogel authored
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.7.0 See merge request !385
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
#1916 Add basic auth to proxy config See merge request !386
-
Martin Vogel authored
#1902 Subscriber Config with JWKs See merge request !381
-
Martin Vogel authored
-
Martin Vogel authored
-
Martin Vogel authored
# Conflicts: # client/src/test/java/dev/fitko/fitconnect/client/bootstrap/ClientFactoryTest.java
-
Martin Vogel authored
#1903: Add ID getter to attachment See merge request !382
Showing
- .mvn/wrapper/maven-wrapper.properties 1 addition, 1 deletion.mvn/wrapper/maven-wrapper.properties
- api/src/main/java/dev/fitko/fitconnect/api/config/SubscriberConfig.java 122 additions, 5 deletions...ava/dev/fitko/fitconnect/api/config/SubscriberConfig.java
- api/src/main/java/dev/fitko/fitconnect/api/config/defaults/SchemaConfig.java 3 additions, 3 deletions...ev/fitko/fitconnect/api/config/defaults/SchemaConfig.java
- api/src/main/java/dev/fitko/fitconnect/api/config/http/ProxyAuth.java 14 additions, 0 deletions.../java/dev/fitko/fitconnect/api/config/http/ProxyAuth.java
- api/src/main/java/dev/fitko/fitconnect/api/config/http/ProxyConfig.java 9 additions, 0 deletions...ava/dev/fitko/fitconnect/api/config/http/ProxyConfig.java
- api/src/main/java/dev/fitko/fitconnect/api/domain/model/attachment/Attachment.java 21 additions, 1 deletion...ko/fitconnect/api/domain/model/attachment/Attachment.java
- api/src/main/java/dev/fitko/fitconnect/api/domain/model/metadata/Metadata.java 1 addition, 1 deletion.../fitko/fitconnect/api/domain/model/metadata/Metadata.java
- api/src/main/java/dev/fitko/fitconnect/api/domain/model/metadata/payment/PaymentInformation.java 3 additions, 62 deletions...api/domain/model/metadata/payment/PaymentInformation.java
- client/src/main/java/dev/fitko/fitconnect/client/bootstrap/ClientFactory.java 20 additions, 8 deletions.../dev/fitko/fitconnect/client/bootstrap/ClientFactory.java
- client/src/main/java/dev/fitko/fitconnect/client/subscriber/SubmissionReceiver.java 1 addition, 1 deletion...itko/fitconnect/client/subscriber/SubmissionReceiver.java
- client/src/test/java/dev/fitko/fitconnect/client/SubscriberClientTest.java 61 additions, 0 deletions...ava/dev/fitko/fitconnect/client/SubscriberClientTest.java
- client/src/test/java/dev/fitko/fitconnect/client/bootstrap/ApplicationConfigLoaderTest.java 38 additions, 1 deletion...connect/client/bootstrap/ApplicationConfigLoaderTest.java
- client/src/test/java/dev/fitko/fitconnect/client/bootstrap/ClientFactoryTest.java 49 additions, 6 deletions.../fitko/fitconnect/client/bootstrap/ClientFactoryTest.java
- client/src/test/resources/test-config-with-http-settings.yml 3 additions, 0 deletionsclient/src/test/resources/test-config-with-http-settings.yml
- config.yml 3 additions, 0 deletionsconfig.yml
- core/pom.xml 5 additions, 0 deletionscore/pom.xml
- core/src/main/java/dev/fitko/fitconnect/core/http/HttpClient.java 22 additions, 5 deletions.../main/java/dev/fitko/fitconnect/core/http/HttpClient.java
- core/src/test/java/dev/fitko/fitconnect/core/http/HttpClientTest.java 94 additions, 1 deletion...t/java/dev/fitko/fitconnect/core/http/HttpClientTest.java
- core/src/test/java/dev/fitko/fitconnect/core/validation/DefaultValidationServiceTest.java 42 additions, 12 deletions...connect/core/validation/DefaultValidationServiceTest.java
- integration-tests/src/test/java/dev/fitko/fitconnect/integrationtests/IntegrationTestBase.java 16 additions, 3 deletions...itko/fitconnect/integrationtests/IntegrationTestBase.java