Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重点 Issue or PR #3

Open
diguage opened this issue Sep 14, 2021 · 3 comments
Open

重点 Issue or PR #3

diguage opened this issue Sep 14, 2021 · 3 comments

Comments

@diguage
Copy link
Owner

diguage commented Sep 14, 2021

  1. Memory leak with CglibAopProxy$ProxyCallbackFilter spring-projects/spring-framework#26266
  2. Revisit ConcurrentLruCache implementation spring-projects/spring-framework#26320
  3. SPR-8190: Added support for Byte Buddy AOP proxies and bean subclassing instantiation strategy. spring-projects/spring-framework#1283
  4. Fix memory leak on AOP Proxy class definition cache spring-projects/spring-framework#27375
  5. JDK 11 HttpClient integration with WebClient spring-projects/spring-framework#23432
  6. BeanUtils.copyProperties() consumes large amount of memory spring-projects/spring-framework#27246
  7. Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) spring-projects/spring-framework#27027
  8. Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 spring-projects/spring-framework#27781
  9. Revisit SpringFactoriesLoader vs. ServiceLoader infrastructure spring-projects/spring-framework#27753
  10. DateTimeFormatterRegistrar should fall back to ISO parsing by default spring-projects/spring-framework#26985
  11. Provide RequestPredicate with no side effects spring-projects/spring-framework#25814
  12. Provide mechanism to control trimming in StringToArrayConverter and StringToCollectionConverter spring-projects/spring-framework#23850
  13. PartGenerator streaming mode mixing parts content, or part content not properly delivered when downstream part prefetch is 0 spring-projects/spring-framework#27743
  14. Resolving generic enum types (Enum<T>) in nested bean properties spring-projects/spring-framework#27760
  15. Change default driver in XStreamMarshaller from XppDriver to DomDriver spring-projects/spring-framework#27464
  16. Support for problem details based on RFC 7807  spring-projects/spring-framework#27052
@diguage
Copy link
Owner Author

diguage commented Dec 16, 2021

@Component not picked up by @ComponentScan if it has the same simple name as the main class · Issue #25952

这两个Issue有意思,可以检查一下对 Spring 的了解程度

@diguage
Copy link
Owner Author

diguage commented Jun 21, 2022

Provide a mechanism to be notified that a bean has been created [SPR-16822] · Issue #21362 · spring-projects/spring-framework

讨论创建一个机制,在 Bean 被创建时,发送事件,通过事件监听机制来完成后续的一些处理,比如 BeanPostProcessor 的一些处理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant