Skip to content

Commit

Permalink
Merge pull request AdoptOpenJDK#132 from gdams/index
Browse files Browse the repository at this point in the history
update v3 readme to include deprecation information
  • Loading branch information
johnoliver committed Mar 27, 2020
2 parents f3b2500 + b959d1a commit cce8f81
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
</head>
<body>
<div class="container">
<h1>AdoptOpenJDK API</h1>
<h1>AdoptOpenJDK API v3</h1>

<ul>
<li><strong>NOTICE:</strong> AdoptOpenJDK API v1 Has now been removed.</li>
<li><strong>NOTICE:</strong> AdoptOpenJDK API v2 Has now been deprecated.</li>
<li><strong>NOTICE:</strong> If you are using v2 please move to the v3 as soon as possible. Please raise any migration problems as an issue in the <a rel="noopener noreferrer" href="https://github.com/AdoptOpenJDK/openjdk-api-v3/issues/new">v3 issue tracker</a>.</li>
<li><strong>NOTICE:</strong> For v2 docs please refer to <a rel="noopener noreferrer" href="https://api.adoptopenjdk.net/README">https://api.adoptopenjdk.net/README</a>.</li>
</ul>

<h2>Overview</h2>
<p>The AdoptOpenJDK API provides a way to consume JSON information about the AdoptOpenJDK releases and nightly
Expand Down

0 comments on commit cce8f81

Please sign in to comment.