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

#16: Added wildcard and property placeholder supoprt in the SpringApplic... #17

Closed
wants to merge 1 commit into from

Conversation

sshcherbakov
Copy link

...ation String defined sources

  • Default resource loaded in the BeanDefinitionLoader has been changed to PathMatchingResourcePatternResolver;
  • A check for the ResourcePatternLoader similar to that in AbstractBeanDefinitionReader and property placeholder resolution has been added to the load(CharSequence) method of the BeanDefinitionLoader;
  • Added a unit test illustrating the issue;

@dsyer
Copy link
Member

dsyer commented Aug 21, 2013

Merged, thanks.

@dsyer dsyer closed this Aug 21, 2013
@dsyer dsyer reopened this Aug 21, 2013
@dsyer
Copy link
Member

dsyer commented Aug 21, 2013

Re-opened (tests failing). I rewrote history on master to get rid of this change. Can you pick it up from there and fix the test please?

…n the SpringApplication String defined sources

* Default resource loaded in the BeanDefinitionLoader has been changed to PathMatchingResourcePatternResolver;
* A check for the ResourcePatternLoader similar to that in AbstractBeanDefinitionReader and property placeholder resolution has been added to the load(CharSequence) method of the BeanDefinitionLoader;
* Added a unit test illustrating the issue;
@sshcherbakov
Copy link
Author

Hi Dave, sorry. I've updated the PR, it should pass the tests now.

@dsyer
Copy link
Member

dsyer commented Aug 21, 2013

Merged again, thanks.

@dsyer dsyer closed this Aug 21, 2013
bclozel added a commit that referenced this pull request Oct 9, 2016
wilkinsona added a commit to wilkinsona/spring-boot that referenced this pull request Nov 3, 2016
W0rf referenced this pull request in W0rf/jenkins2-course-spring-boot Dec 4, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants