Bartosz Majsak
Bartosz Majsak
Hi guys, I understand we gave up on rebase approach and we do `merge` from GitHub. Fine with me. I'm just wondering why do we merge PR which leads to...
As we are growing in size having everything under one big module bag is not really the best idea. It's very unfriendly for IDEs (not only for Eclipse to be...
Running with the default profile `mvn clean package` results with ``` testGetSubResourceWithCorrectCredentials(org.javaee7.jaxrs.security.declarative.MyResourceTest) Time elapsed: 0.415 sec
I think README should be brief entry point to anyone who just come across our repository. It should simply describe what it is and how to run it. Details such...
As the repository is growing I believe we need to take some care about how we structure and present the samples. I was thinking about following improvements: - Each concrete...
Hi guys, I've been looking at the tests we have so far and I spotted few things which I believe we should address any time soon to avoid confusion in...
First of all thanks for sharing this little handy tool. There are some sensitive files which are still valid for storing as a part of `dotfiles` repo, but should be...
As mentioned in #7 I am playing with fuzzy testing and for that I'm using https://github.com/json-schema-faker/json-schema-faker. I wanted to have an option of adding `fixer` fields while generating the schema,...
Due to misconfigured `arquillian.xml` and environment variables in the pipeline library integration tests are currently executed in the `user-jenkins` namespace which is not intended for that nor has enough resources...
Apparently, fabric8-cd bot does not cleanup after automerge, which results with tons of stale branches such as `versionUpdate1f13c367-fffe-426d-915f-658c2ff30ae0`. When the PR is automerged the branch should be deleted if coming...