{ "id": "cxf-sdkman", "version": "2.0.16", "name": "CXF (via SDKMAN)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/cxf-sdkman", "description": "Apache CXF is an open source services framework. CXF helps you build and develop\nservices using frontend programming APIs, like JAX-WS and JAX-RS. These services\ncan speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA\nand work over a variety of transports such as HTTP, JMS or JBI.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "jdkVersion": { "default": "latest", "description": "Select or enter a JDK version to install.", "proposals": [ "latest", "none", "17", "11", "8" ], "type": "string" }, "jdkDistro": { "default": "ms", "description": "Select or enter a JDK distribution to install", "proposals": [ "ms", "open", "oracle", "tem" ], "type": "string" } }, "installsAfter": [ "ghcr.io/ebaskoro/devcontainer-features/sdkman", "ghcr.io/devcontainers/features/java" ] }