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

Add missing attributes to ServletRegistration annotation #45006

Closed

Conversation

dmytrodanilenkov
Copy link

@dmytrodanilenkov dmytrodanilenkov commented Apr 4, 2025

Closes #45001

@dmytrodanilenkov dmytrodanilenkov changed the title Fix for issue #45000 - add properties initParameters servletRegistrationBeans multipartConfig to @ServletRegistration Fix for issue #45001 - add properties initParameters servletRegistrationBeans multipartConfig to @ServletRegistration Apr 4, 2025
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 4, 2025
dmytrodanilenkov added 2 commits April 4, 2025 19:16
…se properties, but @ServletRegistration hasn't: initParameters, servletRegistrationBeans, multipartConfig

Signed-off-by: dmytrodanilenkov <d.danilenkov.ext@sportradar.com>
…se properties, but @ServletRegistration hasn't: initParameters, servletRegistrationBeans, multipartConfig Signed-off-by: Dmytro Danilenkov <milgoff@gmail.com>

Signed-off-by: dmytrodanilenkov <d.danilenkov.ext@sportradar.com>
…se properties, but @ServletRegistration hasn't: initParameters, servletRegistrationBeans, multipartConfig Signed-off-by: Dmytro Danilenkov <milgoff@gmail.com>
@wilkinsona
Copy link
Member

Duplicates #45005.

@wilkinsona wilkinsona closed this Apr 4, 2025
@wilkinsona wilkinsona added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 4, 2025
@wilkinsona
Copy link
Member

Thanks, @dmytrodanilenkov, but someone else opened a PR for the same change a little before you.

@dmytrodanilenkov
Copy link
Author

@wilkinsona not sure I got it. I opened for #45001, not for #45000

@wilkinsona
Copy link
Member

Oops, sorry about that. I was confused by the references to #45000 in the commit messages.

@mhalbritter mhalbritter changed the title Fix for issue #45001 - add properties initParameters servletRegistrationBeans multipartConfig to @ServletRegistration Add missing attributes to ServletRegistration annotation Apr 7, 2025
@Target({})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@interface MultipartConfigValues {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we directly use jakarta.servlet.annotation.MultipartConfig here?

@mhalbritter
Copy link
Contributor

I like the handling of initParameters and servletRegistrationBeans in #45005. Could you rework your PR to match #45005?

@mhalbritter mhalbritter added status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged status: duplicate A duplicate of another issue and removed status: duplicate A duplicate of another issue status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Apr 7, 2025
@mhalbritter
Copy link
Contributor

Dupe of #45007.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing attributes to ServletRegistration annotation
4 participants