Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14088
This commit is contained in:
		
						commit
						0d1db00791
					
				| @ -8,8 +8,8 @@ | ||||
| - [Types of Strings in Groovy](https://www.baeldung.com/groovy-strings) | ||||
| - [A Quick Guide to Iterating a Map in Groovy](https://www.baeldung.com/groovy-map-iterating) | ||||
| - [An Introduction to Traits in Groovy](https://www.baeldung.com/groovy-traits) | ||||
| - [Closures in Groovy](https://www.baeldung.com/groovy-closures) | ||||
| - [Finding Elements in Collections in Groovy](https://www.baeldung.com/groovy-collections-find-elements) | ||||
| - [Lists in Groovy](https://www.baeldung.com/groovy-lists) | ||||
| - [Converting a String to a Date in Groovy](https://www.baeldung.com/groovy-string-to-date) | ||||
| - [Guide to I/O in Groovy](https://www.baeldung.com/groovy-io) | ||||
| - [Finding Elements in Collections in Groovy](https://www.baeldung.com/groovy-collections-find-elements) | ||||
| - [Closures in Groovy](https://www.baeldung.com/groovy-closures) | ||||
|  | ||||
| @ -2,8 +2,8 @@ | ||||
| 
 | ||||
| - [Void Type in Kotlin](https://www.baeldung.com/kotlin-void-type) | ||||
| - [How to use Kotlin Range Expressions](https://www.baeldung.com/kotlin-ranges) | ||||
| - [Creating a Kotlin Range Iterator on a Custom Object](https://www.baeldung.com/kotlin-custom-range-iterator) | ||||
| - [Kotlin Scope Functions](https://www.baeldung.com/kotlin-scope-functions) | ||||
| - [Kotlin Annotations](https://www.baeldung.com/kotlin-annotations) | ||||
| - [Split a List into Parts in Kotlin](https://www.baeldung.com/kotlin-split-list-into-parts) | ||||
| - [String Comparison in Kotlin](https://www.baeldung.com/kotlin-string-comparison) | ||||
| - [Kotlin Annotations](https://www.baeldung.com/kotlin-annotations) | ||||
| - [Kotlin Scope Functions](https://www.baeldung.com/kotlin-scope-functions) | ||||
| - [Creating a Kotlin Range Iterator on a Custom Object](https://www.baeldung.com/kotlin-custom-range-iterator) | ||||
|  | ||||
| @ -3,3 +3,4 @@ | ||||
| - [Introduction to Intercepting Filter Pattern in Java](http://www.baeldung.com/intercepting-filter-pattern-in-java) | ||||
| - [Introduction to the Null Object Pattern](https://www.baeldung.com/java-null-object-pattern) | ||||
| - [The Dependency Inversion Principle in Java](https://www.baeldung.com/java-dependency-inversion-principle) | ||||
| - [Avoid Check for Null Statement in Java](https://www.baeldung.com/java-avoid-null-check) | ||||
|  | ||||
| @ -11,3 +11,5 @@ | ||||
| - [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking) | ||||
| - [Get All Data from a Table with Hibernate](https://www.baeldung.com/hibernate-select-all) | ||||
| - [Spring Data with Reactive Cassandra](https://www.baeldung.com/spring-data-cassandra-reactive) | ||||
| - [Spring Data JPA – Derived Delete Methods](https://www.baeldung.com/spring-data-jpa-deleteby) | ||||
| - [Difference Between save() and saveAndFlush() in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-save-saveandflush) | ||||
|  | ||||
							
								
								
									
										10
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								pom.xml
									
									
									
									
									
								
							| @ -586,6 +586,7 @@ | ||||
|                  | ||||
|                 <module>spring-5</module> | ||||
|                 <module>spring-5-webflux</module> | ||||
|                 <module>spring-5-data-reactive</module> | ||||
|                 <module>spring-5-mvc</module> | ||||
|                 <module>spring-5-reactive</module> | ||||
|                 <module>spring-5-reactive-client</module> | ||||
| @ -598,6 +599,7 @@ | ||||
|                 <module>spring-akka</module> | ||||
|                 <module>spring-all</module> | ||||
|                 <module>spring-amqp</module> | ||||
|                 <module>spring-amqp-simple</module> | ||||
|                 <module>spring-aop</module> | ||||
|                 <module>spring-apache-camel</module> | ||||
|                 <module>spring-batch</module> | ||||
| @ -958,9 +960,6 @@ | ||||
|                 <module>persistence-modules/java-mongodb</module> | ||||
|                 <module>persistence-modules/jnosql</module>              | ||||
| 
 | ||||
|                 <module>spring-5-data-reactive</module> <!-- very long running. Fixing in BAEL-10891  --> | ||||
|                 <module>spring-amqp-simple</module> <!-- very long running. Fixing in BAEL-10891 --> | ||||
|                  | ||||
|                 <module>vaadin</module>             | ||||
|             </modules> | ||||
|         </profile> | ||||
| @ -1231,6 +1230,7 @@ | ||||
|                 <module>spring-4</module> | ||||
|                  | ||||
|                 <module>spring-5</module> | ||||
|                 <module>spring-5-data-reactive</module> | ||||
|                 <module>spring-5-mvc</module> | ||||
|                 <module>spring-5-reactive</module> | ||||
|                 <module>spring-5-reactive-client</module> | ||||
| @ -1243,6 +1243,7 @@ | ||||
|                 <module>spring-akka</module> | ||||
|                 <module>spring-all</module> | ||||
|                 <module>spring-amqp</module> | ||||
|                 <module>spring-amqp-simple</module> | ||||
|                 <module>spring-aop</module> | ||||
|                 <module>spring-apache-camel</module> | ||||
|                 <module>spring-batch</module> | ||||
| @ -1455,9 +1456,6 @@ | ||||
|                 <module>persistence-modules/java-mongodb</module> | ||||
|                 <module>persistence-modules/jnosql</module>              | ||||
| 
 | ||||
|                 <module>spring-5-data-reactive</module> <!-- very long running. Fixing in BAEL-10891  --> | ||||
|                 <module>spring-amqp-simple</module> <!-- very long running. Fixing in BAEL-10891 --> | ||||
|                  | ||||
|                 <module>vaadin</module>             | ||||
|             </modules> | ||||
| 
 | ||||
|  | ||||
| @ -17,7 +17,7 @@ import static org.junit.Assert.assertNotNull; | ||||
| 
 | ||||
| @RunWith(SpringRunner.class) | ||||
| @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = Spring5ReactiveApplication.class) | ||||
| public class AccountCrudRepositoryIntegrationTest { | ||||
| public class AccountCrudRepositoryManualTest { | ||||
| 
 | ||||
|     @Autowired | ||||
|     AccountCrudRepository repository; | ||||
| @ -19,7 +19,7 @@ import static org.springframework.data.domain.ExampleMatcher.GenericPropertyMatc | ||||
| 
 | ||||
| @RunWith(SpringRunner.class) | ||||
| @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = Spring5ReactiveApplication.class) | ||||
| public class AccountMongoRepositoryIntegrationTest { | ||||
| public class AccountMongoRepositoryManualTest { | ||||
| 
 | ||||
|     @Autowired | ||||
|     AccountMongoRepository repository; | ||||
| @ -15,7 +15,7 @@ import static org.junit.Assert.assertNotNull; | ||||
| 
 | ||||
| @RunWith(SpringRunner.class) | ||||
| @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = Spring5ReactiveApplication.class) | ||||
| public class AccountRxJavaRepositoryIntegrationTest { | ||||
| public class AccountRxJavaRepositoryManualTest { | ||||
| 
 | ||||
|     @Autowired | ||||
|     AccountRxJavaRepository repository; | ||||
| @ -16,7 +16,7 @@ import static org.junit.jupiter.api.Assertions.*; | ||||
| 
 | ||||
| @RunWith(SpringRunner.class) | ||||
| @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = Spring5ReactiveApplication.class) | ||||
| public class AccountTemplateOperationsIntegrationTest { | ||||
| public class AccountTemplateOperationsManualTest { | ||||
| 
 | ||||
|     @Autowired | ||||
|     AccountTemplateOperations accountTemplate; | ||||
| @ -10,5 +10,5 @@ Module for the articles that are part of the Spring REST E-book: | ||||
| 8. [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest) | ||||
| 9. [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring) | ||||
| 10. [Testing REST with multiple MIME types](http://www.baeldung.com/testing-rest-api-with-multiple-media-types) | ||||
| 11. [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections) | ||||
| 12. [Spring Boot Consuming and Producing JSON](https://www.baeldung.com/spring-boot-json) | ||||
| 11. [Spring Boot Consuming and Producing JSON](https://www.baeldung.com/spring-boot-json) | ||||
| 12. [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user