flapdoodle-oss / de.flapdoodle.embed.mongo.spring

embedded mongo spring integration
Apache License 2.0
30 stars 7 forks source link

Implement matrix testing against different spring boot versions, fix config for spring boot 3.1 #35

Closed chillb0nes closed 10 months ago

chillb0nes commented 10 months ago

Hi!

This PR adds github workflow configuration to run tests automatically against latest major releases of spring boot (2.7, 3.0, 3.1) and fixes issue with PropertiesMongoConnectionDetails bean added in spring boot 3.1 (MongoProperties were injected before they were modified by EmbeddedMongoAutoConfiguration).

This also completes some tasks from https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/issues/33

michaelmosmann commented 10 months ago

@chillb0nes thanks:)