File tree Expand file tree Collapse file tree 10 files changed +14
-10
lines changed
Expand file tree Collapse file tree 10 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ It currently consists of
1515
1616# Release Notes
1717BOAT is still under development and subject to change.
18+ ## 0.17.73
19+ Added code related to generate webhook endpoints with different goal
20+ To add prehook and posthook request mappings for all the requests in spec yaml using webhooks.
21+ Created a new Mojo, added codegen and related templates under boat-webhooks.
1822
1923## 0.17.70
2024Fix: Examples of responses defined in components/responses were not inlined by the ExamplesProcessor.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >boat-engine</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >boat-maven-plugin</artifactId >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >boat-quay</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-quay-lint</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >boat-quay</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-quay-rules</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-scaffold</artifactId >
102102 <dependency >
103103 <groupId >com.backbase.oss</groupId >
104104 <artifactId >boat-trail-resources</artifactId >
105- <version >0.17.71 -SNAPSHOT</version >
105+ <version >0.17.73 -SNAPSHOT</version >
106106 <scope >test</scope >
107107 </dependency >
108108 <dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-trail-resources</artifactId >
Original file line number Diff line number Diff line change 44
55 <groupId >com.backbase.oss</groupId >
66 <artifactId >backbase-openapi-tools</artifactId >
7- <version >0.17.71 -SNAPSHOT</version >
7+ <version >0.17.73 -SNAPSHOT</version >
88
99 <packaging >pom</packaging >
1010 <description >Backbase Open Api Tools is a collection of tools to work with Open API</description >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.71 -SNAPSHOT</version >
8+ <version >0.17.73 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >tests</artifactId >
You can’t perform that action at this time.
0 commit comments