Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the prod-deps group with 1 update: com.condation.cms:cms-api.

Updates com.condation.cms:cms-api from 7.8.0 to 8.0.0

Release notes

Sourced from com.condation.cms:cms-api's releases.

v8.0.0

What's Changed

... (truncated)

Changelog

Sourced from com.condation.cms:cms-api's changelog.

8.0.0

  • BREAKING CHANGE Sorted sections now use the layout.order meta attribute for sorting

  • BREAKING CHANGE ShortCodes are renamed to tags

  • BREAKING CHANGE The default value for published switched from true to false

  • BUGFIX TemplateEngine should use cache only if activated 456

  • MAINTENANCE multiple dependencies updated

  • MAINTENANCE maven wrapper added to project

  • MAINTENANCE Dynamic themes, add some comments to make decisions clear 458

  • MAINTENANCE Deprecate/replace PathUtil.toURI with PathUtil.toURL 462

  • FEATURE Developer Experience PR-440

  • FEATURE Aliases for content 442

  • FEATURE Add redirect support for aliases 454

  • FEATURE Signature for modules and themes 471

  • FEATURE Switch password hash to secure algorithm 472

  • FEATURE Simple http api for basic use cases 479

  • FEATURE Add spa mode for sites 476

  • FEATURE Custom repository urls for modules, extensions and themes 466

  • FEATURE UI to manage content PR-446

  • FEATURE Introduce server modules 503

Developer experience

In this release we introduced some features to make life of developers easier.

Registering hooks via annotations

It is now possible to pass an object with annotated hook definitions to the HookSystem.register method.

@Filter("test/annotation/filter1")
public List<String> filter (FilterContext<List<String>> context) {
	context.value().remove("2");
	return context.value();
}
@Action("test/annotation/action1")
public void action1 (ActionContext<?> context) {
	// do something
}

HTTP-Controllers

The RoutesExtensionPoint is an extension point for defining HTTP routes. It allows developers to provide a list of objects whose methods can be registered as routes using annotations.

@Route("/test2")
public boolean handle2 (Request request, Response response, Callback callback) {
</tr></table> 

... (truncated)

Commits
  • 06cad3a Merge pull request #598 from thmarx/deploy_fixes
  • aa8cddf Merge branch 'main' into deploy_fixes
  • 220dae7 deploy errors fixed
  • 851e96e Merge pull request #597 from CondationCMS/dependabot/maven/prod-deps-10755dabf8
  • ce79fb0 Bump org.apache.maven.plugins:maven-dependency-plugin
  • dc83e08 update missing project names
  • 072ba65 Merge pull request #596 from thmarx/cleanups
  • 4160ea3 new template functions to select_node or only select_node_meta
  • d3d08bf some cleanups
  • bb7d3e0 Merge pull request #595 from thmarx/node-status-provider
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-deps group with 1 update: [com.condation.cms:cms-api](https://github.com/CondationCMS/cms).


Updates `com.condation.cms:cms-api` from 7.8.0 to 8.0.0
- [Release notes](https://github.com/CondationCMS/cms/releases)
- [Changelog](https://github.com/CondationCMS/cms-server/blob/main/CHANGELOG.md)
- [Commits](CondationCMS/cms-server@v7.8.0...v8.0.0)

---
updated-dependencies:
- dependency-name: com.condation.cms:cms-api
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants