Commit Graph

1650 Commits

Author SHA1 Message Date
Loredana Crusoveanu 30b6a54e8b Merge pull request #8763 from dupirefr/team/JAVA-632-standardize_packages
[JAVA-632] Standardizing packages
2020-02-23 17:02:47 +02:00
Loredana Crusoveanu 39bcf24936 Merge pull request #8749 from Maiklins/JAVA-633-standardize-packages-spring-mvc
Java-633 standardize packages spring mvc
2020-02-23 16:16:46 +02:00
dupirefr 1752a32691 [JAVA-133] Updated slf4j version to 1.7.30 2020-02-23 08:36:35 +01:00
kwoyke 3e8be17de2 BAEL-3819: Set returned content type to application/json (#8759)
* BAEL-3819: Set returned content type to application/json

* BAEL-3819: Add json and xml /content endpoints
2020-02-23 07:25:35 +01:00
Maiklins 94e86c6406 Merge pull request #38 from eugenp/master
update
2020-02-22 21:14:12 +01:00
mikr f96fa40ac2 Java-125 Move Spring Boot Parent to Spring Boot Modules 2020-02-22 20:08:14 +01:00
Loredana Crusoveanu 6516f14696 Merge pull request #8746 from sampada07/JAVA-6-feature
JAVA-6 : Split or move spring-security-mvc-boot module
2020-02-22 21:03:31 +02:00
Maiklins b59d268361 Merge pull request #37 from eugenp/master
update
2020-02-22 19:44:54 +01:00
Eric Martin c012b831f1 Merge pull request #8687 from rdevarakonda/BAEL-3324
BAEL-3324 | Using JSON Patch in Spring REST APIs
2020-02-22 09:36:58 -06:00
Mona Mohamadinia 80b7fed6e1 Bael 3850: EnabledForJRERange and DisabledForJRERange JUnit Annotations (#8724)
* Upgraded to Jupiter 5.6.0

Also removed some deprecated stuff!

* Added a new test

* Resotre Delete Tests
2020-02-22 10:46:52 +00:00
Shubhra Srivastava 9da978ec65 BAEL-3298 Spring batch retry job (#8690)
* BAEL-3298 Spring batch retry job

* BAEL-3298 Adding tests and refactoring

* BAEL-3298 Some more refactoring

* Review comments

* Some refactoring

* Refactoring RetryItemProcessor

* Minor refactoring in test class

* BAEL-3298 Some more refactoring

* BAEL-3298 Using @MockBean

* BAEL-3298 minor update

* BAEL-3298 Updating names of testcases

* updating id to 9999

* Updating id to 9999

* Updating id to 9999
2020-02-22 10:20:14 +00:00
dupirefr 148359bece [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-data-flow 2020-02-22 11:00:58 +01:00
dupirefr 9b9c6f1cc4 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bus 2020-02-22 10:51:16 +01:00
dupirefr 0fe1d68f50 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: updating pom.xml groups 2020-02-22 10:43:54 +01:00
dupirefr 34b4d42946 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-task 2020-02-22 10:42:08 +01:00
dupirefr a6c263105b [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-vault 2020-02-22 10:40:27 +01:00
dupirefr 9a5df17832 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-stream 2020-02-22 10:38:21 +01:00
dupirefr da21838853 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-ribbon-client 2020-02-22 10:36:57 +01:00
dupirefr f8e227d0cf [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-rest 2020-02-22 10:35:49 +01:00
dupirefr 8c709e9f8c [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-contract 2020-02-22 10:29:23 +01:00
dupirefr 505ed38593 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-zookeeper 2020-02-22 10:25:02 +01:00
dupirefr ac44d74f33 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bootstrap 2020-02-22 10:20:16 +01:00
dupirefr c28dd10fa7 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-kubernetes 2020-02-22 10:15:18 +01:00
dupirefr 03e3b5c046 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung:
spring-cloud-archaius
2020-02-22 10:10:55 +01:00
ramkumarvenkat 06843ae2ab remove unneeded settings.gradle 2020-02-22 11:21:09 +05:30
Graham Cox b609d50214 Examples for Moshi Json (#8753)
* Examples for Moshi Json

* Renamed Moshi tests to BDD style

* Updated some indents

* Minor code tweak to prefer ternary over if/else
2020-02-21 12:07:58 -08:00
Kamlesh Kumar a73581fbaf BAEL-3459 updated cache2k example and test cases (#8732) 2020-02-20 21:46:22 -06:00
Eric Martin 409ebc1a90 Merge pull request #8683 from SmartyAnsh/BAEL-3758_AOP_Annotations_jcabi-aspects
BAEL-3758 - AOP Annotations of jcabi-aspects
2020-02-20 20:00:58 -06:00
m.raheem b09f1d7fa9 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL_3301_testing_@ConfigurationProperties 2020-02-20 07:26:05 +02:00
m.raheem 4414f4f390 fixing formatting 2020-02-20 07:24:35 +02:00
kwoyke 059a9e6a51 BAEL-3801: Update spring-boot-rest to use latest Spring Boot version (#8740)
* BAEL-3801: Upgrade to Spring Boot 2.2.2

* BAEL-3801: Fix JacksonMarshaller

* BAEL-3801: Get rid of deprecated HATEOAS classes

* BAEL-3801: Fix H2 tables drop order

* BAEL-3801: Remove commented property from pom.xml
2020-02-19 22:36:27 +01:00
kwoyke 1ad0bfaf29 BAEL-3804: Update spring-mvc-java to use latest Spring Boot version (#8747) 2020-02-19 22:34:10 +01:00
kwoyke 67f29a37cd BAEL-3799: Update spring-5 to the Spring Boot 2.2.2 (#8754) 2020-02-19 22:31:43 +01:00
pazis 46765cf410 init 2020-02-19 21:28:48 +00:00
mthomas a3aa277766 Merge branch 'master' of github.com:markathomas/tutorials into BAEL-3817 2020-02-19 12:20:14 -06:00
mthomas 70e90bf9bd - Remove the README.md file
- Remove .gitignore
- Aggregate this module in the root pom.xml so that it is integrated into the automated builds.
2020-02-19 01:40:34 -06:00
Josh Cummings ba5ac2470c Merge pull request #8691 from dupirefr/team/BAEL-16532
[BAEL-16532] Moved articles from spring-boot-mvc [WIP]
2020-02-18 21:53:52 -07:00
johnA1331 b30112554a Update README.md 2020-02-19 11:33:53 +08:00
johnA1331 d7686b199c Update README.md 2020-02-19 11:21:05 +08:00
johnA1331 5b3522b718 Update README.md 2020-02-19 11:14:43 +08:00
johnA1331 da97440b5b Update README.md 2020-02-19 11:12:51 +08:00
johnA1331 caa9f15d1b Update README.md 2020-02-19 11:11:00 +08:00
Sampada 0ae112cf3e BAEL-3592: Comparison of Spring Beans and Java Enterprise Beans (#8750) 2020-02-18 13:42:50 -08:00
Loredana Crusoveanu a223680945 Merge pull request #8748 from kwoyke/JAVA-143
JAVA-143: Standardize packages in persistence-modules (part 3)
2020-02-18 23:12:30 +02:00
amdegregorio 83539b1b3e BAEL-3840 Fix example for section 2.1. 2020-02-18 16:07:26 -05:00
Josh Cummings b7a30e6de4 Merge pull request #8729 from Maiklins/JAVA-41-blade
Java-41 blade
2020-02-18 08:02:59 -07:00
Josh Cummings 4019c52022 Merge pull request #8728 from Maiklins/JAVA-72-spring-security-renaming
Java-72 spring security renaming
2020-02-18 08:01:21 -07:00
mikr a0d37ea022 Java-633 Standardize packages in spring-mvc-* 2020-02-18 15:38:19 +01:00
Maiklins 62263d9ca3 Merge pull request #36 from eugenp/master
update
2020-02-18 14:55:35 +01:00
Greg 37e8c88fc3 Merge pull request #8410 from gilday/whats-new-in-gradle-6
Whats New in Gradle 6.0
2020-02-18 08:51:31 -05:00