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

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

I am upgrading springbot 2.x to springboot3.2 some java file is not found in latest de.flapdoodle.embed 4.8 jar #32

Closed usingh20 closed 11 months ago

usingh20 commented 1 year ago

Below java file is not found in latest de.flapdoodle.embed jar
de.flapdoodle.embed.process.config.RuntimeConfig; de.flapdoodle.embed.process.config.store.SameDownloadPathForEveryDistribution; de.flapdoodle.embed.process.extract.UserTempNaming; de.flapdoodle.embed.process.io.directories.FixedPath; de.flapdoodle.embed.mongo.Command; de.flapdoodle.embed.mongo.MongodExecutable; de.flapdoodle.embed.mongo.config.Defaults; de.flapdoodle.embed.mongo.config.MongodConfig;

michaelmosmann commented 1 year ago

@usingh20 from which spring version did you upgrade? Do you use this spring integration?

usingh20 commented 1 year ago

@michaelmosmann I am upgrading from springboot 2.7.6 to springboot 3.2 and Spring 5.3. yes I am having spring integration `

de.flapdoodle.embed
        <artifactId>de.flapdoodle.embed.mongo</artifactId>
        <!--<scope>test</scope>-->
    </dependency>
    <dependency>
    <groupId>de.flapdoodle.embed</groupId>
    <artifactId>de.flapdoodle.embed.mongo.spring30x</artifactId>
        <exclusions>
            <exclusion>
                <groupId>com.vaadin.external.google</groupId>
                <artifactId>android-json</artifactId>
            </exclusion>
        </exclusions>
    </dependency>`  

Below image is old depdendency from where I am migrating spring boot 3.2 image

michaelmosmann commented 1 year ago

@usingh20 do you have some own code using de.flapdoodle code? If you are using spring 2.7.x out of the box the spring integration provided by spring itself did use a much older version of my library.

michaelmosmann commented 11 months ago

@usingh20 i will close this issue.. reopen if needed.