jenssaade on gh-pages
meetup (compare)
jenssaade on v0.7
jenssaade on master
Merge branch 'master' into deve… fixed class references after re… Merge branch 'release/v0.7' (compare)
jenssaade on develop
Merge branch 'master' into deve… fixed class references after re… (compare)
jenssaade on master
fixed URL (compare)
jenssaade on master
fixed URL (compare)
jenssaade on develop
refactored advisorcontext refactored repository and api t… adapting changes to commons-oss and 2 more (compare)
FROM golang:alpine
MAINTAINER Jens Saade "jens@verticle.io"
RUN apk update && \
apk upgrade && \
apk add git
RUN cd /go/src/
RUN git clone https://github.com/verticle-io/apexbeat.git
RUN mv apexbeat /go/src/app
ADD beatconfig/apexbeat.yml /go/src/app/apexbeat.yml
RUN go get -d -v app
RUN go install -v app
ADD entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh
VOLUME /go/src/app
CMD ["/entrypoint.sh"]
Hi,Jens When the Java -javaagent:apexAgent-v0.7.1-all.jar=myApexAgentConfig.properties is executed, the startup is successful and the error is not reported.
But without executing the Minimal.groovy script, I want to know the reason why I didn't execute Minimal.groovy script, where com.foo.Bar was created, and the console didn't output.
<apex> trying to weave...
<apex> weaving method...
<apex> successfully weaved method...
Foo? Bar!
com.foo.Bar
on your classpath?
java.lang.Float
instead when matching the signature