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

upgrade spring-boot to 2.1.x and spring to 5.x #227

Merged
merged 1 commit into from
May 7, 2019
Merged

Conversation

chgxtony
Copy link

  1. update spring dependency.
  2. remove some redundant jar from pom.xml
  3. performance enhancements for DateUtil

@boandai boandai self-assigned this May 6, 2019
@boandai boandai added the enhancement New feature or request label May 6, 2019
@boandai boandai added this to the 1.0.3 release plan milestone May 6, 2019
@boandai boandai merged commit b70ad4c into apache:dev May 7, 2019
@boandai
Copy link
Contributor

boandai commented May 7, 2019

very good! thx!
we will publish this pr in version 1.0.3!

@boandai boandai self-requested a review May 7, 2019 08:25
@davidzollo
Copy link
Contributor

davidzollo commented May 7, 2019

Due to the vulnerability, we also upgrade these jars :

upgrade fasterxml to 2.9.8
upgrade httpclient to 4.4.1

@davidzollo
Copy link
Contributor

davidzollo commented May 10, 2019

with upgrade of spring and spring boot , some configurations can't work ,
the module of escheduler-api , resource file application.properties also shoud update:

server port

server.port=12345

session config

server.servlet.session.timeout=7200

server.servlet.context-path=/escheduler/

file size limit for upload

spring.servlet.multipart.max-file-size=1024MB
spring.servlet.multipart.max-request-size=1024MB

post content

server.jetty.max-http-post-size=5000000

@sonarcloud
Copy link

sonarcloud bot commented Jan 17, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@zwZjut zwZjut mentioned this pull request Dec 16, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants