Aurora Blog
Home
SpringBoot Redis Session Configuration Should Respect Spring Session Timeout Property
2025-09-19 14:00:29
2326
SummaryVersion: 3.5.5I believe that RedisSessionConfiguration probably wants to use the spring.session.timeout property...
SpringBoot Freshly released 3.4.10 points to wrong oracle version
2025-09-19 14:00:23
992
Today was released new version of spring-boot 3.4.10 But the spring-boot-dependencies-3.4.10.pom points to wrong oracle ...
Spring Fail fast if a @Bean method has a void return type
2025-09-19 14:00:16
2737
It is currently possible to craft the following faulty configuration:@Configurationpublic class FaultyConfiguration { ...
Spring Invoke ConfigurationBeanNameGenerator even if a '@Bean(name = ..)' is provided
2025-09-19 14:00:14
3296
Let's assume this simple example:@Configuration(proxyBeanMethods = false)static class TaskExecutorConfiguration { @Co...
Spring Add support for refeshing a context for AOT processing with customized condition evaluation
2025-09-19 14:00:12
1841
For Spring AOT to be more flexible, we'd like to record certain contributions without a locked-down BeanFactory. The mos...
Spring Missing documentation on how to migrate from @SpyBean to @MockitoSpyBean with Kotlin (problem with mock)
2025-09-19 14:00:10
1493
There is a documentation on how to use @MockitoSpyBean: https://docs.spring.io/spring-framework/reference/testing/annota...
Golang proposal: encoding/json/v2: add format:0xhex for []byte
2025-09-18 14:04:01
565
Proposal Detailsjson/v2 already has the format option format:hex for []byte types. However hex bytes are often encoded w...
Viper mapstructure dependency change in v1.19.0 is API breaking change (PR #1723)
2025-09-18 14:03:55
1399
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Struct binding from environment variables does not decode nested structs
2025-09-18 14:03:53
2580
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Document the new file search API
2025-09-18 14:03:51
440
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Support for type normalization before encoding config (e.g., convert "true" string to true boolean)
2025-09-18 14:03:49
1297
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Call for testers
2025-09-18 14:03:41
1277
Despite my best efforts, Viper has seen a few regressions in the last few releases.Unfortunately, this is to be expected...
Viper Viper 2
2025-09-18 14:03:40
1574
Viper 2 is happening! 🎉 Although things are moving slowly, there is absolutely enough information about the most severe ...
Viper [RFC] Config provider mechanism
2025-09-18 14:03:37
8899
IntroViper's main advantage over similar solutions is that it's highly integrated and provides tons of features out of t...
Pandas BUG: assignment fails with copy_on_write = True
2025-09-18 14:03:35
9284
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: read_sql tries to convert blob/varbinary to string with pyarrow backend
2025-09-18 14:03:30
4715
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas df.loc[0] = row, datatype changes
2025-09-18 14:03:28
3466
Code Sample, a copy-pastable example if possiblefrom numpy import NaNrow = [2015, 1, 7.0, NaN, NaN, NaN, NaN, NaN, NaN, ...
Pandas API: setitem-with-expansion casting
2025-09-18 14:03:26
2623
This is a doozy:I'm working through the issues with the setitem-with-expansion tag and about half of them are of the for...
Pandas BUG: sort_index failing on MultiIndex with label name when key is used
2025-09-18 14:03:20
4577
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: options date_dayfirst and date_yearfirst conflict
2025-09-18 14:03:14
2090
Can someone confirm that this is a bug:pd.options.display.chop_threshold = 0.5pd.options.display.date_dayfirst = Truedf ...
上一页
下一页
1
…
40
41
42
43
44
…
368
.