fix(java): filter out JetBrains releases with features#4970
Conversation
Head branch was pushed to by a user without write access
### 🚀 Features - **(registry)** add luau by [@rhanneken](https://github.com/rhanneken) in [#4993](#4993) - **(registry)** add numbat by [@risu729](https://github.com/risu729) in [#4980](#4980) - add check flag for the fmt command by [@roele](https://github.com/roele) in [#4972](#4972) - use aqua for btop by [@jdx](https://github.com/jdx) in [#4979](#4979) ### 🐛 Bug Fixes - **(java)** filter out JetBrains releases with features by [@roele](https://github.com/roele) in [#4970](#4970) - fix deadlocks caused by uv_venv_auto by [@risu729](https://github.com/risu729) in [#4900](#4900) ### 📚 Documentation - Put dot in dotfile example by [@ryanbrainard](https://github.com/ryanbrainard) in [#4965](#4965) ### Chore - only use mold when available by [@jdx](https://github.com/jdx) in [#4978](#4978) - enable clearing screen for confirm and dialog by [@roele](https://github.com/roele) in [#4990](#4990) ### New Contributors - @rhanneken made their first contribution in [#4993](#4993) - @ryanbrainard made their first contribution in [#4965](#4965)
|
@roele FYI, for Jetbrains Plugin development the Wouldn't it be possible to express this as an option like this ? Anyway such |
|
@bric3 The current JDK version data has a There are plans to switch to another version source for Java which is more tailored to |
|
Nice do you have an issue/discussion to follow? |
|
No but i will push a draft PR in the next few days with required changes. Will need to coordinate with Jeff about the switch-over and new URL etc. The change will be mostly compatible with a few changes that can/could be considered breaking changes.
|
|
@roele Thank you! |
Java version data for JetBrains is available for a couple months but contains various packages per os/arch which leads to mise picking the wrong ones at random. Packages with features debug, fastdebug, jcef, freetype etc. should be filtered out.
See #4969