-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
CircleCI comment spring-mvc-j8-localdatetime #52
Conversation
This reverts commit 9e4acb6.
samples/server/petstore/spring-mvc-j8-localdatetime
My attempt change port did not work. I now have commented |
@jmini this title is still marked as a work in progress. Is this ready to merge? |
Lets see how CI looks like, I just merged master into this branch... |
@jimschubert, @wing328, @cbornet : what is your opinion, should we comment the |
I think it's fine. do we have insight into how CircleCI runs this stuff? Are servers shared, it would bumping to a higher port solve this issue? Could we consider modifying these settings using sed and a random port assignment function? |
Please try. In my end, I'll try upgrading the setting file to CircleCI 2.0 to see if that works out better. Ref: https://circleci.com/blog/launching-today-circleci-2-0-reaches-general-availability/ |
The current state of this PR is I now have a similar problem locally: <project xmlns:xsi="http:/www.w3.org/2001/XMLSchema-instance" xmlns="http:/maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http:/maven.apache.org/POM/4.0.0 http:/maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tmp</groupId>
<artifactId>tmp-build-root</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>samples/server/petstore/spring-mvc/</module>
<module>samples/server/petstore/spring-mvc-j8-async/</module>
<module>samples/server/petstore/spring-mvc-j8-localdatetime/</module>
</modules>
</project> Results:
I get an other error when I run I really do not know spring well enough. This is why @cbornet can maybe help us. An other idea could be to update jetty to the latest version. I propose to comment the project, in order to have a green CI build. |
Job 250 is failing:
|
@jmini does this still need to be merged? |
No you are right. I will close this PR, it does no longer make sense. |
Signed-off-by: tvallin <[email protected]>
No description provided.