1.2 KiB
1.2 KiB
Prepare for Azure Management Libraries for Java 1.31.1
Steps to migrate code that uses Azure Management Libraries for Java from 1.31 to 1.31.1 ...
If this note missed any breaking changes, please open a pull request.
V1.31.1 is backwards compatible with V1.31 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.
Some breaking changes were introduced in APIs because update of the API service spec.
Breaking changes
The following methods and/or types have been changed in V1.31.1 compared to the previous release (V1.31):
Area/Model | In V1.31 | In V1.31.1 | Remarks | Ref |
---|---|---|---|---|
Appservice |
com.microsoft.azure.management.appservice.RuntimeStack.WILDFLY_14_JRE8 |
Removed. Refer to the blog in Remark for wildfly docker image. | Run Wildfly on App Service | #1050 |