Skip to content

Commit

Permalink
Merge branch 'springwolf:master' into feature/replace-componentscan
Browse files Browse the repository at this point in the history
  • Loading branch information
tvahrst authored Oct 7, 2023
2 parents c78de27 + 65b49bd commit 7e6f151
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 322 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/springwolf-amqp.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/springwolf-cloud-stream.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/springwolf-common-model-converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-common-model-converters.yml'
- 'springwolf-add-ons/springwolf-common-model-converters/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/springwolf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-core.yml'
- 'springwolf-core/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/springwolf-kafka.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
name: springwolf-sqs
name: springwolf-plugins

on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-sqs.yml'
- 'springwolf-core/**'
- 'springwolf-plugins/springwolf-sqs-plugin/**'
- 'springwolf-examples/springwolf-sqs-example/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

env:
plugin: springwolf-plugins/springwolf-sqs-plugin
example: springwolf-examples/springwolf-sqs-example

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
plugin: [ "amqp", "cloud-stream", "kafka", "sqs" ]

env:
plugin: springwolf-plugins/springwolf-${{ matrix.plugin }}-plugin
example: springwolf-examples/springwolf-${{ matrix.plugin }}-example

steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/springwolf-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/springwolf-ui.yml'
- 'springwolf-examples/springwolf-amqp-example/src/test/resources/asyncapi.json'
- 'springwolf-examples/springwolf-cloud-stream-example/src/test/resources/asyncapi.json'
- 'springwolf-examples/springwolf-kafka-example/src/test/resources/asyncapi.json'
- 'springwolf-ui/**'
pull_request:
types: [ opened, synchronize, ready_for_review ]

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ plugins {
id 'io.spring.dependency-management' version '1.1.3' apply false
id 'org.springframework.boot' version '3.1.4' apply false
id 'org.owasp.dependencycheck' version '8.4.0'
id 'com.diffplug.spotless' version '6.21.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.3' apply false
id 'com.diffplug.spotless' version '6.22.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.4' apply false
}

applyDotEnvFileAsGradleProperties()
Expand Down
11 changes: 3 additions & 8 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ ext {

jsr305Version = '3.0.2'

kafkaVersion = '3.5.1'
kafkaClientsVersion = '3.5.1'
kafkaStreamsVersion = '3.5.1'

jacksonVersion = '2.15.2'
jakartaAnnotationApiVersion = '2.1.1'
Expand All @@ -56,11 +57,5 @@ ext {

swaggerVersion = '2.2.16'

testcontainersVersion = '1.19.0'
testcontainersVersion = '1.19.1'
}

// spring boot managed dependency versions
ext {
set('kafka.version', ext.kafkaVersion)
set('snakeyaml.version', '2.2')
}
Loading

0 comments on commit 7e6f151

Please sign in to comment.