Re: Unused Parameters in Maven Compiler Plugin

2024-11-19 Thread Martin Desruisseaux
Hello Chen Le 2024-11-19 à 06 h 52, Chen Zhang a écrit : I’m curious about the decision-making process for removing parameters in each release of the Maven Compiler Plugin. Do you have a specific strategy for evaluating which parameters should be deprecated or removed? For instance, if you fi

Re: Unused Parameters in Maven Compiler Plugin

2024-11-18 Thread Daniel B. Widdis
You may be suffering from selection bias in your sample! Here's an (old) StackOverflow post showing someone using enablePreview to test out a new JDK12 feature (which answers the "use case") well. https://stackoverflow.com/questions/52232681/compile-and-execute-a-jdk-preview-feature-with-maven In