Jan Galinski

Results 79 issues of Jan Galinski

When I run a simple `ls`, the prompt immediately without any response, when I try `ls -la`, the console stalls with "Processing...". This also happens when I do anything als...

This is somewhat related to #1247 ... In my microservice project, I have apps that only want to use the querygateway for direct queries to the server or the eventgateway...

Type: Feature
Priority 3: Could

Tables are generated automatically using hibernate, but in real live enterprise applications the standard is having database migration tools in place (flyway,liquibase). It would be great to have ansi-sql scripts...

Priority 4: Would
Type: Feature
Ideal for Contribution

I have a shared lib that provides a bean that implements a method annotated with "EventHandler" and builds a projection (which is stored via jpa). Multiple clients use this lib...

Priority 4: Would
Type: Feature

I tried running ``` #!/usr/bin/env kscript @file:DependsOn("org.springframework.boot:spring-boot-starter:2.0.4.RELEASE") package my.package import DependsOn import org.springframework.boot.autoconfigure.SpringBootApplication import org.springframework.boot.SpringApplication @SpringBootApplication class DummyApp SpringApplication.run(DummyApp::class.java, *args) ``` it starts but fails with ``` ERROR org.springframework.boot.SpringApplication -...

help wanted

Kotlin is working just fine with jgiven, but in day to day usage, some problems occur. This module provides useful fixes and extensions: * it contains a JGivenStage annotation that...

When using kotlin, all stage classes and functions have to declared `open` to get JGiven working. The kotlin compiler plugin "all-open" can do this for you, which is very convenient....

enhancement
Kotlin

When using given().something_with_varargs_params_$("foo","bar") I want to have nice formatting of the vararg params, currently its something like "something with varargs params String@12345"

I switched to gradle 5 and build.gradle.kts files ... How do I have to adopt the swaggerSources configuration block?

enhancement

I want to express that my facade layer must not call the core layer directly as we decided to use spring eventing exclusively when calling the core from the facade....

enhancement
help wanted
good start to contributing
topic:library