-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support type annotations for KSP, generics improvements and bugfixes. #8837
Conversation
❌ Java CI failed: https://ge.micronaut.io/s/bi7uxjl2uswxe |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/ys5zd2md2wxj4 |
❌ Java CI failed: https://ge.micronaut.io/s/oijkmja3zfqhs |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/xet5x6vizgini |
❌ Java CI failed: https://ge.micronaut.io/s/osnxtd344bcrk |
❌ Java CI failed: https://ge.micronaut.io/s/add7by3ubrclq |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/zifak6nyc5ija |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/pwrga7emy7b5u |
❌ Java CI failed: https://ge.micronaut.io/s/xdcxvqufxhuhu |
❌ Java CI failed: https://ge.micronaut.io/s/ekvgrhkw3z7s6 |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/7mqz6wr3dwcxe |
❌ Java CI failed: https://ge.micronaut.io/s/b3ckwvslomc3c |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/62jm2agv2b664 |
❌ Java CI failed: https://ge.micronaut.io/s/t2etthj3f3m6e |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/wgrjk4lcq7b4c |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/ra4aar3saqgyy |
❌ Java CI failed: https://ge.micronaut.io/s/cbcgjivmpljna |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/5mqfwilwcivsi |
❌ Java CI failed: https://ge.micronaut.io/s/pufyy6ncvfdac |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/ukachr7hroy4g |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/6y4qbhvzw22fi |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/mkr2quwf7yf6i |
67555fa
to
d68c22a
Compare
inject-kotlin/src/main/kotlin/io/micronaut/kotlin/processing/visitor/KotlinClassElement.kt
Outdated
Show resolved
Hide resolved
SonarCloud Quality Gate failed. |
… changes. Includes re-enabling most of ConfigurationPropertiesBuilderSpec that was entirely commented out on #8837.
….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>
….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>
….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>
* 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>
No description provided.