-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Check XD compatibilty #847
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
Comments
|
I think an exclusion in XD would be the best solution. Why is this in the Boot tracker? |
I forgot to paste the stack trace. It seems the upgrade to 1.1 for XD causes this:
|
Perhaps Freemarker templates should not be part of the template folder check? or should we convert that exception to a warning? |
Treating FreeMarker differently doesn't feel right to me. Instead, I'd recommend either disabling the check ( |
We could add that as a hint to the exception |
/cc @dturanski |
Freemarker exclusions working. We seem to have lost the auto configured RedisConnectionFactory |
Possibly the switch to Jedis? #745 |
Working OK now with snapshots https://github.com/dsyer/spring-xd/tree/feature/boot1.1. There's a pull request in for XD based on that branch. |
Moving to 1.1.1 |
When there are parent contexts we already had a strategy for registering the actuator endpoints, but not the regular JMX or Integration MBeans. This chnage makes the autoconfigs for JMX aware of the parent context. Also adds a sample with a parent context. See gh-847
When there are parent contexts we already had a strategy for registering the actuator endpoints, but not the regular JMX or Integration MBeans. This chnage makes the autoconfigs for JMX aware of the parent context. Also adds a sample with a parent context. See gh-847
When there are parent contexts we already had a strategy for registering the actuator endpoints, but not the regular JMX or Integration MBeans. This chnage makes the autoconfigs for JMX aware of the parent context. Also adds a sample with a parent context. See gh-847 Support for Jmx (and Integration) autconfig in parent contexts When there are parent contexts we already had a strategy for registering the actuator endpoints, but not the regular JMX or Integration MBeans. This chnage makes the autoconfigs for JMX aware of the parent context. Also adds a sample with a parent context. See gh-847
When there are parent contexts we already had a strategy for registering the actuator endpoints, but not the regular JMX or Integration MBeans. This chnage makes the autoconfigs for JMX aware of the parent context. Also adds a sample with a parent context. See gh-847
XD built OK today against commit b646231 (pre 1.1.2). |
Tested again with commit 542896b and added support in XD for the latest Boot plugin features: spring-attic/spring-xd#971 |
No description provided.
The text was updated successfully, but these errors were encountered: