SpringBoot Redis Session Configuration Should Respect Spring Session Timeout Property

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

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

It is currently possible to craft the following faulty configuration:@Configurationpublic class FaultyConfiguration { ...

Spring Invoke ConfigurationBeanNameGenerator even if a '@Bean(name = ..)' is provided

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

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)

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

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)

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

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

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)

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

Despite my best efforts, Viper has seen a few regressions in the last few releases.Unfortunately, this is to be expected...

Viper Viper 2

Viper 2 is happening! 🎉 Although things are moving slowly, there is absolutely enough information about the most severe ...

Viper [RFC] Config provider mechanism

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

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

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

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

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

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

Can someone confirm that this is a bug:pd.options.display.chop_threshold = 0.5pd.options.display.date_dayfirst = Truedf ...
上一页 下一页
.