20198. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/20/2018 10:12:21 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

20198.1 Files compared

# Location File Last Modified
1 CCRS.zip\CCRS\CCRS-BUSRULES-v1.5.3.zip\CCRS-BUSRULES-v1.5.3-436e6fff1115001d614ccd45b469ad60a9bdb27b\brengine\src\main\resources application.properties Tue Apr 10 06:18:41 2018 UTC
2 CCRS.zip\CCRS\CCRS-BUSRULES-v1.5.3.zip\CCRS-BUSRULES-v1.5.3-436e6fff1115001d614ccd45b469ad60a9bdb27b\brengine\src\main\resources application.properties Thu Jun 14 14:48:42 2018 UTC

20198.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 126
Changed 5 10
Inserted 0 0
Removed 0 0

20198.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

20198.4 Active regular expressions

No regular expressions were active.

20198.5 Comparison detail

  1   # ======== =
  2   # Profiles :
  3   # softlaye rdev  - wi ll point t he SQL Ser ve to the  IBM SoftLa yer CCRSDB  database
  4   # h2                      - File  based H2  Database
  5   # ut             - Un it testing  based on  H2
  6   # vadev                   - VA D evelopment  Environme nt
  7   # ======== =
  8  
  9   release.ve rsion=0.7. 1
  10  
  11   logging.pa th=logs
  12   logging.fi le=${loggi ng.path}/c crs-brengi ne.log
  13  
  14  
  15   rules.conf ig.file=cl asspath:ru les-config .conf
  16   # how many  threads t o use for  processing  each batc h
  17   number.of. threads=3
  18   # how ofte n to check  batch pro cessing qu eue (ms)
  19   batch.queu e.check.in terval=500 0
  20  
  21   # how ofte n to check  batch tab le (ms)
  22   batch.tabl e.check.in terval=300 00
  23   # how far  back in ti me to look  for batch es (days)
  24   batch.tabl e.check.lo okback=10
  25   # enable/d isable db  batch poll er
  26   batch.tabl e.check.en able=true
  27   # db batch  poller wi ll only lo ok for bat ch types i n this lis t
  28   batch.tabl e.enabled. types=837I , 837P, 83 7D
  29  
  30   # enable/d isable dec ision pend ing review  approval  check
  31   decision.r eview.chec k.enable=t rue
  32   # how ofte n to check  decisions  pending r eview (ms)
  33   decision.r eview.chec k.interval =3600000
  34   # how long  to wait b efore auto matically  approving  decision ( mins)
  35   decision.r eview.appr oval.wait= 1440
  36  
  37   # enable/d isable seo c reposito ry check
  38   seoc.repos itory.chec k.enable=f alse
  39   # cron sch edule for  repo check , set to f irst of ea ch month
  40   seoc.repos itory.chec k.cron=0 0  0 1 * ?
  41   # url of w ebservice  providing  access to  repo
  42   seoc.repos itory.webs ervice.url =http://lo calhost: PORT /mockSeocS ervice
  43  
  44   excluded.r ule.beans=  alwaysPas sRule, alw aysFailRul e, throwEx ceptionRul e, pending ReviewTest Rule, test RulesFacto ry
  45   spring.pro files.acti ve=h2
  46  
  47   spring.aop .auto=true
  48  
  49   # email no tification  profile
  50   #batch.com pletion.em ail.to= URL
  51   batch.comp letion.suc cess.messa ge=Batch ' %s', host  '%s' compl eted succe ssfully, p rocessed % d lines, % d failures
  52   batch.comp letion.err or.message =Batch '%s ', host '% s',  threa d '%s' fai led with t he error % s
  53  
  54   #notificat ion.email. slack= URL
  55  
  56   email.from = PII                      
  57  
  58   # Claim vi ewer
  59   claimviewe r.max.clai ms=100
  60  
  61   #ldap.sear ch.base=OU =FavorTech ,DC=favort ech,DC=loc al
  62   #ldap.grou p.search.b ase=DC=fav ortech,DC= local
  63   #ldap.url= ldap://OFF AD01.favor tech.local : PORT
  64   #ldap.bind .dn=CN=CCR S LDAP,OU= Domain Ser vice Acct, OU=FavorTe ch,DC=favo rtech,DC=l ocal
  65   #ldap.bind .pw=
  66  
  67  
  68