Aurora Blog
Home
Spring Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler
2025-10-07 14:00:20
2599
In the documentation, an example is provided for implementing WebSocketHandler when processing inbound and outbound mess...
Spring Test bean override support should only override singletons
2025-10-07 14:00:18
1986
While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...
Spring Support Bean Overrides for non-singletons
2025-10-07 14:00:15
1096
OverviewDue to interest from the community (see comments in #33602), we have decided to reinstate support for overriding...
Spring ControllerAdviceBean#findAnnotatedBeans should not require ApplicationContext
2025-10-07 14:00:05
1771
Looking at the implementation of ControllerAdviceBean#findAnnotatedBeans it requires an ApplicationContext but only for ...
Pandas ERR: improve error message when specifying a previously-deprecated frequency alias
2025-10-06 14:01:50
1224
For example, in pd.date_range, we deprecated some frequency aliases. With pandas 2.3:>>> pd.date_range("20...
Pandas BUG: Regression in Series.pow with all-NA double[pyarrow] values in pandas 3.x
2025-10-06 14:01:35
8367
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: DataFrame.to_sql with if_exists='replace' should do truncate table instead of drop table
2025-10-06 14:01:20
18157
Is your feature request related to a problem?Dropping table when if_exists=‘replace’ will fail if the table has any obje...
Keras Add keras.jit
2025-10-06 14:01:08
415
It seems that we need a Keras JIT program.Now that torch.compile, tf.function, and jax.jit can all implement JIT functio...
Jackson Databind Jackson 3: JsonGenerator vs PrettyPrinter
2025-10-06 14:00:56
2281
Is your feature request related to a problem? Please describe.In Jackson 2.x, I am wrapping JsonGenerator to add syntax ...
Redis Make an 8.0 release?
2025-10-06 14:00:36
1041
Blog says 8.0 is released, But is there a tagged release? I see an 8.0 branch:% git log -1 ...
SpringBoot Consider common connection pool for all DataJpaTest's
2025-10-06 14:00:17
5126
There is not connection pool issue as long DataJpaTest is used for main purpose, to test repositories.However, in my ca...
Spring SpEL: Resolving values from Map works different after PropertyAccessor is cached [SPR-7614]
2025-10-06 14:00:08
3653
Gerrit Brehmer opened SPR-7614 and commentedI want to inject a single value of a request-url-parameter from JSF Faces Co...
Golang go/doc: Package.Parser should collect up interface methods
2025-10-05 14:02:48
4219
Currently, the methods of a interface are not linkable because Package.Parser does not collect them up.Thus, if you put ...
Golang cmd/compile/internal/types2: deadlock using type alias
2025-10-05 14:02:46
8105
Go versiongo version go1.24.0 linux/arm64, go version go1.25.1 linux/arm64Output of go env in your module/workspace:AR='...
Golang Inconsistent rounding of floating-point numbers to integers across architectures
2025-10-05 14:02:31
3859
Go versiongo version go1.23.1 darwin/arm64; go version go1.23.1 darwin/amd64Output of go env in your module/workspace:GO...
Golang x/tools/gopls/internal/cmd: TestCodeAction failures
2025-10-05 14:02:24
740
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeAct...
Golang cmd/link/internal/loader: panic: runtime error: index out of range [1232602353] with length 116
2025-10-05 14:02:21
3952
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='amd64'GOBIN...
Golang cmd/go: test -fullpath prevents test caching
2025-10-05 14:02:17
2576
Go versiongo version go1.21.4 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...
Golang cmd/cgo: cgo is incompatible with constant references from C
2025-10-05 14:02:15
13101
Go versiongo1.25.1 X:nodwarf5 linux/amd64/clang/muslOutput of go env in your module/workspace:WORK=/tmp/go-build31935816...
Golang cmd/cgo: compiler stack overflow on exported function referencing an invalid recursive type
2025-10-05 14:02:12
19322
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
上一页
下一页
1
…
10
11
12
13
14
…
366
.