You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.security.ProtectionDomain.getCodeSource() may return null but SpringBootVersion assumes that it will not do so. We should review other usages of getCodeSource() and check that they are null-safe while we're at it.