Skip to content

Migration to JDK 17 #41

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mrcabbage972
Copy link

No description provided.

@@ -9,30 +9,23 @@
<packaging>jar</packaging>

<name>springboot-jwt</name>
<description>Demo project for Spring Boot</description>
<description>Spring Boot JWT Demo</description>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should not have made this change


<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.4.RELEASE</version>
<version>3.1.0</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this one. But need to check what section represents here

<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<tomcat.port>9081</tomcat.port>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing tomcat config seems wrong

<java.version>1.8</java.version>
<tomcat.port>9081</tomcat.port>
<tomcat.ip>127.0.0.1</tomcat.ip>
<file>readme</file>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing readme seems wrong

</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-authorization-server</artifactId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably dependency version should be specified. But you can argue it was not specified for other dependencies as well. Maybe it's fine.

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why is it optional

</executions>
</plugin>

<plugin>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing this entire section seems wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants