Nineya
Home
Blog
Spring Support API Versioning in Request Mappings
2025-03-11 14:00:39
140
Support declaring API versions through a @RequestMapping attribute, and configuring all aspects of API versioning in Spr...
Spring Proposal to improve performance optimization of AbstractHandlerMethodMapping mapping matching
2025-03-11 14:00:29
12594
HelloFirst of all, thank you for your great work on Spring-WebMVC. The request mapping mechanism has served developers ...
Pandas ENH: Add a ratio() Method for Series and dataframes. Alternatively, consider removing similar methods at this functionality level (e.g. diff() and pct_change())
2025-03-09 14:03:12
3382
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[x] Removing existing fun...
Pandas BUG: Collision between equivalent frequencies 'QS-FEB' and 'QS-NOV'
2025-03-09 14:03:02
4424
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Keras Custom child layers are already built at instantiation when the parent has not state, even if the subclass expects build.
2025-03-09 14:02:26
1953
Since Keras 3.6.0 (commit 19ba3d1 and PR #20175), some layers with no state are built at instantiation (self.built = Tru...
Spring Security Method Security does not switch to Interface Proxies for final Classes
2025-03-09 14:01:34
912
If Spring Security's method security is used on a final class that implements an interface it fails. Instead it should c...
Spring AI Match OPENAI_BASE_URL with OpenAI
2025-03-09 14:01:23
673
Expected BehaviorI would like Spring's OPENAI_BASE_URL related parameters to end with /v1, possibly for migration ease, ...
Spring AI Documentation: "spring.data.redis.uri" must be "spring.data.redis.url"
2025-03-09 14:01:08
233
The correct property name is url, not uri. Document to review: https://github.com/spring-projects/spring-ai/blame/bed1db...
Spring AI native image regression between M5 and M6
2025-03-09 14:00:46
4893
Hello,Bug descriptionFrom 1.0.0-M6, compiling a native image, using OpenAI, fails at runtime withServlet.service() for s...
Spring ConstraintViolationException occurs instead of HandlerMethodValidationException for header validation
2025-03-09 14:00:21
2020
SummaryWhen validating HTTP headers in a controller method parameter, a ConstraintViolationException is thrown instead o...
Spring org.springframework.security.oauth2.core.OAuth2AuthorizationException: [invalid_token_response] An error occurred parsing the Access Token response: Content type 'text/html' not supported for bodyType=java.util.Map<java.lang.String, java.lang.Object>
2025-03-09 14:00:14
9956
Observed in: spring-webflux:6.0.14In case the token response from OAuth2 server has a different content type than expect...
Pandas ENH: provide nunique method on Rolling object
2025-03-08 14:11:28
1588
GroupBy objects expose a nunique method of Series/DataFrame (and also for resample it works), but Rolling does not:In [8...
Pandas BUG: pd.api.types.infer_dtype on scalar input
2025-03-08 14:11:18
3620
ContextI was trying to identify data types in columns with mixed data types:df.map(pd.api.types.infer_dtype)Pandas versi...
Pandas BUILD: installation using wheels fails when using nix + uv2nix
2025-03-08 14:11:14
6482
Installation check[x] I have read the installation guide.PlatformLinuxInstallation MethodOtherpandas Version2.2.3Python ...
Pandas PERF: why nlargest is so slower?
2025-03-08 14:09:01
1211
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this issue ex...
Pandas PERF: Surprisingly slow nlargest with duplicates in the index
2025-03-08 14:08:48
7217
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas BUG: str.fullmatch behavior is not the same for object dtype and string[pyarrow] dtype
2025-03-08 14:08:45
3282
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: sometimes when using ~ and & operators for indexing it evaluated incorrectly
2025-03-08 14:08:36
9312
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: Printing float16 with NumPy>=2.0 gives overflow warning
2025-03-08 14:08:33
734
print(pd.Series([1.0], dtype="float16"))# RuntimeWarning: overflow encountered in cast np.array([1.0], dtype="float16") ...
Pandas BUG: OverflowError: value too large to convert to int when manipulating very large dataframes
2025-03-08 14:08:30
6591
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
7
8
9
10
11
…
2246
.