File tree Expand file tree Collapse file tree 5 files changed +11
-14
lines changed
artifacts/buildSrc/src/main/java/org/eclipse/dsp/generation/transformer Expand file tree Collapse file tree 5 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 ">
55 < meta http-equiv ="refresh "
6- content ="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4 "/>
7- < link rel ="canonical " href ="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4 "/>
6+ content ="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC3 "/>
7+ < link rel ="canonical " href ="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC3 "/>
88</ head >
99< body >
1010< h4 >
11- This redirects to the latest Release Candidate < a href ="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4 "> here</ a >
11+ This redirects to the latest Release Candidate < a href ="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC3 "> here</ a >
1212</ h4 >
1313</ body >
1414</ html >
Original file line number Diff line number Diff line change @@ -63,5 +63,4 @@ You should now see an additional endpoint at `https://eclipse-dataspace-dcp.gith
6363
6464#### Github Release
6565
66- Create a Github Release by adding a bit of context, autogenerating the releasenotes. For RCs, it's customary to include
67- a permalink to the rendered respec webpage.
66+ Create a Github Release by adding a bit of context, autogenerating the releasenotes. For RCs, it's customary to
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ private String parseResolvedTypes(SchemaProperty property) {
106106 var itemTypes = resolvedProperty .getItemTypes ().stream ()
107107 .flatMap (t -> t .getResolvedTypes ().stream ())
108108 .map (e -> {
109- if (e .isJsonBaseType () || getTypeName ( e ). startsWith ( "array" ) ) {
109+ if (e .isJsonBaseType ()) {
110110 return String .format ("%s" , getTypeName (e ));
111111 }
112112 return String .format ("<a href=#%s-table>%s</a>" , getTypeName (e ), getTypeName (e ));
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ='utf-8 '>
55 < script src ='https://www.w3.org/Tools/respec/respec-w3c ' async class ='remove '> </ script >
6+ < script class ="remove " src ="https://cdn.jsdelivr.net/gh/w3c/respec-mermaid@1.1.0/dist/main.js "> </ script >
67 < script class ='remove '>
78 var respecConfig = {
89 specStatus : "unofficial" ,
6061 maxTocLevel : 3 ,
6162 } ;
6263 </ script >
63- < title > Dataspace Protocol Release 2025-1-RC5 </ title >
64+ < title > Dataspace Protocol Release 2025-1-RC4 </ title >
6465</ head >
6566< body >
6667< p class ="copyright ">
6768 This document is licensed under < a href ="https://www.apache.org/licenses/LICENSE-2.0.html "> The Apache License, Version 2.0</ a > .
6869</ p >
69- < h1 id ="title "> Dataspace Protocol 2025-1-RC5 </ h1 >
70+ < h1 id ="title "> Dataspace Protocol 2025-1-RC4 </ h1 >
7071< section id ='abstract '>
7172 < p >
7273 The Dataspace Protocol is a specification designed to facilitate interoperable data sharing between
Original file line number Diff line number Diff line change 11# Lower Level Type Definitions
22
3+ <p data-include =" message/table/action.html " data-include-format =" html " >
4+ </p >
5+
36<p data-include =" message/table/agreement.html " data-include-format =" html " >
47</p >
58
3033<p data-include =" message/table/offer.html " data-include-format =" html " >
3134</p >
3235
33- <p data-include =" message/table/permission.html " data-include-format =" html " >
34- </p >
35-
36- <p data-include =" message/table/prohibition.html " data-include-format =" html " >
37- </p >
38-
3936<p data-include =" message/table/rule.html " data-include-format =" html " >
4037</p >
You can’t perform that action at this time.
0 commit comments