|
112 | 112 | <div data-md-component="skip"> |
113 | 113 |
|
114 | 114 |
|
115 | | - <a href="#version-3" class="md-skip"> |
| 115 | + <a href="#framework-history" class="md-skip"> |
116 | 116 | Skip to content |
117 | 117 | </a> |
118 | 118 |
|
|
1294 | 1294 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
1295 | 1295 |
|
1296 | 1296 | <li class="md-nav__item"> |
1297 | | - <a href="#version-3" class="md-nav__link"> |
| 1297 | + <a href="#framework-history" class="md-nav__link"> |
1298 | 1298 | <span class="md-ellipsis"> |
1299 | 1299 |
|
1300 | | - Version 3 |
| 1300 | + Framework history |
1301 | 1301 |
|
1302 | 1302 | </span> |
1303 | 1303 | </a> |
|
1324 | 1324 | </span> |
1325 | 1325 | </a> |
1326 | 1326 |
|
| 1327 | +</li> |
| 1328 | + |
| 1329 | + <li class="md-nav__item"> |
| 1330 | + <a href="#getting-support" class="md-nav__link"> |
| 1331 | + <span class="md-ellipsis"> |
| 1332 | + |
| 1333 | + Getting Support |
| 1334 | + |
| 1335 | + </span> |
| 1336 | + </a> |
| 1337 | + |
| 1338 | +</li> |
| 1339 | + |
| 1340 | + <li class="md-nav__item"> |
| 1341 | + <a href="#licensing" class="md-nav__link"> |
| 1342 | + <span class="md-ellipsis"> |
| 1343 | + |
| 1344 | + Licensing |
| 1345 | + |
| 1346 | + </span> |
| 1347 | + </a> |
| 1348 | + |
1327 | 1349 | </li> |
1328 | 1350 |
|
1329 | 1351 | <li class="md-nav__item"> |
@@ -1431,54 +1453,72 @@ <h1>About</h1> |
1431 | 1453 | </ul> |
1432 | 1454 | <p>utPLSQL is developed 100% voluntarily and embraces a <a href="https://github.com/utPLSQL/utPLSQL/blob/develop/CODE_OF_CONDUCT.md">Code of Conduct</a>.</p> |
1433 | 1455 | <p>Additional information can be found in the <a href="/documentation">documentation</a> pages.</p> |
1434 | | -<h3 id="version-3">Version 3<a class="headerlink" href="#version-3" title="Permanent link">¶</a></h3> |
1435 | | -<p>While the framework exists since 1999, the current version 3 got completely rewritten in 2016 by passionate members of |
1436 | | -the community, using the object-oriented capabilities of the Oracle database to make it more consistent with other |
1437 | | -*Unit frameworks (e.g. JUnit for Java). </p> |
1438 | | -<p>This had significant impact on the syntax and the way the framework can be used.</p> |
| 1456 | +<p><a href="https://github.com/utPLSQL/utPLSQL/issues"><img alt="issues" src="http://img.shields.io/badge/GitHub_Project-Active-blue.svg" /></a> |
| 1457 | +<a href="https://www.apache.org/licenses/LICENSE-2.0"><img alt="license" src="http://img.shields.io/badge/license-apache%202.0-blue.svg" /></a> |
| 1458 | +<a href="https://github.com/utPLSQL/utPLSQL/discussions"><img alt="GitHub Discussions" src="https://img.shields.io/github/discussions/utPLSQL/utPLSQL" /></a> |
| 1459 | +<a href="https://twitter.com/utPLSQL"><img alt="twitter" src="https://img.shields.io/twitter/follow/utPLSQL.svg?style=social&label=Follow" /></a> |
| 1460 | +<a href="https://www.linkedin.com/company/utplsql/"><img alt="linkedIn" src="https://img.shields.io/badge/LinkedIn-Follow-blue?logo=linkedin" /></a></p> |
| 1461 | +<p>utPLSQL and its companion tools are open source, <a href="https://github.com/utPLSQL">hosted on GitHub</a>. Contributions, help |
| 1462 | +and constructive feedback are always appreciated — read the <a href="https://github.com/utPLSQL/utPLSQL/blob/develop/CONTRIBUTING.md">contributing guide</a> |
| 1463 | +if you'd like to get involved.</p> |
| 1464 | +<h3 id="framework-history">Framework history<a class="headerlink" href="#framework-history" title="Permanent link">¶</a></h3> |
| 1465 | +<p>While the framework exists since 1999, |
| 1466 | +the current version is a consequence of a complete rewrite done in 2016 by passionate developers, |
| 1467 | +using the object-oriented capabilities of the Oracle database to make it more aligned with other testing frameworks (e.g. JUnit for Java, RSpec for Ruby). </p> |
| 1468 | +<p>This had significant impact on the test code syntax and how the framework is used.</p> |
1439 | 1469 | <h3 id="major-contributors">Major Contributors<a class="headerlink" href="#major-contributors" title="Permanent link">¶</a></h3> |
1440 | 1470 | <table> |
1441 | 1471 | <thead> |
1442 | 1472 | <tr> |
1443 | 1473 | <th>Name</th> |
| 1474 | +<th>GitHub</th> |
1444 | 1475 | <th>Comments</th> |
1445 | 1476 | </tr> |
1446 | 1477 | </thead> |
1447 | 1478 | <tbody> |
1448 | 1479 | <tr> |
1449 | 1480 | <td><a href="https://twitter.com/GebalJacek/">Jacek Gebal</a></td> |
| 1481 | +<td><a href="https://github.com/jgebal">jgebal</a></td> |
1450 | 1482 | <td>Project lead, admin, core PL/SQL framework, pipelines, expectations, reporters, annotations, cache</td> |
1451 | 1483 | </tr> |
1452 | 1484 | <tr> |
1453 | 1485 | <td><a href="https://twitter.com/Pazus">Pavel Kaplya</a></td> |
| 1486 | +<td><a href="https://github.com/Pazus">Pazus</a></td> |
1454 | 1487 | <td>Core PL/SQL framework, design, annotations</td> |
1455 | 1488 | </tr> |
1456 | 1489 | <tr> |
1457 | 1490 | <td><a href="https://twitter.com/Baalowy">Lukasz Wasylow</a></td> |
| 1491 | +<td><a href="https://github.com/lwasylow/">lwasylow</a></td> |
1458 | 1492 | <td>Core PL/SQL framework, demo project</td> |
1459 | 1493 | </tr> |
1460 | 1494 | <tr> |
1461 | 1495 | <td><a href="https://twitter.com/Der_Pesse">Samuel Nitsche</a></td> |
| 1496 | +<td><a href="https://github.com/pesse/">pesse</a></td> |
1462 | 1497 | <td>utPLSQL-java-api, utPLSQL-cli</td> |
1463 | 1498 | </tr> |
1464 | 1499 | <tr> |
1465 | 1500 | <td><a href="https://twitter.com/phsalvisberg">Philipp Salvisberg</a></td> |
| 1501 | +<td></td> |
1466 | 1502 | <td>utPLSQL-SQLDeveloper-extension</td> |
1467 | 1503 | </tr> |
1468 | 1504 | <tr> |
1469 | 1505 | <td><a href="https://www.linkedin.com/in/simonmartinelli/">Simon Martinelli</a></td> |
| 1506 | +<td></td> |
1470 | 1507 | <td>utPLSQL-PLSQL-Developer plugin, utPLSQL-cli</td> |
1471 | 1508 | </tr> |
1472 | 1509 | <tr> |
1473 | 1510 | <td><a href="https://twitter.com/mrvmoreira">Vinicius Avellar</a></td> |
| 1511 | +<td><a href="https://github.com/viniciusam/">viniciusam</a></td> |
1474 | 1512 | <td>utPLSQL-java-api, maven-plugin, utPLSQL-cli</td> |
1475 | 1513 | </tr> |
1476 | 1514 | <tr> |
1477 | 1515 | <td>Robert Love</td> |
| 1516 | +<td><a href="https://github.com/rlove">rlove</a></td> |
1478 | 1517 | <td></td> |
1479 | 1518 | </tr> |
1480 | 1519 | <tr> |
1481 | 1520 | <td>David Pyke</td> |
| 1521 | +<td><a href="https://github.com/Shoelace">Shoelace</a></td> |
1482 | 1522 | <td></td> |
1483 | 1523 | </tr> |
1484 | 1524 | </tbody> |
@@ -1511,6 +1551,35 @@ <h3 id="prior-versions-creators">Prior versions creators<a class="headerlink" hr |
1511 | 1551 | </tr> |
1512 | 1552 | </tbody> |
1513 | 1553 | </table> |
| 1554 | +<h2 id="getting-support">Getting Support<a class="headerlink" href="#getting-support" title="Permanent link">¶</a></h2> |
| 1555 | +<ul> |
| 1556 | +<li>Search or start a topic on <a href="https://github.com/utPLSQL/utPLSQL/discussions">GitHub Discussions</a> to ask questions, find support and share ideas</li> |
| 1557 | +<li>Open a new <a href="https://github.com/utPLSQL/utPLSQL/issues">issue on GitHub</a> for bugs or feature requests</li> |
| 1558 | +</ul> |
| 1559 | +<h2 id="licensing">Licensing<a class="headerlink" href="#licensing" title="Permanent link">¶</a></h2> |
| 1560 | +<p><strong>utPLSQL</strong> and its companion tools are licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a> license.</p> |
| 1561 | +<p>This website and the project documentation are built with:</p> |
| 1562 | +<table> |
| 1563 | +<thead> |
| 1564 | +<tr> |
| 1565 | +<th>Tool</th> |
| 1566 | +<th>License</th> |
| 1567 | +<th>Purpose</th> |
| 1568 | +</tr> |
| 1569 | +</thead> |
| 1570 | +<tbody> |
| 1571 | +<tr> |
| 1572 | +<td><a href="http://www.mkdocs.org/">mkDocs</a></td> |
| 1573 | +<td><a href="http://www.mkdocs.org/about/license/">BSD</a></td> |
| 1574 | +<td>Project website and documentation</td> |
| 1575 | +</tr> |
| 1576 | +<tr> |
| 1577 | +<td><a href="https://squidfunk.github.io/mkdocs-material/">material-for-mkdocs</a></td> |
| 1578 | +<td><a href="https://squidfunk.github.io/mkdocs-material/license/">MIT</a></td> |
| 1579 | +<td>Project website and documentation</td> |
| 1580 | +</tr> |
| 1581 | +</tbody> |
| 1582 | +</table> |
1514 | 1583 | <h2 id="supporters">Supporters<a class="headerlink" href="#supporters" title="Permanent link">¶</a></h2> |
1515 | 1584 | <p>The utPLSQL project is community-driven and is not commercially motivated. Nonetheless, donations and other contributions are always welcome, and are detailed below.</p> |
1516 | 1585 | <h3 id="active-supporters">Active supporters<a class="headerlink" href="#active-supporters" title="Permanent link">¶</a></h3> |
@@ -1565,7 +1634,7 @@ <h3 id="past-supporters">Past supporters<a class="headerlink" href="#past-suppor |
1565 | 1634 | <span class="md-icon" title="Last update"> |
1566 | 1635 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg> |
1567 | 1636 | </span> |
1568 | | - <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime" title="August 3, 2026 15:25:04 UTC">August 3, 2026 15:25:04</span> |
| 1637 | + <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime" title="August 3, 2026 16:30:13 UTC">August 3, 2026 16:30:13</span> |
1569 | 1638 | </span> |
1570 | 1639 |
|
1571 | 1640 |
|
|
0 commit comments