Re: RFR: 8352618: Remove old deprecated functionality in the build system

2025-04-05 Thread Julian Waters
On Fri, 21 Mar 2025 15:17:27 GMT, Magnus Ihse Bursie wrote: > It's time for some spring cleaning in the build system. These checks are for > functionality that has long been deprecated, and should not be in use > anymore. We should remove it to keep the code base simpler. Go for it! -

RFR: 8352618: Remove old deprecated functionality in the build system

2025-03-27 Thread Magnus Ihse Bursie
It's time for some spring cleaning in the build system. These checks are for functionality that has long been deprecated, and should not be in use anymore. We should remove it to keep the code base simpler. - Commit messages: - 8352618: Remove old deprecated functionality in the bu

Re: RFR: 8352618: Remove old deprecated functionality in the build system

2025-03-21 Thread Kim Barrett
On Fri, 21 Mar 2025 15:17:27 GMT, Magnus Ihse Bursie wrote: > It's time for some spring cleaning in the build system. These checks are for > functionality that has long been deprecated, and should not be in use > anymore. We should remove it to keep the code base simpler. Nice cleanup. --

Re: RFR: 8352618: Remove old deprecated functionality in the build system

2025-03-21 Thread Erik Joelsson
On Fri, 21 Mar 2025 15:17:27 GMT, Magnus Ihse Bursie wrote: > It's time for some spring cleaning in the build system. These checks are for > functionality that has long been deprecated, and should not be in use > anymore. We should remove it to keep the code base simpler. Marked as reviewed by