Skip to content

Commit

Permalink
Upgrade Spring Framework from 4.3.9 to 5.0.0 and Spring Data JPA from…
Browse files Browse the repository at this point in the history
… 1.11.4 to 2.0.0
  • Loading branch information
arey committed Oct 6, 2017
1 parent 2c698d4 commit 3b9da91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -31,19 +31,19 @@
<version.java>1.8</version.java>

<!-- Version of third libraries -->
<version.spring-framework>4.3.9.RELEASE</version.spring-framework>
<version.spring-data-jpa>1.11.4.RELEASE</version.spring-data-jpa>
<version.spring-framework>5.0.0.RELEASE</version.spring-framework>
<version.spring-data-jpa>2.0.0.RELEASE</version.spring-data-jpa>
<version.spring-security>4.2.3.RELEASE</version.spring-security>
<version.servlet-api>3.0.1</version.servlet-api>
<version.hibernate>5.2.10.Final</version.hibernate>
<version.servlet-api>4.0.0</version.servlet-api>
<version.hibernate>5.2.11.Final</version.hibernate>
<version.hibernate-javassist>3.22.0-CR2</version.hibernate-javassist>
<version.hibernate-jpa-2.1-api>1.0.0.Final</version.hibernate-jpa-2.1-api>
<version.aspectj>1.8.10</version.aspectj>
<version.aspectj>1.8.11</version.aspectj>
<version.logback>1.2.3</version.logback>
<version.slf4j>1.7.21</version.slf4j>
<version.h2>1.4.196</version.h2>
<version.junit>4.12</version.junit>
<version.jetty>9.4.6.v20170531</version.jetty>
<version.jetty>9.4.7.v20170914</version.jetty>
<version.commons-dbcp>1.4</version.commons-dbcp>

<!-- Version of maven plugins -->
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -2,7 +2,7 @@

Since Spring 3.0, the JavaConfig features are included in the Core Spring module. Thus Java Developer could move Spring beans definition from configuration XML files to Java classes.

Based on Spring Framework 4.3, Spring Data JPA 1.11, Spring Security 4.2 and Hibernate 5.2, this sample show how to use the Spring's new Java-configuration support and its @Configuration-annotated class.
Based on Spring Framework 5.0, Spring Data JPA 2.0, Spring Security 4.2 and Hibernate 5.2, this sample show how to use the Spring's new Java-configuration support and its @Configuration-annotated class.

The following classes, interfaces and annotations are used in the sample:
* JavaConfig main classes and annotations: @Configuration, @Bean, @ComponentScan, @Import, @ImportResource, @Profile, Environment, JndiObjectFactoryBean, @Scope
Expand Down

0 comments on commit 3b9da91

Please sign in to comment.