cen1
cen1
https://issues.redhat.com/browse/CDI-414 To me, this example from JIRA issue perfectly describes what one would want to achieve: ``` public class TimedMethodBean { @Timed(name = "timedMethod") public void timedMethod() { } public...
Let's create a Docker container which is preconfigured with good defaults for easy deployment, especially for testing. Unfortunately we can't configure the server via env vars at the moment but...
If we use `-stdlib=libc++` for clang, cmake will not check whether it is installed or not. We need to add a Find module to check for it.
We already have SysV init script, let's add systemd too.
Not really a feature request, more of a question. Is it possible to get packages as if built with ``` ./configure -qt-zlib ``` I am assuming that if Qt does...
##### SUMMARY I can't find any examples in the documentation how to combine modules together. Specifically, 1. Init swarm 2. Add some labels to each node While `docker_swarm` runs on...
### Apiman Version master ### Apiman Manager Distro WildFly ### Apiman Gateway Distro WildFly ### Java Version 11 ### Operating System Centos 8 ### Are you running Apiman in a...
`setParameter(1, list)` is currently not supported for native queries (only in JPQL). I could not find any specific restrictions in JPA specification so this appears to be merely a missing...
Pull in the latest minizip code Observation: quite a few changes from the code that is currently in the repo. 1. Diff against the old clean version to strictly document...
Please provide an option to prevent the two Jackson mappers from registering. See the problem description : https://stackoverflow.com/questions/5833147/jersey-jackson-exception-problem-with-exceptionmapper (top voted answer). Mappers are registered in https://github.com/jersey/jersey/blob/master/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/JacksonFeature.java line 87 and 88....