Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
0a02a3a1
Commit
0a02a3a1
authored
Jul 02, 2019
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Hibernate52 tests under smoke tests
Closes gh-17393
parent
d9466f56
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
pom.xml
spring-boot-tests/spring-boot-integration-tests/pom.xml
+0
-1
pom.xml
spring-boot-tests/spring-boot-smoke-tests/pom.xml
+1
-0
pom.xml
...ot-smoke-tests/spring-boot-smoke-test-hibernate52/pom.xml
+4
-3
Hibernate52Application.java
...mework/boot/tests/hibernate52/Hibernate52Application.java
+0
-0
Hibernate52ApplicationTests.java
...k/boot/tests/hibernate52/Hibernate52ApplicationTests.java
+0
-0
No files found.
spring-boot-tests/spring-boot-integration-tests/pom.xml
View file @
0a02a3a1
...
...
@@ -18,7 +18,6 @@
<modules>
<module>
spring-boot-configuration-processor-tests
</module>
<module>
spring-boot-devtools-tests
</module>
<module>
spring-boot-hibernate52-tests
</module>
<module>
spring-boot-server-tests
</module>
<module>
spring-boot-launch-script-tests
</module>
</modules>
...
...
spring-boot-tests/spring-boot-smoke-tests/pom.xml
View file @
0a02a3a1
...
...
@@ -46,6 +46,7 @@
<module>
spring-boot-smoke-test-devtools
</module>
<module>
spring-boot-smoke-test-flyway
</module>
<module>
spring-boot-smoke-test-hateoas
</module>
<module>
spring-boot-smoke-test-hibernate52
</module>
<module>
spring-boot-smoke-test-integration
</module>
<module>
spring-boot-smoke-test-jersey
</module>
<module>
spring-boot-smoke-test-jetty
</module>
...
...
spring-boot-tests/spring-boot-
integration-tests/spring-boot-hibernate52-tests
/pom.xml
→
spring-boot-tests/spring-boot-
smoke-tests/spring-boot-smoke-test-hibernate52
/pom.xml
View file @
0a02a3a1
...
...
@@ -3,12 +3,13 @@
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>
<!-- Your own application should inherit from spring-boot-starter-parent -->
<artifactId>
spring-boot-smoke-tests
</artifactId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-integration-tests
</artifactId>
<version>
${revision}
</version>
</parent>
<artifactId>
spring-boot-
hibernate52-tests
</artifactId>
<name>
Spring Boot Hibernate 5.2
t
ests
</name>
<artifactId>
spring-boot-
smoke-test-hibernate52
</artifactId>
<name>
Spring Boot Hibernate 5.2
Smoke T
ests
</name>
<description>
${project.name}
</description>
<properties>
<main.basedir>
${basedir}/../../..
</main.basedir>
...
...
spring-boot-tests/spring-boot-
integration-tests/spring-boot-hibernate52-tests
/src/main/java/org/springframework/boot/tests/hibernate52/Hibernate52Application.java
→
spring-boot-tests/spring-boot-
smoke-tests/spring-boot-smoke-test-hibernate52
/src/main/java/org/springframework/boot/tests/hibernate52/Hibernate52Application.java
View file @
0a02a3a1
File moved
spring-boot-tests/spring-boot-
integration-tests/spring-boot-hibernate52-tests
/src/test/java/org/springframework/boot/tests/hibernate52/Hibernate52ApplicationTests.java
→
spring-boot-tests/spring-boot-
smoke-tests/spring-boot-smoke-test-hibernate52
/src/test/java/org/springframework/boot/tests/hibernate52/Hibernate52ApplicationTests.java
View file @
0a02a3a1
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment