I've released today logstash-gelf 1.5.1. This is a bugfix release for JBoss AS7/Wildfly users who use the NDC/MDC.

Read more ...

Ever wondered, how to integrate logstash and Tomcat 7 the easy way? Here we go!

Read more ...

I've released today logstash-gelf 1.5.0. This is a major release. logstash-gelf 1.5.0 is the first GELF library which supports the final release of log4j 2.0. This release carries some library updates and internal refactorings to provide also a standalone usage of Gelf message submission.

Read more ...

I've released today logstash-gelf 1.4.2, I'll be available until this evening on Maven Central.

Read more ...

Automated deployments are the state of the art. Incorporating with a deployment pipeline you get the maximum available for now. But what happens in your deployment? Do you know the progress when it’s running? I want to tell you, how I’ve used Capistrano, Bootstrap and MongoDB to visualize the deployment progress with the deployment dashboard.

Read more ...

This release is intended to be the last beta release of lettuce. As soon as Redis 3.0 goes final, I'll release the final of lettuce 3.0.

This release contains:

  • Documentation (Javadoc and Wiki)
  • Improved test stability for a stable and reproducible build
  • Changed redis ports from 63xx to 64xx for testing
  • Fixed clientKill because of changed clientList output
  • Adjusted resource cleanup to prevent memory leaks
  • Prevent refCnt exceptions in case of parallel close & read
  • Fixed PubSub API
  • Fixed command leaking when client is not yet online/disconnected and commands are issued while the client is in the re-connect phase
  • Code cleanup, fixing sonar violations
  • Support for SENTINEL MASTERS command
  • Support for DEBUG SEGFAULT command
  • Support for PUBSUB command
  • Support for sorted set commands ZLEXCOUNT, ZRANGEBYLEX, ZREMRANGEBYLEX
  • Minor fixes like typos, maven site on http://redis.paluch.biz

Coverage Status

Links

Maven coordinates:

<dependency>
    <groupId>biz.paluch.redis</groupId>
    <artifactId>lettuce</artifactId>
    <version>3.0.Beta2</version>
</dependency>

Any feedback is appreciated or create issues on GitHub.

You might as yourself: Why is there another java redis client? Until now, there are tons available.

True.

Let me tell you about my motivation.

Read more ...

Every then and when, a Java Enterprise project starts. JEE is great. Java Enterprise projects enforce in many cases the usage of the InitialContext and sometimes CDI with using the BeanManager interface. Both are hard to enable within tests.

Read more ...

I've released today logstash-gelf 1.4.1, I'll be available until this evening on Maven Central.

Read more ...