Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
git status
On branch integration/COMMON-2021OCT
Your branch is up to date with 'origin/integration/COMMON-2021OCT'.

git log --no-merges --oneline --reverse origin/master..origin/integration/COMMON-2021OCT -- ACS
06cbf1ed9d ICT-19109 updated ACS version for 2021OCT
7d81d76525 ICT-19180: NC Consumer to properly store subscriptions for reinit
31a7f13478 (origin/feature/ICT-19077) ICT-19077: Added MAKE_ONLY functionality to New Makefile
7b72361bba (origin/bugfix/ICT-19180) ICT-19180: Changed pointer for local instance of T event

git log --no-merges --oneline --reverse origin/master..origin/integration/COMMON-2021OCT -- ARCHIVE
1283805e6a ICT-19034 updating ARCHIVE parent pom. Aligned plugin versions with ARCHIVE-SERVICES. Simplified profiles
1f0165d367 ICT-19034 further simplification of profiles
5949985c4e ICT-19034 aligned maven compiler plugin version with ARCHIVE-SERVICES, removed unnecessary properties from PipelineUtils
e4228c92c0 ICT-19034 corrected location of compiler plugin - it should not be in a profile
fd678b0e77 (origin/bugfix/ICT-15099-xmlrpc-sourcecat-service-log-requests) ICT-15099 re-enabled logging for xmlrpc requests. Over time it appears to have rotted.
4ae427c565 (origin/ICT-19035-mvn-archive-and-icd-poms-for-2021oct) ICT-11388: updated poms -> 2021.10-SNAPSHOT

git log --no-merges --oneline --reverse origin/master..origin/integration/COMMON-2021OCT -- ICD
b9d4d378d0 Included code to avoid null pointer exception when no configuration is selected
7ca6851782 (origin/bugfix/ICT-17861-tmcdb-explorers-find-configuration-wizard-nullpointerexception) removed print out  message, minor change
93e337f9a0 ICT-18063 Initial commit, successful builds
aea9a38b45 (origin/feature/ICT-18063-upgrade-oracle-jdbc-driver) ICT-18063 Minor change
f001e4c71f Updated POM versions for 2021AUG
288f15a43f ICT-18063 ojdbc10, xdb, and xmlparserv2 upgraded to 19.11.0.0
4ae427c565 (origin/ICT-19035-mvn-archive-and-icd-poms-for-2021oct) ICT-11388: updated poms -> 2021.10-SNAPSHOT


OS Support:

  • The officially supported OS is the 64 bit version of "Red Hat Enterprise Linux Server release 7.6 (Maipo)"
    • The binary distribution of ACS (tarball) is made for this OS
    • We also successfully use its clone "CentOS 7.6"
    • For all machines the expected kernel is 3.10
  • Unofficially, CentOS 8.3 has also been used successfully

...