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

feat: 2.3.1 #42

Merged
merged 4 commits into from
Dec 6, 2023
Merged

feat: 2.3.1 #42

merged 4 commits into from
Dec 6, 2023

Conversation

Pakisan
Copy link
Member

@Pakisan Pakisan commented Dec 6, 2023

Switch master to 2.3.1

Merge after #38

Pakisan and others added 3 commits November 8, 2023 04:31
Typo in gradientUnits name - userSpaceOnxUse instead of userSpaceOnUse affects only old version 2023.1.*

#39
Copy link

sonarcloud bot commented Dec 6, 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

No Coverage information No Coverage information
No Duplication information No Duplication information

@philCryoport
Copy link
Collaborator

During ./gradlew :buildPlugin:

> Task :initializeIntelliJPlugin
[gradle-intellij-plugin :initializeIntelliJPlugin] Gradle IntelliJ Plugin is outdated: 1.15.0. Update `org.jetbrains.intellij` to: 1.16.1

> Task :patchPluginXml

> Task :verifyPluginConfiguration
[gradle-intellij-plugin :verifyPluginConfiguration] The following plugin configuration issues were found:
- The 'since-build' property is lower than the target IntelliJ Platform major version: 223 < 231.
- The dependency on the Kotlin Standard Library (stdlib) is automatically added when using the Gradle Kotlin plugin and may conflict with the version provided with the IntelliJ Platform, see: https://jb.gg/intellij-platform-kotlin-stdlib
See: https://jb.gg/intellij-platform-versions

> Task :processResources

> Task :compileKotlin
w: file:///<dir>/jasyncapi-idea-plugin/src/main/kotlin/com/asyncapi/plugin/idea/extensions/inspection/AsyncAPIJsonSchemaInspection.kt:32:31 Parameter 'isOnTheFly' is never used
w: file:///<dir>/jasyncapi-idea-plugin/src/main/kotlin/com/asyncapi/plugin/idea/extensions/inspection/AsyncAPIYamlSchemaInspection.kt:33:31 Parameter 'isOnTheFly' is never used

Also, three warnings:

> Task :buildSearchableOptions
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2023-12-06 13:10:05,477 [   3433]   WARN - #c.i.o.v.n.p.l.VfsLog - VFS Log version differs from the implementation version: log null vs implementation -43
2023-12-06 13:10:05,601 [   3557]   WARN - #c.j.p.PluginClassPathRuntimeCustomizer - There was more than one class loaded in Projector Plugin classloader - this is likely a bug!
2023-12-06 13:10:09,913 [   7869]   WARN - #c.i.u.j.JBCefApp - JCEF is manually disabled in headless env via 'ide.browser.jcef.headless.enabled=false'

@Pakisan
Copy link
Member Author

Pakisan commented Dec 6, 2023

During ./gradlew :buildPlugin:

> Task :initializeIntelliJPlugin
[gradle-intellij-plugin :initializeIntelliJPlugin] Gradle IntelliJ Plugin is outdated: 1.15.0. Update `org.jetbrains.intellij` to: 1.16.1

> Task :patchPluginXml

> Task :verifyPluginConfiguration
[gradle-intellij-plugin :verifyPluginConfiguration] The following plugin configuration issues were found:
- The 'since-build' property is lower than the target IntelliJ Platform major version: 223 < 231.
- The dependency on the Kotlin Standard Library (stdlib) is automatically added when using the Gradle Kotlin plugin and may conflict with the version provided with the IntelliJ Platform, see: https://jb.gg/intellij-platform-kotlin-stdlib
See: https://jb.gg/intellij-platform-versions

> Task :processResources

> Task :compileKotlin
w: file:///<dir>/jasyncapi-idea-plugin/src/main/kotlin/com/asyncapi/plugin/idea/extensions/inspection/AsyncAPIJsonSchemaInspection.kt:32:31 Parameter 'isOnTheFly' is never used
w: file:///<dir>/jasyncapi-idea-plugin/src/main/kotlin/com/asyncapi/plugin/idea/extensions/inspection/AsyncAPIYamlSchemaInspection.kt:33:31 Parameter 'isOnTheFly' is never used

Also, three warnings:

> Task :buildSearchableOptions
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2023-12-06 13:10:05,477 [   3433]   WARN - #c.i.o.v.n.p.l.VfsLog - VFS Log version differs from the implementation version: log null vs implementation -43
2023-12-06 13:10:05,601 [   3557]   WARN - #c.j.p.PluginClassPathRuntimeCustomizer - There was more than one class loaded in Projector Plugin classloader - this is likely a bug!
2023-12-06 13:10:09,913 [   7869]   WARN - #c.i.u.j.JBCefApp - JCEF is manually disabled in headless env via 'ide.browser.jcef.headless.enabled=false'

Known warns. It's ok

I already updated Gradle IntelliJ Plugin from 1.15.0 to 1.16.1 in upcoming 2.4.0 release

Copy link
Collaborator

@philCryoport philCryoport left a comment

Choose a reason for hiding this comment

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

See above comments. Ok to use

@Pakisan Pakisan merged commit d1113bd into master Dec 6, 2023
8 checks passed
@Pakisan Pakisan deleted the release/2.3.1 branch December 6, 2023 21:36
@Pakisan Pakisan restored the release/2.3.1 branch December 14, 2023 23:51
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.

None yet

2 participants