Re: RFR: 8269700: source level for IntelliJ JDK project is set incorrectly

2021-06-30 Thread Maurizio Cimadamore
On Wed, 30 Jun 2021 11:43:38 GMT, Sergei Ustimenko wrote: > After generating an Intellij project with the `idea.sh` script, IDEA might > get confused > with the language level settings in generated .idea/misc.xml. This results in > a problem > with modules discussed in >

Integrated: 8268637: Update --release 17 symbol information for JDK 17 build 28

2021-06-30 Thread Joe Darcy
On Wed, 30 Jun 2021 16:54:57 GMT, Joe Darcy wrote: > JDK 17 b28 had two fixes which updated the symbol information. A > CallerSensitive annotation was removed as part of JDK-8268349 and API changes > in JDK-826. > > These should be reflected in the JDK 18 symbol information for 17. This

RFR: 8269700: source level for IntelliJ JDK project is set incorrectly

2021-06-30 Thread Sergei Ustimenko
After generating an Intellij project with the `idea.sh` script, IDEA might get confused with the language level settings in generated .idea/misc.xml. This results in a problem with modules discussed in https://mail.openjdk.java.net/pipermail/ide-support-dev/2021-June/82.html. To mitigate

Re: RFR: 8268637: Update --release 17 symbol information for JDK 17 build 28

2021-06-30 Thread Iris Clark
On Wed, 30 Jun 2021 16:54:57 GMT, Joe Darcy wrote: > JDK 17 b28 had two fixes which updated the symbol information. A > CallerSensitive annotation was removed as part of JDK-8268349 and API changes > in JDK-826. > > These should be reflected in the JDK 18 symbol information for 17.

RFR: 8268637: Update --release 17 symbol information for JDK 17 build 28

2021-06-30 Thread Joe Darcy
JDK 17 b28 had two fixes which updated the symbol information. A CallerSensitive annotation was removed as part of JDK-8268349 and API changes in JDK-826. These should be reflected in the JDK 18 symbol information for 17. - Commit messages: - 8268637: Update --release 17