Skip to content

Commit

Permalink
Merge pull request #25 from progress/develop
Browse files Browse the repository at this point in the history
Merge for v6.0.2
  • Loading branch information
DustinGrau-PSC authored Apr 15, 2022
2 parents c6a41c8 + 1f7e4e2 commit 5d23644
Show file tree
Hide file tree
Showing 320 changed files with 71,056 additions and 3,380 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2020 Progress Software Corporation and/or one
Copyright © 2022 Progress Software Corporation and/or one
of its subsidiaries or affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=========================================================================
Progress Spark Toolkit

Copyright © 2020 Progress Software Corporation and/or one
Copyright © 2022 Progress Software Corporation and/or one
of its subsidiaries or affiliates. All rights reserved.

For license information see the LICENSE file which accompanies this NOTICE file.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

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:** v6.0.0 (December 2020) for OE 11.7.7+ and OE 12.2.3+
**Latest Release:** v6.0.2 (April 2022) for OE 11.7.13+ and OE 12.2.8+

## Requirements

Due to the inclusion of the CCS libraries and new Business Logic features within the OpenEdge product, version **11.7.5** or **12.1** is required as a minimum, along with toolkit version **6.0.0** or later being highly recommended. Current builds of the PL files in the following distribution directories are compiled using the following OpenEdge versions for proper compatibility:
For reference, the CCS libraries and newer Business Logic features are included with OpenEdge versions **11.7.8+** and **12.2.4+** though we recommend use of the latest LTS release or latest supported OpenEdge 12 release. Use of toolkit version **6.0.2** or later is highly recommended if you are on an earlier version. Current builds of the PL files in the following distribution directories are compiled using the following OpenEdge versions for proper compatibility:

* /dist/oe11 - 11.7.5+, 11.7.7+ preferred
* /dist/oe12 - 12.1+, 12.2.3+ preferred
* /dist/oe11 - 11.7.13+ preferred
* /dist/oe12 - 12.2.8+ preferred

**Previous Release Requirements:**

OE 11.7.5+ or OE 12.1+ for v5.0.x
OE 11.7.5+ or OE 12.1+ for v5.0.x (deprecated)

OE 11.7.4+ or OE 12.0+ for v4.4.0 through 4.6.x
OE 11.7.4+ or OE 12.0+ for v4.4.0 through 4.6.x (deprecated)

OE 11.7.3+ for v4.3.0 (deprecated, upgrade recommended)
OE 11.7.3+ for v4.3.0 (deprecated, upgrade required)

### Supporting Tools

Expand Down
Binary file not shown.
Binary file renamed dist/oe11/Spark.pl → dist/oe117/Spark.pl
Binary file not shown.
Binary file removed dist/oe12/Diagnostic.pl
Binary file not shown.
Binary file renamed dist/oe12/Spark.pl → dist/oe122/Spark.pl
Binary file not shown.
Binary file added dist/oe125/Spark.pl
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/ABLDuck/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ABLDuck/data.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions docs/ABLDuck/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@
<meta charset="UTF-8">
<title>Docs</title>

<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="shortcut icon" type="image/ico" href="resources/favicon.ico" />

<script type="text/javascript" src="resources/prettify/run_prettify.js?skin=openedge&amp;lang=openedge"></script>
<script type="text/javascript" src="data.js"></script>
<script type="text/javascript" src="resources/customlink.js"></script>
<link rel="stylesheet" href="resources/Docs-all.css"/>
<script type="text/javascript" src="app.js"></script>
</head>
<body id="ext-body">

<div id="loading"><span class="title">Documentation - Progress Spark Toolkit (v5.0.0)</span><span class="logo"></span></div>
<div id="loading"><span class="title">Documentation - Progress Spark Toolkit (v6.0.2)</span><span class="logo"></span></div>

<div id="header-content"><strong>Documentation</strong> Progress Spark Toolkit (v5.0.0)</div>
<div id="header-content"><strong>Documentation</strong> Progress Spark Toolkit (v6.0.2)</div>

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

</div>

<div id='footer-content' style='display: none'>Generated on Fri 22 Nov 2019 16:30:57 by <a href='https://github.com/Riverside-Software/pct'>PCT ABLDuck</a> pct-213-master-371bf8991b070175bdc34298b8c6ccb5b3e5a4a1</div>
<div id='footer-content' style='display: none'>Generated on Fri 15 Apr 2022 11:50:30 by <a href='https://github.com/Riverside-Software/pct'>PCT ABLDuck</a> pct-221-master-6a069eab179c9bf5f2e5b40ee81b444641c394d1</div>

<script type="text/javascript">
(function(){
Expand Down

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit 5d23644

Please sign in to comment.