Skip to content

Feature #10762 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Feature #10762 #22

wants to merge 1 commit into from

Conversation

mmoqui
Copy link
Member

@mmoqui mmoqui commented Aug 2, 2019

Define a new object in SilverpeasConfigurationProperties: Context.
This object defines a configuration context that can be used by any components
implied in a task of SilverSetup as well by any scripts executed by those
tasks. The context is publicly available in the settings global variable and it
is represented by a Map. Once the build is finished, the properties set in the
context are then persisted into the file SILVERPEAS_HOME/configuration/.config.

The goal of the Context object is to allow any scripts and components used in
tasks to keep track of any configuration, migration or installation context so
that they can adapt their behaviour at the next execution.

Don't forget to merge also Silverpeas/Silverpeas-Distribution#4

Define a new object in SilverpeasConfigurationProperties: Context.
This object defines a configuration context that can be used by any components
implied in a task of SilverSetup as well by any scripts executed by those
tasks. The context is publicly available in the settings global variable and it
is represented by a Map. Once the build is finished, the properties set in the
context are then persisted into the file SILVERPEAS_HOME/configuration/.config.

The goal of the Context object is to allow any scripts and components used in
tasks to keep track of any configuration, migration or installation context so
that they can adapt their behaviour at the next execution.
@SilverYoCha
Copy link
Member

Merged.
Closed manually because of manual git operations performed during integration.

@mmoqui mmoqui deleted the feature-10762 branch September 24, 2019 08:14
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