Skip to content

V14: Obsolete runtime minification settings#16123

Merged
nikolajlauridsen merged 4 commits intov14/devfrom
v14/fix/obsolete-runtime-minification
Apr 23, 2024
Merged

V14: Obsolete runtime minification settings#16123
nikolajlauridsen merged 4 commits intov14/devfrom
v14/fix/obsolete-runtime-minification

Conversation

@nikolajlauridsen
Copy link
Copy Markdown
Contributor

RuntimeMinificationSettings are no longer required since runtime modification is not supported anymore.

I've obsoleted the settings and not removed them entirely since this will make it show up as obsolete in the app settings.

I also haven't removed the config from DI either, just in case someone might have injected them, there's no reason to throw yet another error here, since we'll need to come back to this later and remove the config class later anyhow, we may as well wait with unregistering it until then.

Lastly I've obsoleted the RuntimeMinificationValidator and removed it from the list of checks, since it no longer makes sense.

Copy link
Copy Markdown
Contributor

@elit0451 elit0451 left a comment

Choose a reason for hiding this comment

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

Looks good 💪
I believe we can also obsolete RuntimeMinificationCacheBuster 🙂

Comment thread src/Umbraco.Core/Constants-Configuration.cs
nikolajlauridsen and others added 2 commits April 23, 2024 08:57
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@elit0451 elit0451 left a comment

Choose a reason for hiding this comment

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

Looks great 💪

@nikolajlauridsen nikolajlauridsen merged commit 94bf4ef into v14/dev Apr 23, 2024
@nikolajlauridsen nikolajlauridsen deleted the v14/fix/obsolete-runtime-minification branch April 23, 2024 09:17
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

Successfully merging this pull request may close these issues.

2 participants