-
Notifications
You must be signed in to change notification settings - Fork 6
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
Move to Spring 4 #508
base: development
Are you sure you want to change the base?
Move to Spring 4 #508
Conversation
ac20945
to
d9d820e
Compare
d9d820e
to
36bba51
Compare
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The disadvantage of using this is that IntelliJ does not see the sources and building from the IDE is likely broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It only applies to building from scratch.
307ee76
to
980f920
Compare
0a59b75
to
52f626e
Compare
Include depreacted SimpleFormController from Spring 3.2.18 by extracting specific files with Maven depdendency plugin. Update xsi:schemaLocations mentions to 4.3. Update DWR to 3.0.2. Update Jersey to 2.27.
52f626e
to
6bac8fe
Compare
pom.xml
Outdated
@@ -139,7 +139,7 @@ | |||
<dependency> | |||
<groupId>baseCode</groupId> | |||
<artifactId>baseCode</artifactId> | |||
<version>1.1.6</version> | |||
<version>1.1.7</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a development version of baseCode that is based on pavlab-starter-parent.
79530fc
to
d612215
Compare
I'm pretty sure the generated Spring sources can resize under |
They are currently equivalent, but in Spring 4, hasRole() will prefix authorities with 'ROLE_'. Relates to #508.
They are currently equivalent, but in Spring 4, hasRole() will prefix authorities with 'ROLE_'. Relates to #508.
84692c7
to
e0ec3da
Compare
gemma-web/target/generated-sources/spring-webmvc
Update xsi:schemaLocations mentions to 4.3.schema locations are now version-independentAsyncFactoryBean
#612