-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: stamp restriction #286
Merged
Merged
Conversation
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
laurentC35
added a commit
that referenced
this pull request
May 22, 2024
#274) * build: update dependencies (#232) * build(deps): bump org.springdoc:springdoc-openapi-ui from 1.7.0 to 1.8.0 (#231) Bumps org.springdoc:springdoc-openapi-ui from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin (#230) Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 3.10.0.2594 to 3.11.0.3922. - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](SonarSource/sonar-scanner-maven@3.10.0.2594...3.11.0.3922) --- updated-dependencies: - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump version * chore(deps): bumb to spring 3.2.4 * ref: move config package to configuration * chore: ref swagger for open-api * chore: ref security (spring 3) * chore: delete old classes * Delete ClientConfig.java * build: update dependencies (#251) * chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 (#247) * build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0 (#246) * build(deps): bump softprops/action-gh-release from 1 to 2 (#245) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(pogues model): dynamic table line controls (#252) * build: bump pogues-model version Include a new property for dynamic table controls. * build: add maven snapshot repository in pom * chore: webclient for Eno * log: remove rolling file * chore: delete useless annotations * chore: fix import of classes * deps: restore deps * build: clean deps * chore: add stamp to oidcProperties * build: add lombok config * chore: manage execption handling * chore: change to JSON from jackson * chore: change to slf4j * chore: remove useless class * build: change properties convention name * build: remove RollingFile from log * chore: change to webClient for EnoClient * fix: pdf generation * chore: change impl, remove file from generation -> InputStream * fix: eno calling according to String input * chore: remove useless classes * test: adapt tests to new implementation * chire: organize import * deps: bump jacoco.version & remove commons-io * chore: improve variables service * chore: clean import * chore: use Pogues-Model methods to serialize and Deserialize Questionnaire * deps: clean useless deps and use latest version of pogues-model of snapshot * fix: healthcheck with auth * chore: properties, remove redondant props * bump: version to 4.5.0-SNAPSHOT * chore: remove org.json.simple dep, replace by jackson * ref: properties as yaml * chore: remove useless log * chore: organize end-points and depreacted some (ddias for ex.) * Update application.yaml * build: fix deps for snapshots * chore: add logging props * chore: remove log4j.xml conf * bump: version to 4.6.0-SNAPSHOT * chore: restore PR 265 (#277) See #265 * fix: composition in CATI mode (#276) * fix: #270 (#275) * fix: pdf generation with resources (img & fonts) inside jar (#278) * fix: pdf generation with resources (img & fonts) inside jar * chore: organize import * bump: version to 4.6.1-SNAPSHOT * deps: fix cve-2024-22262 * ref: change ModelMapper to IOStreamsUtils * fix: disable cache for font (#279) * bump: version to 4.6.2-SNAPSHOT * fix: uri call for existDB (#280) * ref: simplify error handling (#281) * bump: version to 4.6.3-SNAPSHOT * ref: improve handle of external request with token of user (#282) * bump to 4.6.4-SNAPSHOT * Fix: visu web dsfr (#284) * fix: visu for dsfr use string2InputStream method to avoid issue * bump to 4.6.5-SNAPSHOT * Fix: stamp restriction (#286) * fix: stamp restriction * bump to 4.6.6 * bump version to 4.6.6 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Nicolas Sénave <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Senave <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.