Skip to content

Commit

Permalink
Fix pushing the project resource to the end of classpath during tests…
Browse files Browse the repository at this point in the history
… 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] <support@github.com>

* 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](JetBrains/intellij-plugin-verifier@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] <support@github.com>

* 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](JetBrains/intellij-plugin-verifier@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] <support@github.com>

* 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](3breadt/dd-plist@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] <support@github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
  • Loading branch information
3 people committed Sep 27, 2022
1 parent d85f084 commit cc1d683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit cc1d683

Please sign in to comment.