Skip to content

Commit 4175f4e

Browse files
Merge pull request #16 from progress/develop
Merge from Develop
2 parents ac7d701 + 4df4257 commit 4175f4e

809 files changed

Lines changed: 1051 additions & 153020 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
### Welcome!
44

5-
This repository contains sample projects ready for import into PDSOE and PASOE, meant to illustrate usage of the **Progress Spark Toolkit**. Please note that all demos are for illustrating server-side micro-services only; there are no UI components bundled as of the September 2018 release (v4.3.0).
5+
This repository contains sample projects ready for import into PDSOE and PASOE, meant to illustrate usage of the **Progress Spark Toolkit**. Please note that all demos are for illustrating server-side micro-services only; there are no UI components bundled as of the November 2019 release (v5.0.0).
66

7-
**Note:** This release utilizes toolkit release [v4.6.0](https://github.com/progress/Spark-Toolkit/releases/tag/v4.6.0).
7+
**Note:** This release utilizes toolkit release [v4.6.0](https://github.com/progress/Spark-Toolkit/releases/tag/v5.0.0).
88

99
## Requirements
1010

11-
**OpenEdge 11.7.4** or later, with the **Spark.pl** library compiled on your appropriate version (11 or 12).
11+
**OpenEdge 11.7.5** or **OpenEdge 12.1.**, and later, with the **Spark.pl** library compiled on your appropriate version (11 or 12).
1212

1313
- Apache Ant 1.9.x+ (included as of OE 11.7+ at DLC/ant and run as DLC/bin/proant)
1414
- Progress Compile Tools, or "PCT" (included as of OE 11.7.3 at DLC/pct/PCT.jar)

docs/Spark Evaluation Guide.docx

175 Bytes
Binary file not shown.

docs/Spark Quick-Start Guide.docx

18 MB
Binary file not shown.

oe117/CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

3-
## OpenEdge 11.7.4+ and 12.0
3+
## OpenEdge 11.7.5 and 12.1
4+
5+
### v5.0.0
6+
7+
- Removes all local overrides of the OpenEdge.* classes which are now provided in the minimum OE versions required: 11.7.5 and 12.1.
8+
9+
10+
## OpenEdge 11.7.4 and 12.0
11+
12+
### v4.6.2
13+
14+
- Minor fixes, primarily updates to ensure full compatibility with OpenEdge 12.1.
15+
16+
### v4.6.1
17+
18+
- Documentation updates, clarifying minimal version of OpenEdge.
19+
- Minor bugfixes, cleanup as needed.
20+
21+
### v4.6.0
22+
23+
- Bugfix release focused on enhancements for diagnostic tooling and reporting capabilities.
24+
- Further support for OpenEdge 12.0 and forthcoming 12.1 release.
425

526
### v4.5.1
627

@@ -26,6 +47,8 @@
2647
- Make necessary adjustments to patterns since the switch to the DataObjectHandler class as of v4.3.0.
2748
- Framework now officially requires OpenEdge 11.7.4 due to features inherent in that service pack.
2849

50+
## OpenEdge 11.7.3
51+
2952
### v4.3.0
3053

3154
- Adapted the DOHEventsHandler class to access service metadata as stored in the CatalogManager.

oe117/DynSports/AppServer/Spark.pl

-411 KB
Binary file not shown.

oe117/DynSports/AppServer/build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<mkdir dir="${pas.path}/conf/spark"/>
3131
<copy file="${deploy}/Realm/SparkRealm.cp" toDir="${pas.path}/common/lib"/>
3232
<copy file="${deploy}/Realm/SparkRealm.json" toDir="${pas.path}/conf/spark"/>
33+
<copy file="${deploy}/Realm/ABLDomainRegistry.keystore" toDir="${pas.path}/conf"/>
3334
</target>
3435

3536
<macrodef name="init_env">
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spark,spark01
490 Bytes
Binary file not shown.

oe117/DynSports/Deploy/Conf/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Config": {
33
"General": [{
4-
"ApiVersion": 4.6,
4+
"ApiVersion": 5.0,
55
"CatalogService": "Spark.Core.Service.ICatalog",
66
"BusinessRoot": "Business",
77
"IdProperty": "id",

oe117/DynSports/PASOEContent/WEB-INF/oeablSecurity.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
## <b:bean id="OEClientPrincipalFilter" ...
142142
##
143143
OEClientPrincipalFilter.enabled=true
144-
OEClientPrincipalFilter.key=oech1::23222e35397562
145-
OEClientPrincipalFilter.registryFile=
144+
OEClientPrincipalFilter.key=
145+
OEClientPrincipalFilter.registryFile=ABLDomainRegistry.keystore
146146
OEClientPrincipalFilter.domain=spark
147147
OEClientPrincipalFilter.roles=
148148
OEClientPrincipalFilter.authz=true
@@ -333,9 +333,9 @@
333333

334334
OERealm.AuthProvider.createCPAuthn=true
335335
OERealm.AuthProvider.sealClientPrincipal=true
336-
OERealm.AuthProvider.multiTenant=false
336+
OERealm.AuthProvider.multiTenant=true
337+
OERealm.AuthProvider.registryFile=ABLDomainRegistry.keystore
337338
OERealm.AuthProvider.userDomain=spark
338-
OERealm.AuthProvider.key=oech1::23222e35397562
339339
OERealm.AuthProvider.expires=0
340340
OERealm.AuthProvider.authz=true
341341

0 commit comments

Comments
 (0)