Skip to content

Commit a64cb1a

Browse files
authored
Remove validator. (#74) (#78)
1 parent 21a7743 commit a64cb1a

4 files changed

Lines changed: 2 additions & 29 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-Dmaven.javadoc.failOnError=false \
4747
-DadditionalJOption=--enable-preview \
4848
-Ddoclint=none \
49-
-pl '!:storm-kotlin,!:storm-kotlin-spring,!:storm-kotlin-spring-boot-starter,!:storm-kotlin-validator,!:storm-kotlinx-serialization,!:storm-metamodel-ksp,!:storm-spring-boot-starter,!:storm-jackson3'
49+
-pl '!:storm-kotlin,!:storm-kotlin-spring,!:storm-kotlin-spring-boot-starter,!:storm-kotlinx-serialization,!:storm-metamodel-ksp,!:storm-spring-boot-starter,!:storm-jackson3'
5050
5151
- name: Copy Javadoc to website/static/api/java
5252
run: |
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Copy KDoc to website/static/api/kotlin
5959
run: |
60-
for module in storm-kotlin storm-kotlin-spring storm-kotlin-spring-boot-starter storm-kotlin-validator storm-metamodel-ksp storm-kotlinx-serialization; do
60+
for module in storm-kotlin storm-kotlin-spring storm-kotlin-spring-boot-starter storm-metamodel-ksp storm-kotlinx-serialization; do
6161
if [ -d "$module/target/dokka" ]; then
6262
mkdir -p "website/static/api/kotlin/$module"
6363
cp -r "$module/target/dokka/"* "website/static/api/kotlin/$module/"

docs/api-kotlin.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ implementation("st.orm:storm-kotlin-spring-boot-starter:1.10.0")
4848

4949
See [Spring Integration: Spring Boot Starter](spring-integration.md#spring-boot-starter) for what the starter provides and how to override its defaults.
5050

51-
### storm-kotlin-validator
52-
53-
Validation support for Kotlin entities. Provides integration with Kotlin validation libraries for entity constraint checking.
54-
55-
```kotlin
56-
implementation("st.orm:storm-kotlin-validator:1.10.0")
57-
```
58-
5951
## Key Classes and Functions
6052

6153
| Class/Function | Description | Guide |
@@ -143,6 +135,5 @@ KDoc is generated per module using Dokka. Select a module below to browse its AP
143135
| [storm-kotlin](../api/kotlin/storm-kotlin/index.html) | Kotlin API with coroutine support |
144136
| [storm-kotlin-spring](../api/kotlin/storm-kotlin-spring/index.html) | Spring Framework integration for Kotlin |
145137
| [storm-kotlin-spring-boot-starter](../api/kotlin/storm-kotlin-spring-boot-starter/index.html) | Spring Boot auto-configuration for Kotlin |
146-
| [storm-kotlin-validator](../api/kotlin/storm-kotlin-validator/index.html) | Kotlin validation support |
147138
| [storm-metamodel-ksp](../api/kotlin/storm-metamodel-ksp/index.html) | Kotlin Symbol Processing for metamodel generation |
148139
| [storm-kotlinx-serialization](../api/kotlin/storm-kotlinx-serialization/index.html) | Kotlinx Serialization support |

website/versioned_docs/version-1.9.0/api-kotlin.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ implementation("st.orm:storm-kotlin-spring-boot-starter:1.10.0")
4848

4949
See [Spring Integration: Spring Boot Starter](spring-integration.md#spring-boot-starter) for what the starter provides and how to override its defaults.
5050

51-
### storm-kotlin-validator
52-
53-
Validation support for Kotlin entities. Provides integration with Kotlin validation libraries for entity constraint checking.
54-
55-
```kotlin
56-
implementation("st.orm:storm-kotlin-validator:1.10.0")
57-
```
58-
5951
## Key Classes and Functions
6052

6153
| Class/Function | Description | Guide |
@@ -143,6 +135,5 @@ KDoc is generated per module using Dokka. Select a module below to browse its AP
143135
| [storm-kotlin](../api/kotlin/storm-kotlin/index.html) | Kotlin API with coroutine support |
144136
| [storm-kotlin-spring](../api/kotlin/storm-kotlin-spring/index.html) | Spring Framework integration for Kotlin |
145137
| [storm-kotlin-spring-boot-starter](../api/kotlin/storm-kotlin-spring-boot-starter/index.html) | Spring Boot auto-configuration for Kotlin |
146-
| [storm-kotlin-validator](../api/kotlin/storm-kotlin-validator/index.html) | Kotlin validation support |
147138
| [storm-metamodel-ksp](../api/kotlin/storm-metamodel-ksp/index.html) | Kotlin Symbol Processing for metamodel generation |
148139
| [storm-kotlinx-serialization](../api/kotlin/storm-kotlinx-serialization/index.html) | Kotlinx Serialization support |

website/versioned_docs/version-1.9.1/api-kotlin.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ implementation("st.orm:storm-kotlin-spring-boot-starter:1.10.0")
4848

4949
See [Spring Integration: Spring Boot Starter](spring-integration.md#spring-boot-starter) for what the starter provides and how to override its defaults.
5050

51-
### storm-kotlin-validator
52-
53-
Validation support for Kotlin entities. Provides integration with Kotlin validation libraries for entity constraint checking.
54-
55-
```kotlin
56-
implementation("st.orm:storm-kotlin-validator:1.10.0")
57-
```
58-
5951
## Key Classes and Functions
6052

6153
| Class/Function | Description | Guide |
@@ -143,6 +135,5 @@ KDoc is generated per module using Dokka. Select a module below to browse its AP
143135
| [storm-kotlin](../api/kotlin/storm-kotlin/index.html) | Kotlin API with coroutine support |
144136
| [storm-kotlin-spring](../api/kotlin/storm-kotlin-spring/index.html) | Spring Framework integration for Kotlin |
145137
| [storm-kotlin-spring-boot-starter](../api/kotlin/storm-kotlin-spring-boot-starter/index.html) | Spring Boot auto-configuration for Kotlin |
146-
| [storm-kotlin-validator](../api/kotlin/storm-kotlin-validator/index.html) | Kotlin validation support |
147138
| [storm-metamodel-ksp](../api/kotlin/storm-metamodel-ksp/index.html) | Kotlin Symbol Processing for metamodel generation |
148139
| [storm-kotlinx-serialization](../api/kotlin/storm-kotlinx-serialization/index.html) | Kotlinx Serialization support |

0 commit comments

Comments
 (0)