Ed Burns
Ed Burns
When running the tests, if a password widget has: ``` "options": { "hideConfirmation": true }, ``` You will see this failure message: ``` Confirmation should not be hidden for credentials...
modified: impl/src/main/java/com/sun/faces/el/VariableResolverChainWrapper.java modified: impl/src/main/java/javax/faces/event/ValueChangeEvent.java modified: test/servlet30/processAsJspx/src/main/webapp/toForward.jspx - Update year. - Fix url to not have java.net modified: impl/src/main/resources/META-INF/facelet-dev-debug.xml modified: impl/src/main/resources/META-INF/facelet-dev-error.xml modified: impl/src/main/resources/com/sun/faces/facelet-taglib_1_0.dtd - Remove Apache as this was contributed under...
[See the spec issue](https://github.com/javaee/javaserverfaces-spec/issues/1455)
See [PR 2445](https://github.com/oracle/weblogic-kubernetes-operator/pull/2445) for background. This issue asks the implementer to * take the advice given by @tbarnes-us in his `locking.txt` file and create an appropriate entry in the [FAQ](https://oracle.github.io/weblogic-kubernetes-operator/faq/)....
My employer has a requirement that any public `Dockerfile` files we produce do not have FROM clauses that refer to images not produced or approved by my employer. This requirement...
I have a customer keenly interested in running ORDS+APEX on Azure. They intend to use it on Azure Kubernetes Service, but need a fully supported solution for ORDS. The ORDS...
Consider this `Dockerfile`. ```Dockerfile # DisableDockerDetector "liberty-maven-plugin does not support docker buildx-build. See https://github.com/OpenLiberty/ci.maven/issues/1589" # open liberty base image FROM icr.io/appcafe/open-liberty:23.0.0.3-kernel-slim-java17-openj9-ubi # Use the ARG instruction to define the VERBOSE...
I asked Bing AI about this and it said: > However, as of my last knowledge update (which was up to 2021), the WebLogic Image Tool itself does not directly...