Skip to content

Commit 22a8e4c

Browse files
chore(release): 0.9.0-rc.8
## [0.9.0-rc.8](v0.9.0-rc.7...v0.9.0-rc.8) (2025-08-01) ### 📚 Documentation * create docs for best practices ([#370](#370)) ([cfcb580](cfcb580))
1 parent cfcb580 commit 22a8e4c

64 files changed

Lines changed: 66 additions & 66 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

server/application-server/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: MIT License
1010
url: https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE
11-
version: 0.9.0-rc.7
11+
version: 0.9.0-rc.8
1212
servers:
1313
- url: /
1414
description: Default Server URL

server/application-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>de.tum.in.www1</groupId>
1313
<artifactId>hephaestus</artifactId>
14-
<version>0.9.0-rc.7-SNAPSHOT</version>
14+
<version>0.9.0-rc.8-SNAPSHOT</version>
1515
<name>Hephaestus</name>
1616
<description>AI-driven learning for better software development</description>
1717
<url />

server/application-server/src/main/java/de/tum/in/www1/hephaestus/OpenAPIConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
info = @Info(
2020
title = "Hephaestus API",
2121
description = "API documentation for the Hephaestus application server.",
22-
version = "0.9.0-rc.7",
22+
version = "0.9.0-rc.8",
2323
contact = @Contact(name = "Felix T.J. Dietrich", email = "felixtj.dietrich@tum.de"),
2424
license = @License(name = "MIT License", url = "https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE")
2525
),

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/JavaTimeFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/RFC3339DateFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPractice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPracticeStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/DetectorRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/DetectorResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/HTTPValidationError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.7
5+
* The version of the OpenAPI document: 0.9.0-rc.8
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)