Open
Conversation
Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Add a directory doc/architecture/ * Add arch-unit and declare swagger URL Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Move catalog inner Exceptions to upper level * Move study inner Exceptions to upper level * Introduce DeckId * Introduce DeckId * Rename a test with a typo * Optimise import * Rename inner field to value * Add a test for DeckTitle * Declare DeckTitle invariants about length * Rename Deck#id to Deck#idString * Rename Deck#title to Deck#titleString * Fix "Class path contains multiple SLF4J bindings" and update dependencies Co-authored-by: Stemlaur <stemlaur@stemlaur.com>
* Upgrade to GitHub-native Dependabot * Store ignoring dependencies Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Laurent Stemmer <stemlaur@users.noreply.github.com> Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Bump spring-boot-maven-plugin from 2.2.4.RELEASE to 2.6.2 Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.2.4.RELEASE to 2.6.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.2.4.RELEASE...v2.6.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Use APIs interfaces instead of concrete DeckService Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Stemmer <stemlaur@users.noreply.github.com> Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Bumps maven-jar-plugin from 3.2.0 to 3.2.2 * Bumps maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 * Bumps maven-failsafe-plugin from 3.0.0-M4 to 3.0.0-M5 * Bumps maven-assembly-plugin from 3.2.0 to 3.3.0 Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
Bumps maven-compiler-plugin from 3.8.1 to 3.9.0 Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Stemmer <stemlaur@users.noreply.github.com>
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.2.0...maven-assembly-plugin-3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Laurent Stemmer <stemlaur@users.noreply.github.com>
Bumps `cucumber.version` from 7.1.0 to 7.2.2. Updates `cucumber-junit-platform-engine` from 7.1.0 to 7.2.2 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.1.0...v7.2.2) Updates `cucumber-java` from 7.1.0 to 7.2.2 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.1.0...v7.2.2) Updates `cucumber-spring` from 7.1.0 to 7.2.2 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.1.0...v7.2.2) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-junit-platform-engine dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.cucumber:cucumber-java dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.cucumber:cucumber-spring dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Stemmer <stemlaur@users.noreply.github.com>
* Add liquibase and jooq * Move controllers and providers to application package * Inspect code * Create SQLDecks Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Déplace SQLDecks dans son propre package catalog * Remove unecessary @componentscan * Configure all provider beans * Make swagger work again ! * Adapte les features pour utiliser les providers en mémoire Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Move AbstractAnkiException in common package * Publish first event DeckCreated * Rename FakeDeckIdFactory.java into SimpleDeckIdFactory * Remove mocks from DeckServiceShould Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Enlève des imports non utilisés * Use spring to forward domaian events using ApplicationEventPublisher * Remove unused annotation @ExtendWith(MockitoExtension.class) * Create a DeckStatsService to count the number of created decks Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
* Add .editorconfig * Add a plugin editorconfig-maven-plugin * Format code using editorconfig-maven-plugin Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Stemmer <stemlaur@users.noreply.github.com>
* Enforce decoupling of different contexts from each other by introducing new archunit rules * Fix a bug: living documentation were not parsing sub-packages Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
…tement. (#205) Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
Co-authored-by: Laurent Stemmer <laurent-externe.stemmer@edf.fr>
Co-authored-by: lstemmer <laurent-externe.stemmer@dalkia.fr>
* Update maven plugin versions * Misc fixes
Co-authored-by: lstemmer <laurent-externe.stemmer@dalkia.fr>
Bumps [qdox](https://github.com/paul-hammant/qdox) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/paul-hammant/qdox/releases) - [Commits](paul-hammant/qdox@qdox-2.0.2...qdox-2.0.3) --- updated-dependencies: - dependency-name: com.thoughtworks.qdox:qdox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
efd0d8f to
255ee31
Compare
This file contains hidden or 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
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.
Bumps qdox from 2.0.2 to 2.0.3.
Commits
53d77bb[maven-release-plugin] prepare release qdox-2.0.32a18b48Update documentation #4110b68f5interface should be ignored as modifier #115ee4555dBump junit from 4.12 to 4.13.2 (#98)7fc100dBump actions/cache from 2.1.7 to 3.0.10 (#118)6521bddFix pom.xml410646badd byaccj 1.15 binaries for Mac OS on aarch64 (#109)f02ee39Bump maven-jar-plugin from 2.3.2 to 3.3.0 (#114)669ba27Bump actions/setup-java from 2 to 3.5.1 (#116)2cb06c2Bump actions/checkout from 2.4.0 to 3.1.0 (#119)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)