Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackOverflowError with SpringBoot 3.1.5 and jasypt-spring-boot-starter 3.0.5 with ${cors.origins.allowed:#{http://localhost:4200}} #377

Open
git9999999 opened this issue Nov 8, 2023 · 2 comments

Comments

@git9999999
Copy link

Hi

Upgraded from SpringBoot 2.6.6 with

     <dependency>
            <groupId>com.github.ulisesbocchio</groupId>
            <artifactId>jasypt-maven-plugin</artifactId>
            <version>3.0.4</version>
        </dependency>

To SpringBoot 3.1.5 with

       <dependency>
            <groupId>com.github.ulisesbocchio</groupId>
            <artifactId>jasypt-spring-boot-starter</artifactId>
            <version>3.0.5</version>
        </dependency>

It used to work with application.properties
cors.origins.allowed=${cors.origins.allowed:#{http://localhost:4200}}
But after the upgrade i get a java.lang.StackOverflowError
similar to #209

@boufenzi
Copy link

did you resolve this problem, because i'm having the same one for days now

@git9999999
Copy link
Author

@boufenzi I changed the way i use it. Now i do

...allowed-origins: '*'

and i Overwrite the value on the environment with the correct value.

so this Bug is still open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants