-
Notifications
You must be signed in to change notification settings - Fork 13
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
Base Resource should not be an alias #2632
Comments
Hmm... Windows Standalone can be improved so that this warning does not appear. The warning when starting Docker(Linux) doesn't seem to go away. A little more investigation is required.
If it is a regression of AliasChecker, it is faster to suppress it.
Ah. That might be it.🙄 Although the specification change appears to be controversial, it appears that opinions are being carefully exchanged regarding the desired operational specifications for a general-purpose Web Server. (On the other hand, this is a known design issue for Apps under Spring Framework.) There is no harm, so I think there is no problem in suppressing it.
|
I guess this is what it boils down to. This is troublesome 🥱 This is probably the front line.
|
There is currently a log issue that requires reverting to avoid the issue. That reverting suppresses this problem (because it reverts to before the specification change that caused the problem). Therefore, the fix for this issue is temporarily on hold. It would be better to keep pace with the progress of jetty/jetty.project#11492. |
In v114.1.2, rollbacks covered up this issue. However, Spring Boot will be updated to 3.3 in v114.1.3. (Including inevitable security updates) Spring Boot 3.3 relies on ClassMatcher for Jetty 12.0.9 or later. Jetty 12.0.9 is therefore a mandatory requirement. I guess I'll have to face this problem a little more.
Well, this is most likely a misunderstanding on my part. If #2645 is resolved, it may be resolved. Therefore there are two Paths
|
Well...
This may be a bit of an engineer's way of thinking. In either case, it will be acceptable as long as the circumstances are explained. No one is at fault. If the other party is an engineer. However, if a normal user sees a warning like the following:
Also, if users have to read a redundant explanation of what it is, it will be more or less stressful. 🤔🤔🤔 Here is the expected reaction:
Users just want to manage and listen to music. We don't think I want to acquire more knowledge than necessary. So, although an engineer might be confused for a moment, the following method seems to be effective.
Of course, its effectiveness is conditional on it being an interim response during a transitional period. Also, to be honest, alias checking is not necessary due to requirements. |
Problem description
A WARN is output to the startup log. So far, no major injuries have been confirmed. I just feel sick.
Base Resource should not be an alias
It's very similar to a Jetty glitch that existed a long time ago.
Steps to reproduce
Just run Jpsonic.
System information
The text was updated successfully, but these errors were encountered: