Skip to content

Commit

Permalink
Merge pull request #11 from progress/develop
Browse files Browse the repository at this point in the history
Merging code for preparation of eventual 11.7.5 release and for compatibility with OE12.
  • Loading branch information
DustinGrau-PSC authored Apr 15, 2019
2 parents 66adcf2 + 4c32ea3 commit 5f9192a
Show file tree
Hide file tree
Showing 641 changed files with 17,637 additions and 8,313 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

The **Progress Spark Toolkit** is a [CCS-compliant](https://github.com/progress/CCS) reference implementation from Progress meant to aid in creating an ABL application which provides RESTful API's for microservices. This repository primarily contains ABL artifacts and was built specifically for the **Progress Application Server for OpenEdge** to provide the back-end (server-side) support for exposing ABL logic via HTTP/HTTP.

**Latest Release:** v4.4.2 (February 2019) for OE 11.7.4
**Latest Release:** v4.5.0 (March 2019) for OE 11.7.4+ and initial release for OE 12.0


## Requirements

**OpenEdge 11.7.4** or later is required, with the current toolkit release being compiled on version 11.7.4 and utilizing several product improvements available. Some new features appearing in the 4.4.0 release may still be used with 11.7.3 but may first require a recompile and build of a new PL file.
**OpenEdge 11.7.4** or later is required, with the current toolkit release being compiled on version 11.7.4 and utilizing several product improvements available. Some new features appearing in the 4.4.0 release may still be used with 11.7.3 but may first require a recompile and build of a new PL file. For OpenEdge 12 release 4.5.0 is required (first appearance of pre-compiled oe12 PL files).


### Supporting Tools
Expand Down
Binary file renamed dist/Ccs.pl → dist/oe11/Ccs.pl
Binary file not shown.
Binary file renamed dist/Diagnostic.pl → dist/oe11/Diagnostic.pl
Binary file not shown.
Binary file renamed dist/Spark.pl → dist/oe11/Spark.pl
Binary file not shown.
Binary file added dist/oe12/Ccs.pl
Binary file not shown.
Binary file added dist/oe12/Diagnostic.pl
Binary file not shown.
Binary file added dist/oe12/Spark.pl
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/ABLDuck/data.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/ABLDuck/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Documentation - Progress Spark Toolkit (v4.4.2)</title>
<title>Documentation - Progress Spark Toolkit (v4.4.3)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="fragment" content="!">
Expand All @@ -24,15 +24,15 @@
</head>
<body id="ext-body">

<div id="loading"><span class="title">Documentation - Progress Spark Toolkit (v4.4.2)</span><span class="logo"></span></div>
<div id="loading"><span class="title">Documentation - Progress Spark Toolkit (v4.4.3)</span><span class="logo"></span></div>

<div id="header-content"><strong>Documentation</strong> Progress Spark Toolkit (v4.4.2)</div>
<div id="header-content"><strong>Documentation</strong> Progress Spark Toolkit (v4.4.3)</div>

<div id='categories-content' style='display:none'>

</div>

<div id='footer-content' style='display: none'>Generated on Mon 4 Feb 2019 11:25:14 by <a href='https://github.com/Riverside-Software/pct'>PCT ABLDuck</a> pct-209-master-260e0a7951e4a94d04f43fc827196578e664bebb</div>
<div id='footer-content' style='display: none'>Generated on Tue 5 Mar 2019 14:12:32 by <a href='https://github.com/Riverside-Software/pct'>PCT ABLDuck</a> pct-209-master-260e0a7951e4a94d04f43fc827196578e664bebb</div>

<script type="text/javascript">
(function(){
Expand Down
2 changes: 1 addition & 1 deletion docs/ABLDuck/output/Ccs.BusinessLogic.IGetDataRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f9192a

Please sign in to comment.