From cc1d683ac0f9955bdd4dc6d700bb38ffa016d7b0 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 22 Sep 2022 00:02:03 -0700 Subject: [PATCH] Fix pushing the project resource to the end of classpath during tests execution (#1108) * Do not move resource directories to the end of classpath (#1101) * Do not move resource directories to the end of classpath (#1101) - add integration test * Do not move resource directories to the end of classpath (#1101) - include in CHANGES.md * Do not move resource directories to the end of classpath (#1101) - cosmetics * Bump jackson-databind from 2.13.3 to 2.13.4 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump structure-intellij from 3.236 to 3.237 Bumps [structure-intellij](https://github.com/JetBrains/intellij-plugin-verifier) from 3.236 to 3.237. - [Release notes](https://github.com/JetBrains/intellij-plugin-verifier/releases) - [Commits](https://github.com/JetBrains/intellij-plugin-verifier/compare/intellij-structure-3.236...intellij-structure-3.237) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.plugins:structure-intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump structure-base from 3.236 to 3.237 Bumps [structure-base](https://github.com/JetBrains/intellij-plugin-verifier) from 3.236 to 3.237. - [Release notes](https://github.com/JetBrains/intellij-plugin-verifier/releases) - [Commits](https://github.com/JetBrains/intellij-plugin-verifier/compare/intellij-structure-3.236...intellij-structure-3.237) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.plugins:structure-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump dd-plist from 1.24 to 1.25 Bumps [dd-plist](https://github.com/3breadt/dd-plist) from 1.24 to 1.25. - [Release notes](https://github.com/3breadt/dd-plist/releases) - [Commits](https://github.com/3breadt/dd-plist/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: com.googlecode.plist:dd-plist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Integration Tests: Add missing entries to README file * Invalidate instrumented classes bound to forms if GUI changed [IDEA-298989](https://youtrack.jetbrains.com/issue/IDEA-298989/Duplicate-method-name-getFont) * Integration Tests: extend classpath test with JaCoCo integration * build.gradle.kts: move configuration values to `gradle.properties` file * Bump `javax.xml.bind:jaxb-api` dependency to `2.4.0-b180830.0359` * IntelliJInstrumentCodeTask.kt: make sure `instrumentedClassPath` exists before replacing it with `compiledClassPath` Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Chrzanowski --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 09686b722c..13ea8edf76 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,9 @@ ### Changed - Change `IntelliJPluginConstants.ANDROID_STUDIO_PRODUCTS_RELEASES_URL` to `https://jb.gg/android-studio-releases-list.xml` +### Fixed +- Revert pushing project resource directories to the end of classpath in the test task context. ([#1101](../../../1161)) + ## [1.8.1] ### Added - Configure classpath for run-based tasks using `Info.plist` provided with IntelliJ SDK 2022.3+