Update task to use Milestone build

Updated partitioned sample readme

Updated samples base boot version

Updated jpa sample to use jakarta
This commit is contained in:
Glenn Renfro
2022-01-25 14:17:57 -05:00
parent ff5d116898
commit c753b98a76
13 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ import javax.sql.DataSource;
import org.h2.tools.Server;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
// import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -93,7 +93,7 @@ public class JpaApplicationTests {
this.server.stop();
}
// @Test
@Test
public void testBatchJobApp(CapturedOutput capturedOutput) {
final String INSERT_MESSAGE = "Hibernate: insert into task_run_output (";
this.context = SpringApplication