Skip to content
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

Multiteant support #2156

Merged
merged 25 commits into from
Mar 25, 2022
Merged

Multiteant support #2156

merged 25 commits into from
Mar 25, 2022

Conversation

schananas
Copy link
Contributor

@schananas schananas commented Mar 25, 2022

Changes required for multiteant support (new PR to fix github action being stuck)

smcvb and others added 23 commits March 25, 2022 13:16
Add patch updates to the main dependabot.yml. Apparently dependabot only
 checks for the base branch, where they're not planning to change this
 either - dependabot/dependabot-core#2159
Hence, let's add it to the main dependabot file
Ignore patch updates for the main branch, since those are taken care of
by the patch branch.
Signed-off-by: Nils Christian Ehmke <nils@rhocas.de>
Add catch clause to log a dedicated warning for testing clarity

#167
…ngboot/autoconfig/AxonServerBusAutoConfiguration.java

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…ngboot/autoconfig/AxonServerBusAutoConfiguration.java

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
@smcvb smcvb mentioned this pull request Mar 25, 2022
@smcvb smcvb added Type: Feature Use to signal an issue is completely new to the project. Priority 2: Should High priority. Ideally, these issues are part of the release they’re assigned to. Status: In Progress Use to signal this issue is actively worked on. labels Mar 25, 2022
@smcvb smcvb added this to the Release 4.6.0 milestone Mar 25, 2022
@smcvb smcvb self-requested a review March 25, 2022 15:43
@@ -62,17 +62,27 @@
}

private <T> Property createProperty(String associationPropertyName, MessageHandlingMember<T> handler) {
if (associationPropertyName.isEmpty()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still weird this is in here...although it doesn't hurt either.

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you change the bean neam of the AxonServerCommandBus to commandBus, than I'm a happy man.
Furthermore, the build is still failing, because of auto-config tests.

I'm trusting you'll fix those, though. To not waste more time, I'll thus approve this PR.
Be sure to fix the build before merging, though!

schananas and others added 2 commits March 25, 2022 16:57
…ngboot/autoconfig/AxonServerBusAutoConfiguration.java

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
@sonarcloud
Copy link

sonarcloud bot commented Mar 25, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 16 Code Smells

50.0% 50.0% Coverage
0.0% 0.0% Duplication

@schananas schananas merged commit ab61170 into master Mar 25, 2022
@schananas schananas deleted the feature/multiteant-support branch March 25, 2022 16:57
@smcvb smcvb added Status: Resolved Use to signal that work on this issue is done. and removed Status: In Progress Use to signal this issue is actively worked on. labels Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 2: Should High priority. Ideally, these issues are part of the release they’re assigned to. Status: Resolved Use to signal that work on this issue is done. Type: Feature Use to signal an issue is completely new to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants