1139 integrate arc42 template into module structure#1141
Merged
Conversation
added 8 commits
March 12, 2026 11:12
|
added 6 commits
March 16, 2026 10:55
DirkMahler
approved these changes
Mar 17, 2026
DirkMahler
added a commit
that referenced
this pull request
Mar 24, 2026
… Schema Generator 5.0.0 (#1145) * #1144 upgraded to Jackson 3.1.0, JSON Schema Validator 3.0.1 and JSON Schema Generator 5.0.0 * #1144 fixed JsonSchemaGeneratorTest * 1139 publish arc42 and jQAssistant report to GH pages (#1141) * #1139 asciidoc42 template modified * #1139 integration of arc42 template in jQA * #1139 integration of arc42 template in jQA * #1140 integration concepts/constraints in documentation html; offsetts unfixed * #1140 leveloffset of jQA warnings and errors fixed * #1140 moved arc42 to the end of reactor * #1139 try uploading arc42 docu and jQA reports * #1139 try uploading arc42 docu and jQA reports nr.2 * #1139 try uploading arc42 docu and jQA reports nr.3 * #1139 try uploading arc42 docu and jQA reports nr.4 * #1139 try uploading arc42 docu and jQA reports nr.5 * #1139 try uploading arc42 docu and jQA reports nr.6 * #1139 try uploading arc42 docu and jQA reports nr.7 * arc42.adoc renamed to index.adoc * arc42.adoc renamed to index.adoc -> change in pom.xml(arc42) sourceDocumentName * #1140 last change reverted * #1140 last change reverted * #1140 main-branch of tooling-repo referenced * #1140 reverted changes in comparison to master --------- Co-authored-by: Johanna Lederer <johanna.lederer@buschmais.com> * Bump neo4j.version from 4.4.48 to 5.26.23 (#1149) Bumps `neo4j.version` from 4.4.48 to 5.26.23. Updates `org.neo4j:neo4j` from 4.4.48 to 5.26.23 - [Release notes](https://github.com/neo4j/neo4j/releases) - [Commits](neo4j/neo4j@4.4.48...5.26.23) Updates `org.neo4j.procedure:apoc-core` from 5.26.22 to 5.26.23 - [Release notes](https://github.com/neo4j/apoc/releases) - [Commits](neo4j/apoc@5.26.22...5.26.23) Updates `org.neo4j.procedure:apoc-common` from 5.26.22 to 5.26.23 - [Release notes](https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases) - [Commits](https://github.com/neo4j-contrib/neo4j-apoc-procedures/commits) --- updated-dependencies: - dependency-name: org.neo4j:neo4j dependency-version: 5.26.23 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.neo4j.procedure:apoc-core dependency-version: 5.26.23 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.neo4j.procedure:apoc-common dependency-version: 5.26.23 dependency-type: direct:development 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> * 1147 improve sonarqube integration for jqa (#1150) * #1147 1st try integrating sonarqube into jQA * #1147 2nd try integrating sonarqube into jQA * #1147 5th try integrating sonarqube into jQA * #1147 6th try integrating sonarqube into jQA (Test) * #1147 7th try integrating sonarqube into jQA * #1147 7th try integrating sonarqube into jQA * #1147 7th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 sonar properties modiefied to variable use * #1147 sonar.projectKey set * #1147 sonar.organization modified to "jqassistant" * #1147 sonar.token added to ci.yml * #1147 referencing main branch of github actions, parent version change --------- Co-authored-by: Johanna Lederer <johanna.lederer@buschmais.com> * #1144 fixed Java JPMS IT * #1144 fix after merge from master * fixed JUnit warning in FileRuleSourceTest * #1144 fixed Jackson configuration in JSONFileScannerPlugin * added methodDescriptor with String based signature to MethodDescriptorCondition and removed unused getter in XmlHelper * #1144 fixed checkstyle violation * reverted methodDescriptor with String based signature in MethodDescriptorCondition --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: jole431f <johannac.lederer@gmail.com> Co-authored-by: Johanna Lederer <johanna.lederer@buschmais.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DirkMahler
added a commit
that referenced
this pull request
Mar 24, 2026
* #1144 upgraded to Jackson 3.1.0, JSON Schema Validator 3.0.1 and JSON Schema Generator 5.0.0 * #1144 fixed JsonSchemaGeneratorTest * 1139 publish arc42 and jQAssistant report to GH pages (#1141) * #1139 asciidoc42 template modified * #1139 integration of arc42 template in jQA * #1139 integration of arc42 template in jQA * #1140 integration concepts/constraints in documentation html; offsetts unfixed * #1140 leveloffset of jQA warnings and errors fixed * #1140 moved arc42 to the end of reactor * #1139 try uploading arc42 docu and jQA reports * #1139 try uploading arc42 docu and jQA reports nr.2 * #1139 try uploading arc42 docu and jQA reports nr.3 * #1139 try uploading arc42 docu and jQA reports nr.4 * #1139 try uploading arc42 docu and jQA reports nr.5 * #1139 try uploading arc42 docu and jQA reports nr.6 * #1139 try uploading arc42 docu and jQA reports nr.7 * arc42.adoc renamed to index.adoc * arc42.adoc renamed to index.adoc -> change in pom.xml(arc42) sourceDocumentName * #1140 last change reverted * #1140 last change reverted * #1140 main-branch of tooling-repo referenced * #1140 reverted changes in comparison to master --------- Co-authored-by: Johanna Lederer <johanna.lederer@buschmais.com> * Bump neo4j.version from 4.4.48 to 5.26.23 (#1149) Bumps `neo4j.version` from 4.4.48 to 5.26.23. Updates `org.neo4j:neo4j` from 4.4.48 to 5.26.23 - [Release notes](https://github.com/neo4j/neo4j/releases) - [Commits](neo4j/neo4j@4.4.48...5.26.23) Updates `org.neo4j.procedure:apoc-core` from 5.26.22 to 5.26.23 - [Release notes](https://github.com/neo4j/apoc/releases) - [Commits](neo4j/apoc@5.26.22...5.26.23) Updates `org.neo4j.procedure:apoc-common` from 5.26.22 to 5.26.23 - [Release notes](https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases) - [Commits](https://github.com/neo4j-contrib/neo4j-apoc-procedures/commits) --- updated-dependencies: - dependency-name: org.neo4j:neo4j dependency-version: 5.26.23 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.neo4j.procedure:apoc-core dependency-version: 5.26.23 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.neo4j.procedure:apoc-common dependency-version: 5.26.23 dependency-type: direct:development 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> * 1147 improve sonarqube integration for jqa (#1150) * #1147 1st try integrating sonarqube into jQA * #1147 2nd try integrating sonarqube into jQA * #1147 5th try integrating sonarqube into jQA * #1147 6th try integrating sonarqube into jQA (Test) * #1147 7th try integrating sonarqube into jQA * #1147 7th try integrating sonarqube into jQA * #1147 7th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 9th try integrating sonarqube into jQA * #1147 sonar properties modiefied to variable use * #1147 sonar.projectKey set * #1147 sonar.organization modified to "jqassistant" * #1147 sonar.token added to ci.yml * #1147 referencing main branch of github actions, parent version change --------- Co-authored-by: Johanna Lederer <johanna.lederer@buschmais.com> * #1144 fixed Java JPMS IT * #1144 fix after merge from master * fixed JUnit warning in FileRuleSourceTest * #1144 fixed Jackson configuration in JSONFileScannerPlugin * added methodDescriptor with String based signature to MethodDescriptorCondition and removed unused getter in XmlHelper * #1144 fixed checkstyle violation * reverted methodDescriptor with String based signature in MethodDescriptorCondition * #1144 manage Jackson 2 and 3 dependencies in bom * #1144 manage Jackson 2 and 3 dependencies in bom --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: jole431f <johannac.lederer@gmail.com> Co-authored-by: Johanna Lederer <johanna.lederer@buschmais.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.



arc42-template compared and modified, integrated in the project