This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge pandamic radar from main into Release 2.28 (#1930)
* Update maven.config (#1922) preparation for release 2.29 * auto close json-schema InputStream (#1923) * Bump test-containers.version from 1.17.4 to 1.17.5 (#1925) Bumps `test-containers.version` from 1.17.4 to 1.17.5. Updates `testcontainers` from 1.17.4 to 1.17.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.4...1.17.5) Updates `junit-jupiter` from 1.17.4 to 1.17.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.4...1.17.5) Updates `postgresql` from 1.17.4 to 1.17.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.4...1.17.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tomcat.version from 9.0.67 to 9.0.68 (#1929) Bumps `tomcat.version` from 9.0.67 to 9.0.68. Updates `tomcat-embed-core` from 9.0.67 to 9.0.68 Updates `tomcat-embed-el` from 9.0.67 to 9.0.68 Updates `tomcat-annotations-api` from 9.0.67 to 9.0.68 --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.tomcat.embed:tomcat-embed-el dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.tomcat:tomcat-annotations-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * split also the retention policy by profile (#1927) (#1928) * Protocol Buffer update for release 2.28.x at Wed Oct 5 12:10:37 UTC 2022 (#1926) * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f5a31a861483cb9d2410c81aca0bc3f8617445a2 * proposal/draft STATISTICS_PANDEMIC_RADAR_URL * corrected param name * LinkCard setHeader * dummy LinkCardFactory for new enum: PANDEMIC_RADAR_CARD * tests for pandemic radar card * move up * refactoring Co-authored-by: Hilmar Falkenberg <[email protected]> Co-authored-by: SAP <[email protected]> * Protocol Buffer update for release 2.28.x at Wed Oct 5 12:10:37 UTC 2022 (#1926) * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f5a31a861483cb9d2410c81aca0bc3f8617445a2 * proposal/draft STATISTICS_PANDEMIC_RADAR_URL * corrected param name * LinkCard setHeader * dummy LinkCardFactory for new enum: PANDEMIC_RADAR_CARD * tests for pandemic radar card * move up * refactoring Co-authored-by: Hilmar Falkenberg <[email protected]> Co-authored-by: SAP <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: mfromme <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CWA Technical User <[email protected]> Co-authored-by: SAP <[email protected]>
- Loading branch information
1 parent
50650ef
commit 14d8a84
Showing
12 changed files
with
96 additions
and
24 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...cols/src/main/proto/app/coronawarn/server/common/protocols/internal/stats/link_card.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// This file is auto-generated, DO NOT make any changes here | ||
syntax = "proto3"; | ||
package app.coronawarn.server.common.protocols.internal.stats; | ||
option java_multiple_files = true; | ||
import "app/coronawarn/server/common/protocols/internal/stats/card_header.proto"; | ||
|
||
message LinkCard { | ||
|
||
CardHeader header = 1; | ||
|
||
string url = 2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...nawarn/server/services/distribution/statistics/keyfigurecard/factory/LinkCardFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package app.coronawarn.server.services.distribution.statistics.keyfigurecard.factory; | ||
|
||
import static app.coronawarn.server.services.distribution.statistics.keyfigurecard.Cards.PANDEMIC_RADAR_CARD; | ||
|
||
public class LinkCardFactory extends HeaderCardFactory { | ||
|
||
@Override | ||
public int getCardId() { | ||
return PANDEMIC_RADAR_CARD.ordinal(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters