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

[5.6.0.RELEASE] Upgrade to Spring Boot 2.2.0.RELEASE #925

Closed
1 task done
btyanagawamg opened this issue Oct 18, 2019 · 0 comments
Closed
1 task done

[5.6.0.RELEASE] Upgrade to Spring Boot 2.2.0.RELEASE #925

btyanagawamg opened this issue Oct 18, 2019 · 0 comments

Comments

@btyanagawamg
Copy link
Contributor

btyanagawamg commented Oct 18, 2019

Description

Upgrade to Spring Boot 2.2.0.RELEASE

Possible Solutions

Change version.

<org.springframework.boot.version>2.1.2.RELEASE</org.springframework.boot.version>

Remove Tomcat dependencyManagement that define our own version.

<!-- == Begin Tomcat == -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jsp-api</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina-jmx-remote</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-dbcp</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-websocket</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>${tomcat.version}</version>
</dependency>
<!-- == End Tomcat == -->

Affects Version/s

  • 5.X.X.RELEASE
  • 1.X.X.RELEASE

Fix Version/s

  • 5.6.0 (master)

Issue Links

  • #XXX
takahashihrzg added a commit that referenced this issue Oct 18, 2019
…boot-2.2.0_issues/926_remove-deprecations-at-spring-data-commons-2.2

Upgrade Spring Boot 2.2.0.RELEASE #925 Apply Spring Data Commons 2.2 #926
@btyanagawamg btyanagawamg self-assigned this Oct 23, 2019
btyanagawamg added a commit that referenced this issue Dec 23, 2019
yoshikawaa added a commit that referenced this issue Dec 23, 2019
…import

not use static import that not needed #925
takahashihrzg added a commit that referenced this issue Jan 15, 2020
* fix convert of Boolean #846

* fix Boolean convert method #846

* fix name for test of Boolean convert #846

* Drop Oracle JDK from Travis CI #923

* Upgrade Spring Boot 2.2.0.RELEASE #925

* Remove tomcat dependencyManagement that define our own version #925

* [DATACMNS-1496] apply removed deprecations at Spring Data Commons 2.2 #926

* Modify from http to https #930 (#931)

* update self defined libraries #933 (#934)

* Upgrade Spring Boot 2.2.2.RELEASE #935

* update sequence processing to match H2 specifications #936

* upgrade tomcat used in cargo #935

* add dependency of java mail #945

* fix dependency position of java mail #945

* not use static import that not needed #925

* difine properties first #925

* remove log4jdbc-remix #947

* remove property of log4jdbc #947

* Exclude javax.activation:activation and add com.sun.activation:javax.activation 1.2.0 #945

* change to use properties #945

* Upgrade to hamcrest 2.x #950 (#955)

* Manage dependency Bouncy Castle Provider. #953 (#956)

Co-authored-by: btkobayashirun <Ryuusuke.Kobayashi.bp@nttdata.com>
Co-authored-by: btyanagawamg <Mugi.Yanagawa.bp@nttdata.com>
Co-authored-by: takahashihrzg <Hironobu.Takahashi@nttdata.com>
Co-authored-by: bthabukar <39939101+bthabukar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant