Johan Blomgren

Results 6 issues of Johan Blomgren

It would be nice if we could wrap id in a value object, a bit related to https://github.com/spring-projects/spring-data-jdbc/issues/574 Example: ```kotlin @JvmInline value class FooId(val id: UUID) data class FooEntity(@Id val...

status: blocked
type: enhancement
in: kotlin

http://www.smooks.org/mediawiki/index.php?title=V1.5:Smooks_v1.5_User_Guide#Apache_Camel_Integration Smooks smooks = new Smooks("edi-to-xml-smooks-config.xml"); ExecutionContext context = smooks.createExecutionContext(); SmooksProcessor processor = new SmooksProcessor(smooks, context); --- new SmooksProcessor wants a CamelContext, ExecutionContext does not work.

Upgrading 3.1.4 -> 3.2.0 Using jdk temurin 17 When upgrading spring from 3.1.4 i get `org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.util.UUID] to type [long]` Edit: Simplified...

type: bug

1. When generating bom with default config, the test scope is included. https://github.com/CycloneDX/cyclonedx-gradle-plugin/compare/master...blommish:cyclonedx-gradle-plugin:default-config-including-test-scope?expand=1 In the maven-plugin, the test scope is not included by default https://github.com/CycloneDX/cyclonedx-maven-plugin?tab=readme-ov-file#default-values 2. `skipConfigs` does not seem...

good first issue

Converters using PGobject logs warnings ```kotlin @ReadingConverter class PGobjectToFooConverter : Converter { override fun convert(pGobject: PGobject): Foo? { return pGobject.value?.let { objectMapper.readValue(it) } } } ``` Warning message: > Registering...

status: waiting-for-triage
status: feedback-provided

Connected to * https://github.com/CycloneDX/cyclonedx-gradle-plugin/issues/416 https://github.com/CycloneDX/cyclonedx-maven-plugin does not include the test scope as default config. ### What has been done * To allow setting the list to emptylist, it makes most...