-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site checkin for project QA Automation
- Loading branch information
1 parent
0f335f6
commit a83528a
Showing
1,452 changed files
with
4,042 additions
and
3,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
|
||
<!-- | ||
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M12 from src/site/markdown/adding-tests.md at 2024-03-03 | ||
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M12 from src/site/markdown/adding-tests.md at 2024-03-04 | ||
| Rendered using Apache Maven Fluido Skin 2.0.0-M7 | ||
--> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> | ||
|
@@ -131,7 +131,7 @@ | |
|
||
<div id="breadcrumbs"> | ||
<ul class="breadcrumb"> | ||
<li id="publishDate">Last Published: 2024-03-03<span class="divider">|</span> | ||
<li id="publishDate">Last Published: 2024-03-04<span class="divider">|</span> | ||
</li> | ||
<li id="projectVersion">Version: 1.0.4-SNAPSHOT</li> | ||
</ul> | ||
|
@@ -184,9 +184,9 @@ <h2>Environments</h2> | |
this system. These may look like this:</p> | ||
|
||
<div class="verbatim"> | ||
<pre><code class="language-properties">system.url =https://username:[email protected] | ||
token.url =https://oauth-dev.host | ||
token.clientId =clientId | ||
<pre><code class="language-properties">system.url=https://username:[email protected] | ||
token.url=https://oauth-dev.host | ||
token.clientId=clientId | ||
token.clientSecret=clientSecret | ||
</code></pre></div> | ||
<p>We should now have <code>test/resources/environments/dev/test.properties</code>, and so on | ||
|
@@ -210,7 +210,7 @@ <h2>Configuration</h2> | |
public SystemOAuthRequestFilter systemOAuthRequestFilter() { | ||
return SystemOAuthRequestFilter.builder() | ||
.refreshTokenUri(getString("token.url")) | ||
.authorization(CosOAuthRequestFilter.Authorization.builder() | ||
.authorization(SystemOAuthRequestFilter.Authorization.builder() | ||
.clientId(getString("token.clientId")) | ||
.clientSecret(getString("token.clientSecret")) | ||
.build()) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.