Commit Graph

309 Commits

Author SHA1 Message Date
Loredana Crusoveanu f6d43be948 Merge branch 'master' into JAVA-3529-move-spring-mvc-views 2020-12-30 13:04:07 +02:00
Loredana Crusoveanu fc7470b82a Merge pull request #10365 from Maiklins/JAVA-3530-move-spring-mvc-webflow
Java 3530 move spring mvc webflow
2020-12-30 13:00:04 +02:00
Loredana Crusoveanu bd22cd94f2 Merge pull request #10194 from Maiklins/Java-2824-Fix-Tests-in-Java-9-and-above-modules
Java-2824 fix tests in java 9 and above modules
2020-12-30 12:13:19 +02:00
Loredana Crusoveanu 48b2da7f16 Merge branch 'master' into JAVA-3530-move-spring-mvc-webflow 2020-12-30 11:35:44 +02:00
Loredana Crusoveanu 0f0ea84c0f Merge pull request #10363 from Maiklins/JAVA-3523-move-spring-rest-angular
Java-3523 move spring rest angular
2020-12-30 11:32:56 +02:00
mikr 55d3676812 JAVA-3530 Move spring-mvc-webflow module 2020-12-29 22:56:18 +01:00
mikr e0ad1261c0 JAVA-3529 Move spring-mvc-views module 2020-12-29 22:31:40 +01:00
mikr 1c07f40727 JAVA-3523 Move spring-rest-angular module 2020-12-29 20:31:13 +01:00
mikr 469e5c5c86 JAVA-3539 Move spring-resttemplate-2 module 2020-12-29 18:52:31 +01:00
Krzysztof Woyke ee174737ab JAVA-3534: Move spring-rest-http into spring-web-modules 2020-12-29 12:15:04 +01:00
Krzysiek 559fb4eb7f JAVA-3545: Move spring-thymeleaf-3 into spring-web-modules 2020-12-28 22:42:11 +01:00
Krzysztof Woyke eb8724a0d7 JAVA-3544: Move spring-thymeleaf-2 into spring-web-modules 2020-12-28 12:10:31 +01:00
Loredana Crusoveanu 5f59cf3c8f Merge branch 'master' into JAVA-3543 2020-12-27 18:01:27 +02:00
Krzysiek 8fc0ea77cc JAVA-3543: Move spring-thymeleaf into spring-web-modules 2020-12-27 12:59:42 +01:00
sampadawagde 8ab0faa372 JAVA-3522: removed modules from main pom 2020-12-27 12:19:07 +05:30
Loredana Crusoveanu 108d8796ea Merge pull request #10343 from sampada07/JAVA-3506
JAVA-3506: Move Spring Security modules to spring-security-modules folder
2020-12-26 08:23:01 +02:00
sampadawagde 4fb5e52080 JAVA-3506: removed moved modules from main pom 2020-12-25 22:41:37 +05:30
sampadawagde ba9e0b9c38 JAVA-3521: removed spring-mvc-basics-4 from main pom 2020-12-24 20:00:29 +05:30
sampadawagde 2d9750ec8a JAVA-3520: Removed module spring-mvc-basics-3 from main pom 2020-12-23 18:52:49 +05:30
sampadawagde 97a4f763da JAVA-3519: removed module spring-mvc-basics-2 from main pom 2020-12-22 16:26:16 +05:30
sampadawagde b89b16b430 JAVA-3509: removed module spring-mvc-basics from main pom 2020-12-21 19:57:39 +05:30
sampadawagde df7af0d0ec JAVA-3508: Create spring-web-modules parent 2020-12-20 23:02:10 +05:30
Jonathan Cook 06bebff4cb BAEL-4706 - Spring Boot with Spring Batch (#10292)
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-11-30 23:18:26 -08:00
Loredana Crusoveanu 8e2a7d8701 Merge pull request #10287 from eugenp/JAVA-3700
JAVA-3700 remove core-scala repo
2020-11-28 16:12:24 +02:00
Dhawal Kapil 4ef0fab13a Merge pull request #10286 from dkapil/task/JAVA-2416_2
JAVA-2416 Move/rename module spring-dispatcher-servlet
2020-11-28 17:50:17 +05:30
Loredana Crusoveanu 782afc6b06 JAVA-3700 remove core-scala repo 2020-11-28 14:16:11 +02:00
Dhawal Kapil 9116e0cd09 JAVA-2416 Move/rename module spring-dispatcher-servlet
- Moved all the contents from spring-dispatcher-servlet to spring-mvc-basics
2020-11-28 11:51:46 +05:30
Loredana Crusoveanu 9624056752 remove remaining kotlin code 2020-11-25 11:52:43 +02:00
Loredana Crusoveanu c4a3db7acc remove kotlin code from repo 2020-11-23 16:11:44 +02:00
Loredana Crusoveanu 6320caee38 Merge pull request #10252 from eugenp/lor6-patch-1
Update pom.xml
2020-11-18 14:43:02 +02:00
Dhawal Kapil cc0e244ce4 JAVA-2423 Move/rename module spring-rest-compress
- Removing spring-rest-compress module as its contents have been moved to spring-resttemplate-2
2020-11-15 15:00:16 +05:30
Loredana Crusoveanu 05dbe85de9 Update pom.xml 2020-11-14 11:21:32 +02:00
Jordan Simpson a5d7f70a5f Bael 4700 (#10231)
* Added code examples from the article.

* Hide the revoked token

* Reduce long line break indentation to 2 spaces, change "your" to "our," and use the -LiveTest convention for the test class.

* Reduce Java version from 11 to 1.8 and add the new discord4j module to the root pom.

* Remove test due to context failing to start up without a valid bot token.

* Replace test class and add error handling for invalid tokens.
2020-11-08 08:34:48 -08:00
mikr 4cac5aa1d8 JAVA-2824 Fix tests in Java 9 and above modules (Update after PR review) 2020-10-29 22:01:15 +01:00
mikr 0e54f859cc JAVA-2824 Fix tests in Java 9 and above modules 2020-10-22 22:04:22 +02:00
mikr 96c386649d JAVA-2824 Fix tests in Java 9 and above modules 2020-10-22 10:42:10 +02:00
Philippe 542c52081b [BAEL-4203] Rename jni module to java-native 2020-10-06 17:03:49 -03:00
Philippe d09a0fdf8e Merge branch 'master' of https://github.com/eugenp/tutorials 2020-09-30 21:48:14 -03:00
Philippe cf1b728d3e [BAEL-4203] JNA 2020-09-30 21:47:55 -03:00
Loredana Crusoveanu 11818a04a3 Merge pull request #10029 from Maiklins/Java-2136-update-jackson-version-in-main-pom
Java-2136 update jackson version in main pom
2020-09-30 10:53:54 +03:00
Oussama BEN MAHMOUD e134c020ce BAEL-4443 Reading HTTP ResponseBody as a String 2020-09-28 10:43:07 +02:00
Joe Boudreau d100adc9c5 BAEL-4448: Added examples for setting TLS version in HttpClient (#9936)
* [BAEL-4448] Added examples for setting TLS version in HttpClient

(cherry picked from commit f4d40fc3f3140fd046ed957030e9a54582bd4a67)

* [BAEL-4448] Simplified the code for one example

* [BAEL-4448] Formatting fixes and moved to new package

* [BAEL-4448] Forgot an import and fixed class name typo

* [BAEL-4448] Created second module for httpclient and moved article code

Co-authored-by: joe <joe.boudreau@pm.me>
2020-09-24 17:28:05 +01:00
Sampada 49590633a8 JAVA-2421: Merge spring-ehcache module into spring-caching module (#10072)
* JAVA-2421: Moved 1 article from spring-ehcache to spring-caching

* JAVA-2421: Removed module spring-ehcache

* JAVA-2421: Removed module spring-ehcache from main pom
2020-09-23 23:34:51 +05:30
Dhawal Kapil ac4b85634f Merge pull request #9998 from Maiklins/JAVA-2394-Create-default-and-integration-profile-for-JDK-9-and-above-modules
Java-2394 Create default and integration profile for JDK-9 and above modules
2020-09-20 00:03:11 +05:30
mikr bca4b6bca5 Java-82 Update pom with reference to JAVA-2824 for failing tests 2020-09-19 13:20:07 +02:00
Jonathan Cook 4ea37a05a0 Merge pull request #9940 from usman-mohyuddin/dev-removePrefix
Remove prefix from string using groovy (BAEL-4104)
2020-09-18 11:30:22 +02:00
Dhawal Kapil d52896c478 Merge pull request #10030 from Maiklins/JAVA-2797-Cleanup-maven-java-11-multimodule-maven-project
Java-2797 cleanup maven java 11 multimodule maven project
2020-09-14 22:56:52 +05:30
Amit Pandey 3563524c09 moved spring-rest-hal-browser to spring-data-rest module (#10019)
* moved spring-rest-hal-browser to spring-data-rest module

* removed module from build
2020-09-14 21:53:09 +05:30
mikr c4396dd1bd Java-2797 Cleanup maven-java-11/multimodule-maven-project 2020-09-14 16:30:00 +02:00
mikr 5d14393788 Java-2136 Update Jackson version in main pom 2020-09-14 12:21:57 +02:00