Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Update compiler.batch for 4.30

Hello JDT Core Devs!

Lately, I refreshed AspectJ from commit 23b713ce21cc8c (date 2023-12-01), because I wanted to get the latest compiler changes, as string templates for J21 were merged in just before the 2023-12 release. Then, I had to refactor a few classes using StringBuffer instead of the now new StringBuilder. I did that and was able to build AspectJ successfully. All tests are passing, version 1.9.21 was releasaed today.

BUT...

Now I was trying to update AJDT, and it is not working, because the 4.30 release https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110/plugins/ obviously containes an older version of org.eclipse.jdt.core.compiler.batch_3.36.0.v20231114-0937.jar from mid November, which still uses StringBuffer. Therefore, I cannot get this working. The Tycho build uses https://download.eclipse.org/releases/2023-12/ as a download source.

Can anyone tell me when on that download site there will be an up-to-date version of JDT Core plugins?

Thanks and kind regards
-- 
Alexander Kriegisch
https://scrum-master.de


Back to the top