spring-boot-starter-javafx icon indicating copy to clipboard operation
spring-boot-starter-javafx copied to clipboard

pom.xml warnings about end of support for several products

Open AixNPanes opened this issue 1 year ago • 3 comments

I'm getting the following messages at line 1, column 1 of my pom.xml in Spring Toolsuite 4.22.1 running on Eclipse 2024-03:

Warning: Commercial support for Spring Boot 2.0.x ended on 2020-06-01
Warning: OSS support for Spring Boot 2.0.x ended on 2019-03-01
Info: Newer minor version of Spring Boot available: 2.7.18

When I remove the spring-boot-starter-javafx dependency, the errors go away.

Here's my pom.xml:

<?xml version="1.0" encoding="UTF-8"?>
<project
		xmlns="http://maven.apache.org/POM/4.0.0"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-parent</artifactId>
		<version>3.3.2</version>
		<relativePath/> <!-- lookup parent from repository -->
	</parent>
	<groupId>ws-daley</groupId>
	<artifactId>test</artifactId>
	<version>0.0.0</version>

	<properties>
		<java.version>21</java.version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>com.github.yoep</groupId>
			<artifactId>spring-boot-starter-javafx</artifactId>
			<version>2.0.0</version>
		</dependency>
	</dependencies>
</project>

AixNPanes avatar Aug 14 '24 14:08 AixNPanes

Looks like this is incorrect after all. Removing the dependency did not fix the problem.

AixNPanes avatar Aug 14 '24 18:08 AixNPanes

So I'm assuming this ticket can be closed then?

yoep avatar Aug 16 '24 13:08 yoep

YesSent from my iPhoneOn Aug 16, 2024, at 9:23 AM, yoep @.***> wrote: So I'm assuming this ticket can be closed then?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

AixNPanes avatar Aug 16 '24 14:08 AixNPanes