-
Notifications
You must be signed in to change notification settings - Fork 55
Migration Guide 5.3.2_en
.. only:: html .. contents:: Table of contents :depth: 2 :local:
Main changes in 5.3.2 are as follows.
- Updated Spring Framework to 4.3.14
- Updated Spring Security to 4.1.5
- Changed some of the common library specifications
- Changed blank project
From 5.3.2, Spring Framework was updated to 4.3.14.RELEASE.
Note
Spring Framework 4.3.5.RELEASE is used in Spring IO Platform Athens-SR2 however, version control is performed independently in the common library.
From 5.3.2, Spring Security was updated to 4.1.5.RELEASE.
Note
Spring Security 4.1.4.RELEASE is used in Spring IO Platform Athens-SR2 however, version control is performed independently in the common library.
From 5.3.2, some of the common library specifications were changed.
From 5.3.2, some of the configuration files of blank project were changed.
- [single#287] [multi#324] fix ojdbc group ID in pom.xml, match officially group ID
- [single#299] [multi#332] Warning about Logback.xml appears in Eclipse.
- [single#315] [multi#333] Should define the dependency to older version Selenium in blank project
- [single#300] [multi#334] Remove definition of trimTokens
- [multi#371] define maven-surefire-plugin version
Note
Regarding line feed codes
The line feed codes of blank project were unified with LF.When source code of blank project is to be used, take care not to mix the line feed code with CRLF.
The migration procedure is as follows.
Note
Notes
Required : This procedure is requiredRequired by case : This procedure is required with conditionsOptional : This procedure is recommended (Implement it whenever required)- : This procedure is not required
[General]
.. tabularcolumns:: |p{0.10\linewidth}|p{0.30\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|
Step | Procedure | MavenMultiple Projects | MavenSingle Project | EclipseWTP Project |
---|---|---|---|---|
|
Update dependent libraries | Required | Required | Required |
[Common library]
.. tabularcolumns:: |p{0.10\linewidth}|p{0.30\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|
Step | Procedure | MavenMultiple Projects | MavenSingle Project | EclipseWTP Project |
---|---|---|---|---|
|
Bug fixing in full width/half width conversion library | Required by case | Required by case | Required by case |
[Blank project]
.. tabularcolumns:: |p{0.10\linewidth}|p{0.30\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|
Step | Procedure | MavenMultiple Projects | MavenSingle Project | EclipseWTP Project |
---|---|---|---|---|
|
Delete original mvc:path-matching definition from mvc:annotation-driven element | Optional | Optional | Optional |
|
Add DOCTYPE declaration to logback.xml | Optional | Optional |
|
|
Modify group ID of Oracle JDBC | Optional | Optional |
|
|
Delete version setting of Selenium dependent library | Optional | Optional |
|
|
Add version definition of maven-surefire-plugin | Optional |
|
|
[Spring Framework]
.. tabularcolumns:: |p{0.10\linewidth}|p{0.30\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|
Step | Procedure | MavenMultiple Projects | MavenSingle Project | EclipseWTP Project |
---|---|---|---|---|
|
Modify the definition of access policy that uses path variables | Required by case | Required by case | Required by case |
|
Temporary measures for bug of Cache-Control header not output normally | Required by case | Required by case | Required by case |
|
Change DI method of SOAP Web Service | Required by case | Required by case | Required by case |
|
Modify timeout setting of SOAP client | Required by case | Required by case | Required by case |
|
Modify setting method of request header for Basic authorization | Optional | Optional | Optional |
[Spring Security]
.. tabularcolumns:: |p{0.10\linewidth}|p{0.30\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|p{0.20\linewidth}|
Step | Procedure | MavenMultiple Projects | MavenSingle Project | EclipseWTP Project |
---|---|---|---|---|
|
Correction due to validation of timeout attribute of @Transactional annotation | Required by case | Required by case | Required by case |
|
Correction due to addition of OAuth error handling method | Required by case | Required by case | Required by case |
|
Add access token deletion method in OAuth client | Required by case | Required by case | Required by case |
Update common libraries and dependent libraries of TERASOLUNA Server Framework for Java (5.x).
.. tabularcolumns:: |p{0.35\linewidth}|p{0.25\linewidth}|p{0.25\linewidth}|p{0.15\linewidth}|
Library name | Version before update | Version after update | Remarks |
---|---|---|---|
TERASOLUNA Server Framework for Java (5.x) Common Library | 5.3.1.RELEASE | 5.3.2.RELEASE | |
Spring Framework | 4.3.5.RELEASE | 4.3.14.RELEASE | |
Spring Security | 4.1.4.RELEASE | 4.1.5.RELEASE |
[Case where procedure is required]
This procedure is required.
This update procedure is for the project created by using mvn archetype.
Modify pom file version
of the parent project to 5.3.2.RELEASE
.
- (
$YOUR_MULTIPLE_PROJECT_ROOT/pom.xml
)
<!-- omitted -->
<parent>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-parent</artifactId>
<version>5.3.2.RELEASE</version> <!-- ### Modification location ### -->
</parent>
<!-- omitted -->
This update procedure is for the project created using mvn archetype or for the project downloaded from release site.
Update pom file version
of project to 5.3.2.RELEASE
.
- (
$YOUR_SINGLE_PROJECT/pom.xml
)
<!-- omitted -->
<parent>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-parent</artifactId>
<version>5.3.2.RELEASE</version> <!-- ### Modification location ### -->
</parent>
<!-- omitted -->
This update procedure is for Eclipse WTP project downloaded from release site.
Refer to Update library at the time of using Eclipse WTP Project for update procedure.
[Case where procedure is required]
Confirm the following if it matches with any of the following cases.
-
org.terasoluna.gfw.common.fullhalf.DefaultFullHalf
is used. - Own
FullHalfConverter
class is created by referring to Development Guidelines.
[Specifications change contents]
Since there is a bug wherein Katakana "ベ" is not converted, the implementation example of org.terasoluna.gfw.common.fullhalf.DefaultFullHalf
and Creation of FullHalfConverter class where pair definition of original full width and half width characters is registeredis modified as follows.
Ensure that there is no impact due to this modification.
[Before modification]
.. tabularcolumns:: |p{0.30\linewidth}|p{0.30\linewidth}
Characters to be converted | After conversion |
---|---|
べ(Hiragana) | ベ(Katakana) |
ベ(Katakana) | Is not converted |
[After modification}
.. tabularcolumns:: |p{0.30\linewidth}|p{0.30\linewidth}
Characters to be converted | After conversion |
---|---|
べ(Hiragana) | ベ(Katakana) |
ベ(Katakana) | ベ(Katakana) |
In Spring Framework 4.3, since the default value of trimTokens
property of org.springframework.util.AntPathMatcher
is false
, the definition of AntPathMatcher
where false
is specifically set, is not required.
Till 5.3.1 version of blank project, AntPathMatcher
wherein false
is set in trimTokens
property, is defined and applied in mvc:path-matching
of mvc:annotation-driven
.
From 5.3.2 version, the definition of AntPathMatcher
is deleted so the default settings of Spring MVC is used.
[Case where procedure is required]
This procedure is optional. Perform the following modifications whenever required.
[How to modify]
- (
$YOUR_MULTIPLE_PROJECT_ROOT/projectName-web/src/main/resources/META-INF/spring/spring-mvc.xml
) - (
$YOUR_SINGLE_PROJECT/src/main/resources/META-INF/spring/spring-mvc.xml
) - (
$YOUR_ECLIPSE_WTP_PROJECT/src/main/resources/META-INF/spring/spring-mvc.xml
)
Delete the following settings.
<mvc:annotation-driven>
<!-- omitted -->
<!-- ### Delete location From here ### -->
<!-- workaround to CVE-2016-5007. -->
<mvc:path-matching path-matcher="pathMatcher" />
<!-- ### Delete location Till here ### -->
</mvc:annotation-driven>
<!-- omitted -->
<!-- ### Delete location From here ### -->
<!-- Setting PathMatcher. -->
<bean id="pathMatcher" class="org.springframework.util.AntPathMatcher">
<property name="trimTokens" value="false" />
</bean>
<!-- ### Delete location Till here ### -->
DOCTYPE declaration is added to logback.xml
of blank project. There is no problem in the operations even if there is no DOCTYPE declaration, however, it is recommended to add it as a warning of XML syntax violation is displayed in IDE such as Eclipse.
[Case where procedure is required]
This procedure is optional. Perform the following modifications whenever required.
[How to modify]
Perform the following modifications in logback.xml
of project.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration> <!-- ### Add location ### -->
<configuration>
<!-- omitted -->
Group ID of ojdbc7
mentioned in pom.xml
of blank project is modified as it differs when fetched from the official repository (Oracle Maven Repository).
[Case where procedure is required]
This procedure is optional. Perform the following modifications whenever required.
[How to modify]
Change group ID from com.oracle
to com.oracle.jdbc
as shown below.
[Before modification]
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>${ojdbc.version}</version>
</dependency>
[After modification]
<dependency>
<groupId>com.oracle.jdbc</groupId>
<artifactId>ojdbc7</artifactId>
<version>${ojdbc.version}</version>
</dependency>
Make proper changes in not only pom.xml
but also Sonatype NEXUS that installs library in com.oracle
.
Selenium version to be used in blank project is modified to be compliant with Spring IO Platform. Spring IO Platform Athens-SR2 uses Selenium 2.53.1.
[Case where procedure is required]
This procedure is optional however, it is recommended to do the following modifications if it matches with the following cases.
- Use Selenium of the version that is compliant with Spring IO Platform.
[How to modify]
Delete Selenium dependent library settings from dependencyManagement
tag of pom.xml
of project.
<dependencyManagement>
<dependencies>
<!--omitted-->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>${selenium.version}</version> <!-- ### Delete location ### -->
<scope>test</scope>
</dependency>
<!-- ### Delete location Start ### -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-ie-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-safari-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<!-- ### Delete location End ### -->
<!--omitted-->
</dependencies>
</dependencyManagement>
<properties>
<!--omitted-->
<selenium.version>2.46.0</selenium.version> <!-- ### Delete location ### -->
<!--omitted-->
</properties>
[Remarks]
To set Selenium version to be used independently, define the above-mentioned version to be deleted in pom.xml
and specify the version that you want to use in selenium.version
.
Note that defining just selenium-java
is not sufficient, you need to have all versions of Selenium library such as selenium-remote-driver
.
Version definition is added as Warning of undefined maven-surefire-plugin version occurs at the time of build of blank project.
Version is specified in order to match with common library definition (2.17).
[Case where procedure is required]
Perform the following modifications if it matches with the following cases.
- maven-surefire-plugin version is not defined uniquely and Warning is output at the time of build.
[How to modify]
Add the following definition in pom.xml
of project.
<build>
<pluginManagement>
<plugins>
<!--omitted-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<!--omitted-->
</plugins>
</pluginManagement>
</build>
<properties>
<!--omitted-->
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
<!--omitted-->
</properties>
If the version actually used at the time of build is other than 2.17, there is no problem even if it is specified.
The implementation example of Path variable reference in authorization control (<sec:intercept-url>
) by Spring Security is modified.
This modification was done because the contents mentioned in the Warning of specification of Web resource that applies access policy were not included in the implementation example.
In the earlier implementation example, if extension is included in the URL, it is considered as a part of the path variable and unintended authorization control is performed. Also, it is not considered that if the URL ends with extension or /
, it will be interpreted differently in Spring MVC and Spring Security.
[Case where procedure is required]
Perform the following modifications if it matches with the following cases.
- Authorization control (
<sec:intercept-url>
) is implemented by Spring Security and path variables are used in path pattern (pattern
).
[How to modify]
Change the definition of access policy of spring-security.xml
.
Example)
[Before modification]
<sec:http>
<sec:intercept-url pattern="/users/{userName}" access="isAuthenticated() and #userName == principal.username"/>
<!-- omitted -->
</sec:http>
[After modification]
[When wild cards are to be used]
<sec:http>
<sec:intercept-url pattern="/users/{userName}.*" access="isAuthenticated() and #userName == principal.username"/>
<sec:intercept-url pattern="/users/{userName}/**" access="isAuthenticated() and #userName == principal.username"/>
<!-- omitted -->
</sec:http>
[When wild cards are not to be used]
<sec:http>
<sec:intercept-url pattern="/users/{userName}.*" access="isAuthenticated() and #userName == principal.username"/>
<sec:intercept-url pattern="/users/{userName}/" access="isAuthenticated() and #userName == principal.username"/>
<sec:intercept-url pattern="/users/{userName}" access="isAuthenticated() and #userName == principal.username"/>
<!-- omitted -->
</sec:http>
In Spring Security 4.1, the following Issues are the cause of the bug of Cache-Control header not output normally as per application server.
spring-project/spring-security#2953
The bug does not occur in Spring Security 4.2, so it should be dealt with only when using Spring Security 4.1.
[Case where procedure is required]
Perform the following modifications if it matches with any of the following cases.
- Cache-Control header is not set in HTTP response header.
[How to modify]
Refer to Warning of Select security header of development guidelines and implement.
This implementation is required only for Spring Security 4.1, so delete it when migrating to Spring Security 4.2 onwards.
It is confirmed that when using @Inject
in SOAP Web Service implementation, it does not work properly on a specific AP server.
This is because the processing on SOAP server has the characteristics to operate on the servlet provided by JAX-WS engine and not on the servlet provided by Spring,
and it impacts CDI function of each AP server (AP server of Java EE support) of execution environment if it is implemented to inject Bean of Spring management using @Inject
.
[Case where procedure is required]
It may have the above-mentioned impact when DI function of AP server is not disabled. Perform the following modification whenever required.
[How to modify]
In the implementation of SOAP server, replace all the locations where @Inject
is used, with @Autowired
.
The default settings of timeout are changed in the implementation of client of SOAP Web Service.
Before change, Integer
type was specified in value-type
attribute, however, when not specified, String
type is applied and specification of value-type
attribute is deleted, since it works normally with both Integer
and String
except for some servers.
[Case where procedure is required]
This procedure is optional. If it matches with the following cases and if required, perform the following modification.
- The used AP server is not weblogic.(※)
For (※) weblogic, the handling method differs. Refer to timeout settings of SOAP client.
[How to modify]
Modify custom property of org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
.
- (
$YOUR_PROJECT_ROOT/[projectName]-domain/src/main/resources/META-INF/spring/[projectName]-domain.xml
)
[Before modification]
<property name="customProperties">
<map>
<entry key="com.sun.xml.internal.ws.connect.timeout" value-type="java.lang.Integer" value="${webservice.connect.timeout}"/>
<entry key="com.sun.xml.internal.ws.request.timeout" value-type="java.lang.Integer" value="${webservice.request.timeout}"/>
</map>
</property>
[After modification]
<property name="customProperties">
<map>
<entry key="com.sun.xml.internal.ws.connect.timeout" value="${webservice.connect.timeout}"/>
<entry key="com.sun.xml.internal.ws.request.timeout" value="${webservice.request.timeout}"/>
</map>
</property>
org.springframework.http.client.support.BasicAuthorizationInterceptor
is added from Spring Framework 4.1 and it will no longer be required to implement request header setting process for Basic authorization independently.
[Case where procedure is required]
It is recommended to apply the following modification to implement request header setting process for Basic authorization independently.
[How to modify]
Delete request header setting process 9(BasicAuthInterceptor
)) for Basic authorization implemented independently and modify applicationContext.xml
as shown below.
[Before modification]
<bean id="basicAuthInterceptor" class="com.example.restclient.BasicAuthInterceptor" />
[After modification]
<bean id="basicAuthInterceptor" class="org.springframework.http.client.support.BasicAuthorizationInterceptor">
<constructor-arg index="0" value="${api.auth.username}" /><!-- Set username -->
<constructor-arg index="1" value="${api.auth.password}" /><!-- Set password -->
</bean>
In MyBatis 3.4 and MyBatis-Spring 1.3 combination, timeout
attribute of @Transactional
annotation is enabled.
[Case where procedure is required]
This procedure is optional, however, if it matches with any of the following cases, it is recommended to apply the following modifications.
- Information required for transaction management is declared in XML (bean definition).
- As a measure for non-functioning of
timeout
attribute, timeout is specified for each statement in MyBatis mapper XML.
[How to modify:When information required for transaction management is declared in XML (bean definition)]
Delete XML (Bean definition) and specify @Transactional
for the class or class method intended for transaction management.
Example)
[Before modification]
<bean id="fooService" class="x.y.service.DefaultFooService"/>
<tx:advice id="txAdvice" transaction-manager="transactionManager">
<tx:attributes>
<tx:method name="*" timeout="10"/>
</tx:attributes>
</tx:advice>
<aop:config>
<aop:pointcut id="fooServiceOperation" expression="execution(* x.y.service.FooService.*(..))"/>
<aop:advisor advice-ref="txAdvice" pointcut-ref="fooServiceOperation"/>
</aop:config>
<bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="dataSource"/>
</bean>
[After modification]
<bean id="fooService" class="x.y.service.DefaultFooService"/>
<tx:annotation-driven />
<bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="dataSource"/>
</bean>
@Transactional(timeout = "10")
public class DefaultFooService implements FooService {
//omitted
}
Refer to About transaction management of development guidelines for the details.
[How to modify:When timeout is specified for each statement in MyBatis mapper XML]
Delete timeout
attribute from the statement in mapper XML and specify timeout
attribute for @Transactional
.
Implementation example of error handling has been added in Implementation example of OAuth of development guidelines. In the implementation example of the development guidelines before addition, error handling is inadequate and hence it is necessary to make modifications.
[Case where procedure is required]
Perform the following modifications if it matches with any of the following cases.
- Implement based on the development guidelines, and do not add own error handling.
- Implement based on the development guidelines, and not add own error handling but it differs with the implementation policy of 5.3.2 version development guidelines.
[How to modify]
Check implementation example of OAuth error handling and carry out the implementation.
Implementation example of cancel access token at client has been added in Implementation example of OAuth of development guidelines.
[Case where procedure is required]
Implement as follows if it matches with the following case.
- Cancellation of access token is being implemented in authorization server.
[How to implement]
Check implementation example of Cancel token (Client server) and carry out the implementation.
This update procedure is for Eclipse WTP project downloaded from release site.
Note
Notes
[Table header]Non : Blank project not dependent on O/R MapperMB3 : Blank project for MyBatis3JPA : Blank project for JPA[Remarks column]* : Operation target
Download Eclipse WTP Project of 5.3.2.RELEASE.
If Eclipse is running, close Eclipse.
Update (delete and add) the jar file of $YOUR_ECLIPSE_WTP_PROJECT/src/main/webapp/WEB-INF/lib
.
.. tabularcolumns:: |p{0.25\linewidth}|p{0.30\linewidth}|p{0.30\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|
Library name | Delete file | Add file | Non | MB3 | JPA |
---|---|---|---|---|---|
TERASOLUNA Server Framework for Java (5.x) Common Library | terasoluna-gfw-common-5.3.1.RELEASE.jar | terasoluna-gfw-common-5.3.2.RELEASE.jar | * | * | * |
terasoluna-gfw-jodatime-5.3.1.RELEASE.jar | terasoluna-gfw-jodatime-5.3.2.RELEASE.jar | * | * | * | |
terasoluna-gfw-security-web-5.3.1.RELEASE.jar | terasoluna-gfw-security-web-5.3.2.RELEASE.jar | * | * | * | |
terasoluna-gfw-web-5.3.1.RELEASE.jar | terasoluna-gfw-web-5.3.2.RELEASE.jar | * | * | * | |
terasoluna-gfw-web-jsp-5.3.1.RELEASE.jar | terasoluna-gfw-web-jsp-5.3.2.RELEASE.jar | * | * | * | |
Spring Framework | spring-aop-4.3.5.RELEASE.jar | spring-aop-4.3.14.RELEASE.jar | * | * | * |
spring-aspects-4.3.5.RELEASE.jar | spring-aspects-4.3.14.RELEASE.jar | * | * | * | |
spring-beans-4.3.5.RELEASE.jar | spring-beans-4.3.14.RELEASE.jar | * | * | * | |
spring-context-4.3.5.RELEASE.jar | spring-context-4.3.14.RELEASE.jar | * | * | * | |
spring-context-support-4.3.5.RELEASE.jar | spring-context-support-4.3.14.RELEASE.jar | * | * | * | |
spring-core-4.3.5.RELEASE.jar | spring-core-4.3.14.RELEASE.jar | * | * | * | |
spring-expression-4.3.5.RELEASE.jar | spring-expression-4.3.14.RELEASE.jar | * | * | * | |
spring-jdbc-4.3.5.RELEASE.jar | spring-jdbc-4.3.14.RELEASE.jar | * | * | * | |
spring-orm-4.3.5.RELEASE.jar | spring-orm-4.3.14.RELEASE.jar | * | * | * | |
spring-tx-4.3.5.RELEASE.jar | spring-tx-4.3.14.RELEASE.jar | * | * | * | |
spring-web-4.3.5.RELEASE.jar | spring-web-4.3.14.RELEASE.jar | * | * | * | |
spring-webmvc-4.3.5.RELEASE.jar | spring-webmvc-4.3.14.RELEASE.jar | * | * | * | |
Spring Security | spring-security-acl-4.1.4.RELEASE.jar | spring-security-acl-4.1.5.RELEASE.jar | * | * | * |
spring-security-config-4.1.4.RELEASE.jar | spring-security-config-4.1.5.RELEASE.jar | * | * | * | |
spring-security-core-4.1.4.RELEASE.jar | spring-security-core-4.1.5.RELEASE.jar | * | * | * | |
spring-security-taglibs-4.1.4.RELEASE.jar | spring-security-taglibs-4.1.5.RELEASE.jar | * | * | * | |
spring-security-web-4.1.4.RELEASE.jar | spring-security-web-4.1.5.RELEASE.jar | * | * | * |
Update (delete and add) the jar file of $YOUR_ECLIPSE_WTP_PROJECT/testlib
.
.. tabularcolumns:: |p{0.25\linewidth}|p{0.30\linewidth}|p{0.30\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|
Library name | Delete file | Add file | Non | MB3 | JPA |
---|---|---|---|---|---|
Spring TestContext Framework | spring-test-4.3.5.RELEASE.jar | spring-test-4.3.14.RELEASE.jar | * | * | * |
Update (delete and add) the jar file for source storage of $YOUR_ECLIPSE_WTP_PROJECT/libsrc
.
.. tabularcolumns:: |p{0.25\linewidth}|p{0.30\linewidth}|p{0.30\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|
Library name | Delete file | Add file | Non | MB3 | JPA |
---|---|---|---|---|---|
TERASOLUNA Server Framework for Java (5.x) Common Library | terasoluna-gfw-common-5.3.1.RELEASE-sources.jar | terasoluna-gfw-common-5.3.2.RELEASE-sources.jar | * | * | * |
terasoluna-gfw-jodatime-5.3.1.RELEASE-sources.jar | terasoluna-gfw-jodatime-5.3.2.RELEASE-sources.jar | * | * | * | |
terasoluna-gfw-security-web-5.3.1.RELEASE-sources.jar | terasoluna-gfw-security-web-5.3.2.RELEASE-sources.jar | * | * | * | |
terasoluna-gfw-web-5.3.1.RELEASE-sources.jar | terasoluna-gfw-web-5.3.2.RELEASE-sources.jar | * | * | * | |
terasoluna-gfw-web-jsp-5.3.1.RELEASE-sources.jar | terasoluna-gfw-web-jsp-5.3.2.RELEASE-sources.jar | * | * | * | |
Spring Framework | spring-aop-4.3.5.RELEASE-sources.jar | spring-aop-4.3.14.RELEASE-sources.jar | * | * | * |
spring-aspects-4.3.5.RELEASE-sources.jar | spring-aspects-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-beans-4.3.5.RELEASE-sources.jar | spring-beans-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-context-4.3.5.RELEASE-sources.jar | spring-context-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-context-support-4.3.5.RELEASE-sources.jar | spring-context-support-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-core-4.3.5.RELEASE-sources.jar | spring-core-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-expression-4.3.5.RELEASE-sources.jar | spring-expression-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-jdbc-4.3.5.RELEASE-sources.jar | spring-jdbc-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-orm-4.3.5.RELEASE-sources.jar | spring-orm-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-tx-4.3.5.RELEASE-sources.jar | spring-tx-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-web-4.3.5.RELEASE-sources.jar | spring-web-4.3.14.RELEASE-sources.jar | * | * | * | |
spring-webmvc-4.3.5.RELEASE-sources.jar | spring-webmvc-4.3.14.RELEASE-sources.jar | * | * | * |
Update the reference library by using the replacement character string.
$YOUR_ECLIPSE_WTP_PROJECT/.classpath
$YOUR_ECLIPSE_WTP_PROJECT/build.xml
.. tabularcolumns:: |p{0.25\linewidth}|p{0.30\linewidth}|p{0.30\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|p{0.05\linewidth}|
Library name | Characters to be replaced | Replaced characters | Non | MB3 | JPA |
---|---|---|---|---|---|
TERASOLUNA Server Framework for Java (5.x) Common Library | terasoluna-gfw-common-5.3.1.RELEASE | terasoluna-gfw-common-5.3.2.RELEASE | * | * | * |
terasoluna-gfw-jodatime-5.3.1.RELEASE | terasoluna-gfw-jodatime-5.3.2.RELEASE | * | * | * | |
terasoluna-gfw-security-web-5.3.1.RELEASE | terasoluna-gfw-security-web-5.3.2.RELEASE | * | * | * | |
terasoluna-gfw-web-5.3.1.RELEASE | terasoluna-gfw-web-5.3.2.RELEASE | * | * | * | |
terasoluna-gfw-web-jsp-5.3.1.RELEASE | terasoluna-gfw-web-jsp-5.3.2.RELEASE | * | * | * | |
Spring Framework | spring-aop-4.3.5.RELEASE | spring-aop-4.3.14.RELEASE | * | * | * |
spring-aspects-4.3.5.RELEASE | spring-aspects-4.3.14.RELEASE | * | * | * | |
spring-beans-4.3.5.RELEASE | spring-beans-4.3.14.RELEASE | * | * | * | |
spring-context-4.3.5.RELEASE | spring-context-4.3.14.RELEASE | * | * | * | |
spring-context-support-4.3.5.RELEASE | spring-context-support-4.3.14.RELEASE | * | * | * | |
spring-core-4.3.5.RELEASE | spring-core-4.3.14.RELEASE | * | * | * | |
spring-expression-4.3.5.RELEASE | spring-expression-4.3.14.RELEASE | * | * | * | |
spring-jdbc-4.3.5.RELEASE | spring-jdbc-4.3.14.RELEASE | * | * | * | |
spring-orm-4.3.5.RELEASE | spring-orm-4.3.14.RELEASE | * | * | * | |
spring-tx-4.3.5.RELEASE | spring-tx-4.3.14.RELEASE | * | * | * | |
spring-web-4.3.5.RELEASE | spring-web-4.3.14.RELEASE | * | * | * | |
spring-webmvc-4.3.5.RELEASE | spring-webmvc-4.3.14.RELEASE | * | * | * | |
Spring Security | spring-security-acl-4.1.4.RELEASE | spring-security-acl-4.1.5.RELEASE | * | * | * |
spring-security-config-4.1.4.RELEASE | spring-security-config-4.1.5.RELEASE | * | * | * | |
spring-security-core-4.1.4.RELEASE | spring-security-core-4.1.5.RELEASE | * | * | * | |
spring-security-taglibs-4.1.4.RELEASE | spring-security-taglibs-4.1.5.RELEASE | * | * | * | |
spring-security-web-4.1.4.RELEASE | spring-security-web-4.1.5.RELEASE | * | * | * | |
Spring TestContext Framework | spring-test-4.3.5.RELEASE | spring-test-4.3.14.RELEASE | * | * | * |