ilopezv

Results 11 issues of ilopezv

**Description:** SCDF schema created following the one present at [https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/db/migration/oracle/V1__Initial_Setup.java ](url) define a sequence `TASK_SEQ` created by the snippet below present at V1__Initial_Setup.java that didn´t has order defined ``` private...

type/enhancement
area/batch-task

When using spring-data Auditing functionality with unnoficial supported types like OffsetDateTime, you could customize all process using property dateTimeProviderRef on EnableJpaAuditing/EnableMongoAuditing. All works with no problem for @CreatedDate annotation, but...

status: waiting-for-triage

Error obtained with maven 3.8.5 and Java 11.0.14 with the following config: ``` org.apache.maven.plugins maven-compiler-plugin ${maven.compiler.source} ${maven.compiler.target} ${maven.compiler.release} ${project.build.sourceEncoding} false false org.springframework.boot spring-boot-configuration-processor ${spring-boot-starter-parent.version} org.mapstruct mapstruct-processor ${org.mapstruct.version} org.projectlombok lombok ${lombok.version}...

When you use git-changelog-maven-plugin on multi module projects git-changelog-maven-plugin and the plugin is enabled by an external parent pom/bom, the plugin is executed in every sub module of the project....

cyclonedx-maven-plugin 2.7.11 generates SBOM 1.4 when 1.5 schemaVersion is configured. Following config was applied in pom.xml: ``` org.cyclonedx cyclonedx-maven-plugin 2.7.11 1.5 makeAggregateBom package ``` producing the following output: ``` [INFO]...

Building a project with maven 3.9.6, git-changelog-maven-plugin 2.1.0, spring-boot 3.2.x and jdk21 or graalvm21, build execution works as normal but at the end maven output the following error ``` [INFO]...

Add method support for org.apache.commons.lang3.StringUtils.isNotEmpty Following code rise a exception with all versions of nullaway including 0.10.24 ![image-nullaway](https://github.com/uber/NullAway/assets/14928504/272ec229-3faf-4f1f-a020-2849c2754f0c) ```xml [75,103] [NullAway] dereferenced expression this.properties.username() is @Nullable ERROR (see http://t.uber.com/nullaway )...

enhancement
good first issue

Since Spring Boot 3 has migrated to httpclient5 and it is documented that it cannot be combined with httpclient 4, spring-ldap-test should migrate its dependencies to make use of that...

**Is your feature request related to a problem? Please describe.** For Azure Storage development you could emulate azure services with testcontainers and Azurite container. As described in Microsoft the account...

enhancement

Running pitest with the following config: - pitest-maven:1.21.0 - pitest-junit5-plugin: 1.2.3 - junit-jupiter: 1.21.3 - junit-platform-engine:1.12.2 - java-25 - maven 3.9.11 - Spring Boot 3.5.6 - without arcmutate Pitest features:...