Commit Graph

13 Commits

Author SHA1 Message Date
Egor Ushakov
5cdcf70555 IDEA-351461 Avoid dependency to kotlin in intellij.java.rt
GitOrigin-RevId: 47de00f563e617874f173f22e4d7a6ba11fd1254
2024-04-11 15:37:46 +00:00
Maria Sokolova
09f2e12232 [coroutine stepping]: obtain coroutines running on the current thread without evaluation.
[coroutine-stepping]: Temporarily revert evaluation of computing ids of coroutines running on the current thread. Replaced evaluation with a direct call to the method in DebugProbesImpl. Used helper class as a fast path.

Currently, evaluation does not work for K2.


Co-authored-by: Egor Ushakov <Egor.Ushakov@jetbrains.com>


Merge-request: IJ-MR-126011
Merged-by: Maria Sokolova <maria.sokolova@jetbrains.com>

GitOrigin-RevId: 940fdde35b88950ebe535e37d53fe20a1da5906f
2024-02-14 21:11:25 +00:00
Vladislav.Yaroshchuk
a8ace86e27 IJI-1182 Enable Maven dependencies checksum verification
GitOrigin-RevId: c092a94aafbffc6378dce963e3df6272ded9c092
2023-07-03 15:37:15 +00:00
Leonid Shalupov
8d9b622972 .idea: add missing sources to libraries
GitOrigin-RevId: f76f8d06832e0ae3f1331174e7e95a3d03e83292
2023-05-18 03:23:46 +00:00
Anna Kozlova
28f90246f7 [tests] move FileComparisonFailure back to avoid split packages
GitOrigin-RevId: 98a9154507b3ee0eff0324361cc14ccfd151fe78
2022-09-05 20:47:30 +00:00
Anna Kozlova
d61be4536d [tests] move FileComparisonFailure to junit.rt
to avoid dependency from runtime module to junit 4; on the way to pure junit 5 dependencies

GitOrigin-RevId: 6dd3602b55371c783a71cb339ab5be3c0d205631
2022-07-20 09:24:55 +00:00
Nikolay Chashnikov
83e1cd54fe [intellij project configuration] change language level for Java 1.6 compatible modules to Java 1.7 (IDEA-297573)
In this commit only iml files are changed, required changes in build scripts and in code will follow.

GitOrigin-RevId: bc3c95cf57522c185d92986776849bafe289e094
2022-07-12 10:05:40 +00:00
Anna Kozlova
c9ba8a117f move RuntimeBundle to messages package (IDEA-255142)
GitOrigin-RevId: f5d87f94f8715a591d35cfc182b2995b9520c584
2020-11-17 20:59:30 +00:00
Anna Kozlova
6954bbc2de i18n: external annotations for rt module
GitOrigin-RevId: cce3ed8edfa7fb10eb970f501abfcda596318a16
2020-08-31 19:35:07 +00:00
Nikolay Chashnikov
058817c38a [IntelliJ project configuration] use the default project JDK (corretto-11) in modules (IDEA-241075)
Java compiler from JDK 11 will use cross-compilation to produce code compatible with older Java versions in these modules.

GitOrigin-RevId: c3501ae403249c49a6787ff89e4619a1214a1e10
2020-08-11 17:11:27 +00:00
nik
ca425ec2db [platform] raise minimum target Java version to 1.6 in IntelliJ project modules (IDEA-224536)
This is needed to simplify migration to Java 11, because it doesn't support cross-compilation to version 1.5 or older. This change means that users won't be able to run processes which use classes from IDE distribution (e.g. run JUnit tests, deploy to an application server, etc) under JDK 1.5 or older, they'll need to use JDK 1.6 for that.

GitOrigin-RevId: 1df45d51af993022778253fa13cd79d56090cd26
2020-04-03 11:11:36 +00:00
nik
c2f9e23919 IntelliJ project configuration: use Ant 1.7.1 as a dependency when compiling intellij.java.rt module
The shared Ant project library was updated to a version which requires Java 8, but intellij.java.rt has language level 1.3 and compiled with Java 1.6. This works when javac from Java 8 is used for compilation, but when a module with JDK 11 is added to IntelliJ project build process starts to use javac from JDK 11 as the main one and compile intellij.java.rt module using a forced javac from 1.6 and compilation fails.

GitOrigin-RevId: 2f30734e5594b13e14421d3d462e7d0755df086d
2019-08-28 10:43:38 +00:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00