-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Description
Upgrade the hiccup dependency from version 1.0.5 to 2.0.0 to stay current with the library and take advantage of improvements.
Changelog: https://github.com/weavejester/hiccup/blob/master/CHANGELOG.md
Changes Required
- Update hiccup dependency from 1.0.5 to 2.0.0
- Remove deprecated usage of
hiccup.core - Remove
clojars.web.safe-hiccupnamespace (should no longer be needed)
Acceptance Criteria
- Hiccup dependency updated to 2.0.0 in project dependencies
- All deprecated
hiccup.coreusage replaced with new API -
clojars.web.safe-hiccupnamespace removed - All tests pass after upgrade
- No breaking changes to existing functionality
- Verify that security properties previously provided by
safe-hiccupare maintained
Notes
Review the changelog carefully for breaking changes and migration guidance. Pay special attention to ensuring that any security features previously provided by the safe-hiccup wrapper are preserved in the migration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels