Skip to content

chore: bump parent version to 15.8.0 - #16

Merged
marevol merged 2 commits into
masterfrom
bump-parent-15.8.0
Aug 20, 2026
Merged

chore: bump parent version to 15.8.0#16
marevol merged 2 commits into
masterfrom
bump-parent-15.8.0

Conversation

@marevol

@marevol marevol commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Locks onto the released fess-parent 15.8.0.

fess 15.8.0 added a search-role prefix check to SystemHelper#init(), which reads role.search.{user,group,role,denied}.prefix. The stub FessConfig in CustomSystemHelperTest did not answer those getters, so they fell through to an uninitialized SimpleImpl and the DI container failed to initialize with an NPE from ObjectiveConfig#get. The second commit gives the stub the values fess_config.properties ships, the same way Fess's own SystemHelperTest builds a prefix config.

fess 15.8.0 added a search-role prefix check to SystemHelper#init(), which
reads role.search.user.prefix, role.search.group.prefix,
role.search.role.prefix and role.search.denied.prefix. The stub FessConfig in
CustomSystemHelperTest did not answer those getters, so they fell through to an
uninitialized SimpleImpl and the DI container failed to initialize with an NPE
from ObjectiveConfig#get.

Give the stub the values fess_config.properties ships, the same way Fess's own
SystemHelperTest builds a prefix config.
@marevol
marevol merged commit dc8143e into master Aug 20, 2026
3 checks passed
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.

1 participant