SledgeHammer01

Results 18 issues of SledgeHammer01

This works/worked in 2.2.2: eureka.client.service-url.defaultZone=https://eureka:[email protected]:8761/eureka/ In 2.2.3, I get: ``` reactor.core.Exceptions$ReactiveException: java.net.UnknownHostException: eureka:[email protected]: invalid IPv6 address at reactor.core.Exceptions.propagate(Exceptions.java:393) ~[reactor-core-3.3.5.RELEASE.jar:3.3.5.RELEASE] at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:97) ~[reactor-core-3.3.5.RELEASE.jar:3.3.5.RELEASE] at reactor.core.publisher.Mono.block(Mono.java:1678) ~[reactor-core-3.3.5.RELEASE.jar:3.3.5.RELEASE] at org.springframework.cloud.netflix.eureka.http.WebClientEurekaHttpClient.getApplicationsInternal(WebClientEurekaHttpClient.java:139) ~[spring-cloud-netflix-eureka-client-2.2.3.RELEASE.jar:2.2.3.RELEASE] at org.springframework.cloud.netflix.eureka.http.WebClientEurekaHttpClient.getApplications(WebClientEurekaHttpClient.java:124)...

bug
good first issue

My app is working with dynamic OAuth and all is good. I am now implementing request / response logging. One thing I need to log comes from the SecurityContext. This...

enhancement

Hi, I am testing out version 1.0.41, CSV parser. My properties look like this: name=file-connector connector.class=com.github.jcustenborder.kafka.connect.spooldir.SpoolDirCsvSourceConnector tasks.max=1 input.path=c:/inetpub/sftproot input.file.pattern=source.csv error.path=c:/inetpub/sftproot/error finished.path=c:/inetpub/sftproot/finished halt.on.error=false topic=sftp-topic csv.first.row.as.header=true key.schema={\n \"name\": \"org.xxx.csv.RecordKey\",\n \"type\": \"STRUCT\",\n \"isOptional\":...

I have a configuration class that specifies a custom repo implementation: ``` @Configuration @EnableJpaRepositories( basePackages = "xxx", entityManagerFactoryRef = "xxx", repositoryBaseClass = CustomRepositoryImpl.class, transactionManagerRef = "xxx") ``` This forces a...

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

Hi, We implemented some custom functionality by extending JpaRepository, JpaRepositoryFactory, JpaRepositoryFactoryBean and SimpleJpaRepository. It was pretty straight forward once we figured out how to use those 4 classes. Now we...

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

Hi, I am having the same issue as here: https://github.com/sherter/google-java-format-gradle-plugin/issues/67 I created the system gradle.properties file as described, but the plugin is still failing and all files report syntax errors...

Where in the code, do the models get rendered/serialized into the example json string?

Spring Boot 3.1.0 spring-cloud-stream-binder-kinesis 4.0.0 Java 17 Localstack 2.1.0 Properties looks like: spring.cloud.stream.bindings.input-in-0.destination=xxx-stream spring.cloud.stream.bindings.input-in-0.group=xxx-group spring.cloud.stream.bindings.input-in-0.content-type=text/plain Tried both of these: spring.cloud.stream.kinesis.bindings.input-in-0.consumer.shard-iterator-type=TRIM_HORIZON spring.cloud.stream.kinesis.bindings.input.consumer.shard-iterator-type=TRIM_HORIZON But my consumer only gets called for new messages....

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using Helm chart 0.6.5 and image 2.3.2, I see a warning...

type: bug
area: integration/kubernetes
status: backlog

### Name and Version bitnami/minio:latest ### What architecture are you using? amd64 ### What steps will reproduce the bug? * Windows 11 x64 Pro * Docker Desktop 4.25.1 w/ Hyper-V...

stale
triage
tech-issues
minio