<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amadou Badiane</title>
    <description>The latest articles on DEV Community by Amadou Badiane (@amadou_badiane_0e4ebc2675).</description>
    <link>https://dev.to/amadou_badiane_0e4ebc2675</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1068540%2Fd041a227-7ba2-4a28-aaa5-6606dec15af7.png</url>
      <title>DEV Community: Amadou Badiane</title>
      <link>https://dev.to/amadou_badiane_0e4ebc2675</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amadou_badiane_0e4ebc2675"/>
    <language>en</language>
    <item>
      <title>Errors while Upgrading from springboot 2.5.8 to 2.6.0</title>
      <dc:creator>Amadou Badiane</dc:creator>
      <pubDate>Thu, 20 Apr 2023 14:12:45 +0000</pubDate>
      <link>https://dev.to/amadou_badiane_0e4ebc2675/errors-while-upgrading-from-springboot-258-to-260-3l6c</link>
      <guid>https://dev.to/amadou_badiane_0e4ebc2675/errors-while-upgrading-from-springboot-258-to-260-3l6c</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;I'm working on a springboot project. it's working perfectly fine when i do a mvn clean verify with the springboot 2.5.8. But as soon as i upgrade to 2.6.0 in my pom.xml, it crashes during the tests (skiptests works fine in 2.6.0). Can you help we with that please ? (My goal is to upgrade to springboot 3. But i'm stuck in 2.6.0. Here is the error I'm getting :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Created at 2023-04-20T16:09:58.241
System.exit() or native command error interrupted process checker.
java.lang.IllegalStateException: error [STOPPED] to read process 4920
    at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:145)
    at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
    at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
    at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base/java.lang.Thread.run(Thread.java:833)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>java</category>
      <category>spring</category>
      <category>springboot</category>
    </item>
  </channel>
</rss>
