Skip to content

Migration to JDK 17#41

Open
mrcabbage972 wants to merge 2 commits intonydiarra:masterfrom
mrcabbage972:mig_17
Open

Migration to JDK 17#41
mrcabbage972 wants to merge 2 commits intonydiarra:masterfrom
mrcabbage972:mig_17

Conversation

@mrcabbage972
Copy link

No description provided.


<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

<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

<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