Re: RFR: JDK-8310460: Remove jdeps -profile option [v2]

2023-06-20 Thread Mandy Chung
On Tue, 20 Jun 2023 19:15:35 GMT, Mandy Chung wrote: >> Compact profiles are defined in Java SE 8 and are legacy in Java SE 9. jdeps >> -profile option was deprecated for removal in JDK 21. This option can be >> removed in JDK 22. Customers can use jdeps to find the set of modules >> required

Re: RFR: JDK-8310460: Remove jdeps -profile option [v2]

2023-06-20 Thread Alan Bateman
On Tue, 20 Jun 2023 19:15:35 GMT, Mandy Chung wrote: >> Compact profiles are defined in Java SE 8 and are legacy in Java SE 9. jdeps >> -profile option was deprecated for removal in JDK 21. This option can be >> removed in JDK 22. Customers can use jdeps to find the set of modules >> required

Re: RFR: JDK-8310460: Remove jdeps -profile option [v2]

2023-06-20 Thread Mandy Chung
> Compact profiles are defined in Java SE 8 and are legacy in Java SE 9. jdeps > -profile option was deprecated for removal in JDK 21. This option can be > removed in JDK 22. Customers can use jdeps to find the set of modules > required by their applications instead. Mandy Chung has updated the

RFR: JDK-8310460: Remove jdeps -profile option

2023-06-20 Thread Mandy Chung
Compact profiles are defined in Java SE 8 and are legacy in Java SE 9. jdeps -profile option was deprecated for removal in JDK 21. This option can be removed in JDK 22. Customers can use jdeps to find the set of modules required by their applications instead. - Commit messages: -