Askar kalykov

Results 10 comments of Askar kalykov
trafficstars

Annotations are not copied over to builder class (that might me needed when annotating method params), you can check the generated code. Also, there is a ticket in autovalue project:...

Parser class is defined as static inner class of another class, and it also uses sibling static inner classes.

Ok, I've figured out that this error arises if I use `new Action(){ ... }` in rule declarations.

~Happened to me recently, and I already don't remember all the changes I did. Kind of makes this tool useless knowing that configuration could be reset seemingly at random.~ Ok,...

Another example I occasionally have is table-like formatting inside of java code: ``` double[] rowname = {22147.51, 15249.58, 42515.75, 48948.44, 137977.49, 1075.66, 132302.42, 512.42, }; double[] small = {4.64, 4.20,...

So, the ticket is closed, and what is the resolution for the users of testcontainers library? To not use it? I'm using testcontainers JDBC URL, and just provide it to...

> Hmm, I'm not really sure if we can help much with this. Running Testcontainers code directly from a Maven plugin isn't something we've attempted to support, as we're more...

Sorry, by the first row i meant the first value row. I do have a header row in all my csv files. The extension duplicates the header row into the...

Does it even work? https://github.com/testcontainers/testcontainers-java/issues/1454#issuecomment-518707266 > Hmm, I'm not really sure if we can help much with this. Running Testcontainers code directly from a Maven plugin isn't something we've attempted...

(this relates both to testcontainers-java and to this maven plugin, so posting here as well) This is what Maven documentation states: https://maven.apache.org/plugin-developers/common-bugs.html#using-shutdown-hooks > The problem is that the JVM executing...