Björn Michael

Results 35 comments of Björn Michael

Other existing examples: * [Mockito BOM](https://search.maven.org/remotecontent?filepath=org/mockito/mockito-bom/4.6.1/mockito-bom-4.6.1.pom) * [Jackson BOM](https://search.maven.org/remotecontent?filepath=com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom) * [JUnit Jupiter BOM](https://search.maven.org/remotecontent?filepath=org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom) * [Log4J2 BOM](https://search.maven.org/remotecontent?filepath=org/apache/logging/log4j/log4j-bom/2.17.2/log4j-bom-2.17.2.pom)

> Hmmh. Looking at this now I wonder if the reason is due to "use header" -- header really only has 1 column and if that is to be considered...

Sorry I misunderstood your last comment, but the example is valid.

My daily use case has 3 requirements * Column order shouln't matter - mapping is done by column headers * Fail when columns are missing * Ignore superfluous columns i.e....

> Reorder the columns: > > ` CsvSchema csvSchema = CsvSchema.builder().setUseHeader(true).setReorderColumns(true) .addColumn("name").addColumn("age").build();` But the use case expects the columns _name_ and _age_ in given order and should fail otherwise. At...

> I never defined three distinct methods for unwrapping, in my experience `Optional.orNull()` is enough. Right, just KEEP it simple. `Optional.value` and `.value ?:` resp. feels even more natural to...

Switching from HTTPS to SSH URL fixes this for me too. `RevisionParameterAction.canOriginateFrom(Iterable remotes)` evaluates to false because GitLab Webhook sends SSH URL and is compared to HTTPS URL in Jenkins....

@NotFound403 and @VampireAchao Just leave a thumbs up emoji on initial comment.

As this is related to MySQL Compatibility mode it would be absolutely sufficient if the _CREATE TABLE_ statement completes successfully even if the comments are lost and ignored resp. There...

Bug is not fixed in #36 but issue is closed.