Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 30, 2025

Renovate update for kotlin-qa plugin from 0.97.0 to 0.99.0. The new version includes stricter ktlint rules requiring formatting fixes.

Changes

  • Formatting fix: Added braces around single-expression lambda body in SocketNetworkManager.kt to satisfy new ktlint rules
  • Gitignore update: Added **/data/ to prevent test-generated MQTT broker data files from being committed
// Before
is Map<*, *> ->
    received.forEach { src, msg -> receiveMessage(src as DeviceUID, msg as Map<CodePath, Any>) }

// After
is Map<*, *> -> {
    received.forEach { src, msg -> receiveMessage(src as DeviceUID, msg as Map<CodePath, Any>) }
}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Nov 30, 2025
Copilot AI and others added 2 commits November 30, 2025 21:33
Co-authored-by: DanySK <1991673+DanySK@users.noreply.github.com>
…gnore

Co-authored-by: DanySK <1991673+DanySK@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 30, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • docs.gradle.org
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -XX:MaxMetaspaceSize=384m -XX:&#43;HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 (dns block)
  • scans-in.gradle.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -XX:MaxMetaspaceSize=384m -XX:&#43;HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update plugin kotlin-qa to version 0.99.0 chore(deps): update plugin kotlin-qa to v0.99.0 Nov 30, 2025
Copilot AI requested a review from DanySK November 30, 2025 21:36
@renovate renovate bot force-pushed the renovate/org.danilopianini.gradle-kotlin-qa-0.99.x branch 2 times, most recently from 7bf7d2a to ed65e6c Compare November 30, 2025 22:11
@mergify
Copy link

mergify bot commented Nov 30, 2025

Hi @Copilot! 👋
This pull request has conflicts 😖
Could you fix it? 🔧
Thank you! 🙏

@renovate renovate bot force-pushed the renovate/org.danilopianini.gradle-kotlin-qa-0.99.x branch from ed65e6c to 27a949a Compare December 1, 2025 01:09
@DanySK DanySK force-pushed the renovate/org.danilopianini.gradle-kotlin-qa-0.99.x branch from 27a949a to 7d27faf Compare December 1, 2025 01:22
Base automatically changed from renovate/org.danilopianini.gradle-kotlin-qa-0.99.x to master December 1, 2025 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants