Promote experimental APIs as stable

- HTML support and Kotlin support no more experimental
- The only left over experimental APIs are java preview features
This commit is contained in:
Andreas Dangel
2024-02-09 08:46:48 +01:00
parent 4ff00bfe66
commit 0d40878b0a
44 changed files with 120 additions and 140 deletions

View File

@@ -14,7 +14,6 @@ import javax.xml.parsers.ParserConfigurationException;
import org.xml.sax.InputSource;
import net.sourceforge.pmd.Rule;
import net.sourceforge.pmd.annotation.Experimental;
import com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec;
import com.github.oowekyala.ooxml.messages.OoxmlFacade;
@@ -33,7 +32,6 @@ import com.github.oowekyala.ooxml.messages.XmlSeverity;
*
* @author Clément Fournier
*/
@Experimental
public class TestSchemaParser {
private final TestSchemaVersion version;