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

Fix methods not respecting the array type when comparing #10168

Merged
merged 5 commits into from
Nov 30, 2023

Conversation

dstepanov
Copy link
Contributor

Fixes #10080

Copy link

sonarcloud bot commented Nov 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@dstepanov dstepanov added the type: bug Something isn't working label Nov 30, 2023
@dstepanov dstepanov added this to the 4.2.1 milestone Nov 30, 2023
@dstepanov dstepanov merged commit 2d0273b into 4.2.x Nov 30, 2023
25 checks passed
@dstepanov dstepanov deleted the fix-connection-intercepted branch November 30, 2023 11:26
sdelamo pushed a commit that referenced this pull request Dec 1, 2023
* ContextualConnection intercepted missing method repro

* Change test package

* Update ConnectionInterceptorSpec.groovy

* Updated example not to use Connection

* Fix methods not respecting the array type when comparing

---------

Co-authored-by: radovanradic <radicr@gmail.com>
sdelamo pushed a commit that referenced this pull request Dec 3, 2023
* ContextualConnection intercepted missing method repro

* Change test package

* Update ConnectionInterceptorSpec.groovy

* Updated example not to use Connection

* Fix methods not respecting the array type when comparing

---------

Co-authored-by: radovanradic <radicr@gmail.com>
yawkat pushed a commit that referenced this pull request Dec 4, 2023
* Remove unused Netty attributes

* Fix

* Fix methods not respecting the array type when comparing (#10168)

* ContextualConnection intercepted missing method repro

* Change test package

* Update ConnectionInterceptorSpec.groovy

* Updated example not to use Connection

* Fix methods not respecting the array type when comparing

---------

Co-authored-by: radovanradic <radicr@gmail.com>

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6 (#10152)

* fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6

* neo4j-java-driver to 5.14.0 (matching version used in micronaut-neo4j)

* fix inject-groovy tests for update to neo4j-java-driver with breaking changes

* fix inject-java tests for update to neo4j-java-driver with breaking changes

* Fix inject-kotlin tests for update to neo4j-java-driver with breaking changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.

* neo4j-java-driver to 5.15.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>

* chore(deps): update gradle/gradle-build-action action to v2.10.0 (#10170)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update kotlin monorepo to v1.9.21 (#10157)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.5 (#10174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update common files (#10183)

* fix(deps): update groovy monorepo to v4.0.16 (#10182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.13 (#10166)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: Apply SLF4J best practices (#10161)

* Replaces usages of BeanContext::run with ApplicationContext::run (#10184)

* Micronaut Validation 4.2.0

* Micronaut SQL 5.3.0

* rxjava 2.1.0

* :%s/BeanContext::run/ApplicationContext::run tests

* :%s/BeanContext::run/DefaultBeanContext::start tests

* fix(deps): update managed.ksp to v1.9.21-1.0.15 (#10169)

* fix(deps): update managed.ksp to v1.9.21-1.0.15

* This requires more memory for Kotest 🤔

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>

* [skip ci] Release v4.2.1

* Back to 4.2.2-SNAPSHOT

* checkstyle: [EmptyLineSeparator]

---------

Co-authored-by: radovanradic <radicr@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
Co-authored-by: micronaut-build <65172877+micronaut-build@users.noreply.github.com>
Co-authored-by: Tim te Beek <timtebeek@gmail.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>
Co-authored-by: micronaut-build <micronaut-build-account@grails.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ContextualConnection$Intercepted doesn't implement all methods
3 participants