Skip to content
Succès

Changes

Summary

  1. In the silverpeas release pipeline, relax the constrain on the QA to allow the release of 6.3.5 (details)
  2. Once 6.3.5 release, restore the constrains on the QA (details)
  3. Take into account of a first build in the pipeline of automatic build of Silverpeas (details)
  4. About Silverpeas Web Browser Edition: (details)
  5. Fix condition testing in the release pipeline for Silverpeas-Sso. In (details)
  6. Update the version of the Docker image used to build Silverpeas-WebBrowserEdition (details)
  7. Use of the withCredentials Jenkins statement to allow the injection of (details)
Commit 3f3b79a1adf659eaa9f68ecb29797a01ba5c9625 by Miguel Moquillon
In the silverpeas release pipeline, relax the constrain on the QA to allow the release of 6.3.5
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 34428cd2b6903f85fa844b485bff53488b11710e by Miguel Moquillon
Once 6.3.5 release, restore the constrains on the QA
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 81fa5832ec585eb7bb90483aed0da06faf913778 by Miguel Moquillon
Take into account of a first build in the pipeline of automatic build of Silverpeas
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit e8468bf49647ac63ce0c1464a25fb5c963108a3f by Miguel Moquillon
About Silverpeas Web Browser Edition:
- the build pipeline is simplified by asking to the user the branch on
  which the project has to be built (default valued at 'main')
- the release pipeline is improved to create a stable branch in the case
  the release is done from the main branch.
The file was modifiedsrc/releases/wbe/Jenkinsfile (diff)
The file was modifiedsrc/builds/wbe/Jenkinsfile (diff)
Commit 08023d811205f6aba0cc1af783597b4af757a954 by Miguel Moquillon
Fix condition testing in the release pipeline for Silverpeas-Sso. In
this same pipeline, give the version of the Docker image to use (6.4
currently). Idem for the auto build pipeline for Silverpeas-Sso.
The file was modifiedsrc/releases/sso/Jenkinsfile (diff)
The file was modifiedsrc/builds/sso/Jenkinsfile (diff)
Commit d51d4c119b9e301c1eba8d136042197d6032c75f by Miguel Moquillon
Update the version of the Docker image used to build Silverpeas-WebBrowserEdition
The file was modifiedsrc/releases/wbe/Jenkinsfile (diff)
Commit 0bdaa0f2b228a18722cadfb52fcde86654ecae98 by Miguel Moquillon
Use of the withCredentials Jenkins statement to allow the injection of
the credentials of the Git account used to push code change into the
Github repo in the AutoDeploy build of the silverpeas mobile project.
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)

Summary

  1. Release of Silverpeas Kernel 1.2 (details)
  2. Prepare for development iteration of next version 1.3 (details)
  3. Add the versions maven plugin to managed in a better way the versions of (details)
Commit a35c61b2f8822301aaa1b590590efa1ddf26d19e by devteam
Release of Silverpeas Kernel 1.2
The file was modifiedkernel-test/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedkernel-library/pom.xml (diff)
Commit 37509db2ee5c3fbfac4df3444881ab9861e48fc7 by devteam
Prepare for development iteration of next version 1.3
The file was modifiedkernel-library/pom.xml (diff)
The file was modifiedkernel-test/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit 0e8aa127075d99b8bb09b06b7f149afeb5312803 by Miguel Moquillon
Add the versions maven plugin to managed in a better way the versions of
the dependencies.

Fix bug #14893 in ConfigurationClassLoader
The file was modifiedpom.xml (diff)
The file was modifiedkernel-library/src/main/java/org/silverpeas/kernel/bundle/ConfigurationClassLoader.java (diff)