Tobias Soloschenko

Results 90 comments of Tobias Soloschenko

I am also playing a bit around with this issue. What I found out is that you have to apply the versions of aspectjrt / jcabi-aspects also to the maven...

Hi @Maze-fr - thanks for the information. I changed my pom.xml like this: ```xml com.jcabi jcabi-maven-plugin 0.14 1.8 1.8 ajc com.jcabi jcabi-aspects 0.22.6 com.jcabi jcabi-aspects 0.22.6 ``` mvn clean package...

@Maze-fr try this: ```java @com.jcabi.aspects.Loggable(value=com.jcabi.aspects.Loggable.DEBUG) ``` There are several issues. One is that somehow the compiler doesn't use the right import in my case. That was the reason why the...

I guess this is a compiler issue, because the import is not considered to be used. There are to ways of fixing this: 1. The Java Compiler needs to be...

Just my thoughts: /* - maps every path - root paths and sub paths to the specific filter / - maps only the root path but not every sub path...

@martin-g what do you thing of extracting the lines: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java#L583 to https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java#L599 into a method and call this method within getFilterPath and getFilterPathFromConfig?

Thanks a lot - also for the first investigation of the issue! Good that you spotted it by this side hint. 👍

Hey @cppwfs - I am going to check if this is a possible solution for us, as we decided to use the entrypoint shell for some reasons. I will give...

Hey @cppwfs, we have tested two scenarios. 1. With entryPointStyle `shell` and with `deployer.test-compose-task.s3-uploader-app.kubernetes.environment-variables=...` This one does run without any issue and the properties with * are stored in the...

Hey @cppwfs - we are working on this, but it will take some time, because we have to ensure that there are no security relevant data in the logs.