Skip to content

Conversation

hosea
Copy link
Contributor

@hosea hosea commented Mar 26, 2025

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
Copy link
Member

Choose a reason for hiding this comment

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

The scope should be defined in the dependencyManagement section in the parent pom.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved. Removed scope (inherit scope from dependencyManagement of parent-pom)

}
// Mode.AUTO
else if (status == HttpServletResponse.SC_MOVED_TEMPORARILY)
else if (status == HttpServletResponse.SC_FOUND)
Copy link
Member

Choose a reason for hiding this comment

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

Why is this being changed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, SC_FOUND is the same code as SC_MOVED_TEMPORARILY (302). There is a comment in the source file of HttpServletResponse concerning SC_MOVED_TEMPORARILY: "SC_FOUND is now the preferred definition." That's the reason why I changed it.

@bitstorm bitstorm merged commit 6ec52ef into apache:master Apr 2, 2025
3 checks passed
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.

3 participants