eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

Deprecate `spi` module and contents #581

Closed MikeEdgar closed 5 months ago

MikeEdgar commented 5 months ago

Closes #576

MikeEdgar commented 5 months ago

Leaving as a draft until #577 and Java 11 build are merged in order to uncomment the forRemoval property of the @Deprecated annotations.

MikeEdgar commented 5 months ago

I wonder if there's anything we need to do to ensure that when we build the full MicroProfile Javadoc we pick up the API version of this package rather than the SPI one with the deprecation warnings.

Good question, where is it generated and hosted?

Azquelt commented 5 months ago

Hmm, actually never mind, it doesn't look like the MicroProfile project builds a combined Javadoc anywhere.

We do build one for the Open Liberty docs, but I can poke our docs team to find out how they do it and ask them to not use the SPI jar.