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

Plugin wont work with Grails 3.3.x And spring boot 1.5.3 #13

Closed
snimavat opened this issue Jun 26, 2017 · 5 comments
Closed

Plugin wont work with Grails 3.3.x And spring boot 1.5.3 #13

snimavat opened this issue Jun 26, 2017 · 5 comments

Comments

@snimavat
Copy link
Contributor

snimavat commented Jun 26, 2017

The contract for SpringApplicationRunListener interface has changed,
started() method has been renamed to starting()

Out ExternalConfig run listener does not provide the implementation for the new method, resulting in
Below exception while application is starting up

java.lang.AbstractMethodError
	at org.springframework.boot.SpringApplicationRunListeners.starting(SpringApplicationRunListeners.java:48)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)

It will prevent the app from starting.

@sbglasius
Copy link
Owner

I believe the latest snapshot version is working. Please test.

@snimavat
Copy link
Contributor Author

Ah, i see, the change has been done, great...

@sbglasius
Copy link
Owner

I'm closing this issue again :)

@snimavat
Copy link
Contributor Author

snimavat commented Jun 26, 2017

Are you sure the snapshot has been published to jfrog oss ? -- cant resolve 1.1.1-BUILD-SNAPSHOT' after adding maven { url "https://oss.jfrog.org/repo/" }

@sbglasius

@sbglasius
Copy link
Owner

Build successfully deployed. Browse it in Artifactory under http://oss.jfrog.org/webapp/builds/external-config/1498510429033

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