Rafael Torres Coelho Soares (aka Tuelho)

Results 35 comments of Rafael Torres Coelho Soares (aka Tuelho)

What's the best way to start working on this sync? Should we start creating PRs for each point listed above or send one PR covering a chunk of the points...

> > * toString, equals, hashCode methods have been introduced: I like that our beans are sweet and simple with not much code.... but these methods are often used in...

Hi! ``` BUILD SUCCESSFUL Total time: 1 mins 47.671 secs ``` Thanks!

Yeah! Now it's working fine. thanks o/ ________________________ Rafael Torres Coelho Soares On Wed, Feb 1, 2017 at 9:46 PM, Chavdar Botev wrote: > Hi Rafael, > > Could you...

I managed to workaround this "limitation" by copying the original s2i `assemble` script and embedding it inside my app src (`.s2i/bin/assemble`). See the customized version here: https://gist.github.com/rafaeltuelho/628da4576ec9f34c6c28cd9e5b909ef0#file-customized_php_s2i_assemble-sh-L46-L51

@ChrystianDuarte as a workaround, you have to edit the `DeploymentConfig` manually in both projects (`dev` and `prod`) and change the image tag to `latest`.

I hit this same issue today using Kogito `1.6.0.Final`. Interesting that the Kogito docs use the DRL `declare` statement for defining Fact Types for all drools rules examples... By the...

Just an update on this. I managed to build it without any parameter. Just `mvn clean install` and I got it working using Jmeter 5.x and Kafka 2.4.

> @rafaeltuelho were you able to compile with Jmeter 5.x and Kafka 2.4 by just adding the versions directly in the pom.xml? Like this: @escanoru I just built it _as...

@ajacocks We was trying to use this workshop playbooks to provision VMs on EC2 to be used by students in one workshop (http://bit.ly/ocp-rhbr-workshop) we developed here in Brazil. Today we...