Hi Piotr, currently, eclipse JDT artifacts will be downloaded using a P2 downloader from eclipse update sites. You can see it in the source code and it was recently confirmed by the spotless team.
Back to palantir: There are many open issues regarding Java 21+, and even 11. And so many open for proper record formatting. I haven't gotten a reply and haven't seen any progress on these. Maybe you have more luck in contacting them. A few examples: <https://github.com/palantir/palantir-java-format/issues/922> <https://github.com/palantir/palantir-java-format/issues/952> <https://github.com/palantir/palantir-java-format/issues/933> - Ben On 30 September 2025 15:22:39 CEST, "Piotr P. Karwasz" <[email protected]> wrote: >Hi Benjamin, > >On 19.09.2025 18:35, Benjamin Marwell wrote: >> Thanks for all your input to this thread. >> I haven't heard back from any of the palantir maintainers either. :( >> >> [...] >> >> @Guillaume / @Piotr: let us know if you heard something back. I did not. ☹️ > >In December 2024, I contacted Carter (ckozak) about the status of the >Palantir Formatter and received a reply within 24 hours. Both emails had >you in Cc: did they not reach you? > >To summarize: the Palantir Formatter is still actively maintained. If >there’s an issue with a specific ticket, a quick ping to Carter will get >the maintainers’ attention. > >Given that, I don’t see a strong reason to switch formatters. While the >Eclipse formatter is a powerful tool, it comes with so many configurable >options that agreeing on a standard could take months. In a previous >job, we spent four months reviewing formatting configurations, only to >end up adding comments to bypass rules we didn’t like (e.g., aligned >field initializers). > >Piotr > >PS: The Eclipse formatter is also supported by Spotless and relies on >the Eclipse artifacts published to Maven Central, so there’s no need to >deal with P2 repositories. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
