-
Notifications
You must be signed in to change notification settings - Fork 14
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
build: master to MN 4 #303
Conversation
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.0.1 to 3.5.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v3.0.1...v3.5.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... 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>
Bumps micronaut-gradle-plugin from 3.5.3 to 3.6.5. --- updated-dependencies: - dependency-name: io.micronaut.gradle:micronaut-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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>
activemq = '5.17.2' amazon-sqs-messaging = '1.1.0' artemis-client = '2.27.0' awaitility = '4.2.0' aws-sqs = '1.12.349' jcl-slf4j = '1.7.36' micronaut-aws-v1 = '3.9.3' testcontainers = '1.17.6'
Bumps [kotlin-allopen](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.21...v1.7.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-type: direct:production update-type: version-update:semver-minor ... 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>
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.21...v1.7.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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> Co-authored-by: Sergio del Amo <[email protected]>
…es to correspond to changed bom/platform architecture, misc build fixes.
# Conflicts: # .github/workflows/central-sync.yml # .github/workflows/dependency-update.yml # .github/workflows/gradle.yml # .github/workflows/publish-snapshot.yml # .github/workflows/release.yml # .github/workflows/sonarqube.yml # buildSrc/build.gradle # gradle.properties # gradle/libs.versions.toml # settings.gradle
…ion-junit-report-3.x chore(deps): update mikepenz/action-junit-report action to v3.6.2
…rk-slsa-github-generator-1.x chore(deps): update slsa-framework/slsa-github-generator action to v1.4.0
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@sdelamo I am trying to resolve a broken test. In the test,
That assert is failing , where it passes on the branch for the MN 3 version of the module. The bean is registered in this method,
The logger output here is, I'm not understanding why this fails now. Could it be an issue with the registerSingleton(...) method? @graemerocher previously stated (when I asked), "the approach taken here looks like a hack So what's the hack, the
Note that my last commit was to push that reverted change, but that doesn't mean I think it's the correct thing to do. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.