Brian Sam-Bodden

Results 58 comments of Brian Sam-Bodden

I'm seeing the same using warbler 1.3.6. Basically the gems.jar does not contain any of the gems which are specified in the Gemfile with :git => My warble.rb looks like:...

@chrisrickard did you ever get this to work with webpack 3.x?

FYI, if I change the code to use the underlying `draw_graph` function: ``` A = Matrix.from_lists( [0, 0, 1, 3, 3, 3, 5, 4, 1, 5], [1, 3, 2, 1,...

@ally-jarrett this has been fixed and will be in the next release.

@DinkoTontchev Spring Data Redis doesn't support `@Version` and since we extend SDR neither do we at the moment. I'll have to take a look at whether it makes sense with...

Potentially follow Spring Data Mongo lead https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#mongo-template.optimistic-locking. Perhaps backed by https://redis.io/commands/watch/

We're tethered to 2.7.0 at the moment, I'll catch up with 2.7.2 in release 0.7.0. Thanks for reporting!

0.6.0 will work with 2.7.2 for now the highest Spring Boot version supported is 2.7.0

@sazzad16 Some thoughts on this, if you decide to tackle it. When you use `@Cacheable` with an entity like: ``` public class Item implements Serializable { @Id String id; String...