Brane F. Gračnar

Results 11 issues of Brane F. Gračnar

Soon to be released netty 4.1 will include HTTP/2 codec pack. It would be great if AHC 2.0 would support HTTP/2 natively. examples: https://github.com/netty/netty/tree/4.1/example/src/main/java/io/netty/example/http2

Enhancement

It would be totally bad-ass if AHC would support response cache, meaning that AHC would not fire up actual HTTP request if valid response would be already in the cache....

Contributions Welcome!

Hi. I have JPA entity which uses composite primary key: ``` java @Entity @IdClass(EntityId.class) public class SomeEntity implements Serializable { @Id @Column(name = "message_id", updatable = false, nullable = false)...

enhancement
in progress

Hello! I really like your library, but i'm lacking consistent `Continent` support. What do you think about including such feature? I'm willing to implement it.

This patch adds small subset of logging functions and removes all calls to perror() and substitutes them with hopefully more informative calls using strerror().

This patch adds pid file support for daemon mode. Usable for init scripts.

This PR, together with https://github.com/maxmind/MaxMind-DB-Reader-java/pull/166 adds full `native-image` support in `geoip2-java`. Previously application, incorportaing `geoip2-java` threw exception when attempt was made to resolve some address: ``` com.maxmind.db.ConstructorNotFoundException: No constructor on...

### Expected Behavior Compilation should succeed ### Actual Behaviour Compilation fails with the following exception: ``` Error processing type visitor [io.micronaut.context.visitor.ExecutableVisitor@6d99b74e]: Descriptor wasn't found for declaration CLASS e: org.jetbrains.kotlin.resolve.lazy.NoDescriptorForDeclarationException: Descriptor...