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

Spring mvc #366

Closed
wants to merge 32 commits into from
Closed

Spring mvc #366

wants to merge 32 commits into from

Conversation

Delawen
Copy link
Contributor

@Delawen Delawen commented Jan 27, 2014

josegar74 and others added 20 commits December 17, 2012 01:27
Pull request to synch with geonetwork/core-geonetwork repository
… into spring-mvc

Conflicts:
	core/src/main/java/org/fao/geonet/kernel/setting/SettingManager.java
	core/src/main/resources/config-spring-geonetwork.xml
	domain/src/main/java/org/fao/geonet/domain/GeonetEntity.java
	domain/src/main/java/org/fao/geonet/domain/StatusValue.java
	pom.xml
	web/pom.xml
	web/src/main/webResources/WEB-INF/web.xml
	web/src/main/webapp/WEB-INF/classes/JZKitConfig.xml
	web/src/main/webapp/WEB-INF/config-security/config-security-mapping.xml
	web/src/main/webapp/WEB-INF/config-spring-geonetwork.xml
@ghost ghost assigned Delawen Jan 27, 2014

@Override
public boolean getValueAsBool(String key) {
throw new NotImplementedException();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these left as not implemented? I think they should either be removed from the API or implemented. It seems like a 1/2 finished job.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't need it for the example service. The idea is to implement them "on the run" when we need them. Some of them may be a bit deprecated, I think, with the new way of saving settings on the database.

@jesseeichar
Copy link

Very exciting. I was only this yesterday wondering what the status was on this work. I will give this a +1 once my comments are answered.

@Delawen Delawen modified the milestones: 2.11.0, Future release May 20, 2014
@Delawen Delawen closed this Jul 29, 2014
@Delawen Delawen deleted the spring-mvc branch September 26, 2014 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants