Aurora Blog
Home
SpringBoot Testcontainers integration with @SpringBootTest: @Bean ComposeContainer is not supported
2025-08-01 14:00:48
384
This approach https://docs.spring.io/spring-boot/reference/testing/testcontainers.html#testing.testcontainers.spring-bea...
SpringBoot List with object in configuration properties are not mapped into object from ENV variables
2025-08-01 14:00:46
1679
I have list of objects in my properties and I want populate them by env variables. Spring boot version = 3.5.3.Example o...
SpringBoot gradle task bootBuildImage is never UP-TO-DATE
2025-08-01 14:00:42
3709
If I run gradlew bootBuildImage the image is built every time as this task has no outputs > Task :bootBuildImageCachi...
SpringBoot Relocate OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer to an OpenTelemetry-specific package
2025-08-01 14:00:38
2884
OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer are in org.springframework.boot.actuate.aut...
Spring Provide support to configure request interceptors in RestTestClient
2025-08-01 14:00:34
502
WebTestClient allows one or more ExchangeFilterFunctions to be registered. Spring REST Docs uses such a filter for its W...
Spring URIEditor encodes URI by default
2025-08-01 14:00:33
1919
package example;import static org.assertj.core.api.Assertions.assertThat;import java.net.URI;import org.junit.jupiter.ap...
Spring Improve HTTP Client Metrics URI KeyValue
2025-08-01 14:00:30
770
This Issue follows 34176.I have observed that when using the HTTP Interface, the URI formatting exposed by the http.clie...
Spring Provide more control over validation in DefaultApiVersionStrategy
2025-08-01 14:00:23
123
Spring Cloud Gateway needs to be more lenient with version validation, and have more control over not enforcing all chec...
Spring PathApiVersionResolver should not be nullable
2025-08-01 14:00:18
724
A path based version cannot be optional as its built into the URL path structure and mappings, and therefore it's expect...
Spring ApiVersionConfigurer misconfiguration is hard to detect when no version resolvers are added
2025-08-01 14:00:16
987
Currently this code in ApiVersionConfigurer means that if you call setVersionRequired(true) but forget to call a use... ...
Spring Replace useRequestParam with useQueryParam in ApiVersionConfigurer to align with client
2025-08-01 14:00:13
304
Currently ApiVersionConfigurer has a useRequestParam method. For the Servlet stack this uses request params, for the rea...
Golang x/tools/gopls: Option to disable auto-complete package clause on new Go files (gopls v0.19.0+)
2025-07-31 14:08:41
4253
gopls version$ gopls -v versionBuild infogolang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXK...
Golang go/types, types2: simplify type-checking of method receivers with type parameters
2025-07-31 14:08:25
2402
This is a reminder issue to clean up handling of method receivers in Checker.funcType.Receiver parameter handling relies...
Golang x/tools/gopls/internal/test/integration/misc: TestTelemetryPrompt_Response/yes failures
2025-07-31 14:08:18
1106
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ==...
Golang x/tools/gopls/internal/test/integration/misc: TestTelemetryPrompt_Response/no failures
2025-07-31 14:08:16
1099
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ==...
Golang proposal: cmd/go: add go mod verify -tag
2025-07-31 14:08:12
783
Proposal DetailsGo lacks a CLI to verify local repositories against the Go checksum database. Adding a flag in go mod ve...
Golang proposal: spec: type inferred composite literals
2025-07-31 14:08:10
103833
Composite literals construct values for structs, arrays, slices, and maps. They consist of a type followed by a brace-bo...
Golang go/types: pointer receiver types not recorded in types.Info with Go 1.24
2025-07-31 14:07:56
897
CL 594740 rewrote type checking of method receiver types. Because that CL takes apart the receiver "manually" rather tha...
Golang x/vulndb: TestLintReports/data/reports/GO-2024-3188.yaml failures
2025-07-31 14:07:52
4102
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang net/http: Readdir method of DotFileHiding example does not conform to the doc
2025-07-31 14:07:38
2456
Go versiongo version go1.22.3 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...
上一页
下一页
1
…
161
162
163
164
165
…
373
.