Commit Graph

4486 Commits

Author SHA1 Message Date
mikr 1d0488b576 Java-70 Rename modules in Spring Security modules 2020-08-15 20:25:37 +02:00
mikr ab056706ac Java-70 Remove unnecessary files from spring-jpa-2 + include in main persistence pom file 2020-08-15 20:02:21 +02:00
Maiklins 7784219a2e Merge pull request #68 from eugenp/master
update
2020-08-15 19:42:45 +02:00
Eric Martin 2ac7e8af89 Merge pull request #9852 from alimate/BAEL-4536
BAEL-4536: Improvement - compareTo Implementations
2020-08-15 11:35:32 -05:00
Trixi Turny 130133d73b BAEL-4321 fix leftover data package names 2020-08-15 15:39:01 +01:00
Trixi Turny e399a6a8bc BAEL-4321 fix package name in imports and convert tabs to spaces 2020-08-15 15:34:56 +01:00
Trixi Turny 3c44e7af20 BAEL-4321 fix indentation 2020-08-15 15:04:10 +01:00
Trixi Turny 2239446285 BAEL-4321 use properties module and delete ReadMe 2020-08-15 15:01:37 +01:00
Cristian Rosu 9a102f03af BAEL-4394: Line at a given number tests 2020-08-15 16:48:24 +03:00
Loredana Crusoveanu e75fd5cc21 Merge pull request #9865 from eugenp/lor6-patch-1
Update README.md
2020-08-15 15:29:44 +03:00
maryarm e36678d920 BAEL-4107: Spring MVC Async vs Spring WebFlux 2020-08-15 14:20:40 +02:00
Dhawal Kapil c31b6f188c Merge pull request #9864 from sampada07/JAVA-67
JAVA-67: Spring-security-web-move-1
2020-08-15 13:57:20 +05:30
Philippe 10349f5185 [BAEL-4381] Fix formatting 2020-08-14 22:58:58 -03:00
Ankur Gupta 9c846f0e84 keeping Configuration in Separate class 2020-08-15 03:21:29 +05:30
bfontana 5a4bfbc0fd Merge pull request #9862 from kcacademic/webflux-threads
Adding source code for article tracked under BAEL-4109.
2020-08-14 14:07:45 -03:00
sampadawagde 8d97b0cb37 JAVA-1639: Upgrade spring-5-security-cognito to use latest Spring Boot
version
2020-08-14 22:07:40 +05:30
Maiklins 9ca1a0064a CS-378 Find kth smallest element in union of two sorted arrays (#9812)
* CS-378 Find the Kth Smallest Element in the Union of Two Sorted Arrays

* CS-378 Fix name of unit test

* CS-378 Update merge algorithm to operate only on two input arrays

Co-authored-by: mikr <michael.krimgen@ximedes.com>
2020-08-14 17:41:36 +02:00
kwoyke 459662daf6 BAEL-4543: Use the prefered toArray() approach (#9869) 2020-08-14 17:36:57 +02:00
kwoyke c1d934e8a4 BAEL-3975: Fix the PactVerification test (#9870) 2020-08-14 17:36:47 +02:00
bfontana 37df085e41 Update README.md 2020-08-14 11:47:02 -03:00
Philippe 29316a01f3 [BAEL-4381] Fix formatting 2020-08-14 11:41:36 -03:00
Philippe f7915d9f62 [BAEL-4381] Fix formatting 2020-08-14 09:29:27 -03:00
Philippe aac565de99 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-08-14 09:24:37 -03:00
CHANDRAKANT Kumar 4daecbbc89 Added comments in README regarding Mongo and Kafka processes. 2020-08-14 12:49:30 +05:30
CHANDRAKANT Kumar 925c5655b7 Incorporated review comments on the pull request. 2020-08-14 12:46:33 +05:30
Dhawal Kapil 2a0e8db760 Merge pull request #9867 from kwoyke/JAVA-1638
JAVA-1638: Get rid of the overriden spring-boot.version property
2020-08-14 11:40:27 +05:30
Mona Mohamadinia 89ef54df80 Added a HttpCodeStatusMapper impl. 2020-08-14 03:26:35 +04:30
Mona Mohamadinia 850ace5f5e Custom Health Indicators in Spring Boot 2020-08-14 03:02:52 +04:30
Krzysiek 2addd74680 JAVA-1638: Get rid of the overriden spring-boot.version property 2020-08-13 22:07:42 +02:00
root 2fe9016a23 final comments 2020-08-13 16:10:01 +00:00
root 9230a93045 Merge remote-tracking branch 'upstream/master' into BAEL_4302 2020-08-13 15:51:21 +00:00
Loredana Crusoveanu db4c926b1a Merge pull request #9773 from eugenp/BAEL-16668-v2
Bael 16668 v2
2020-08-13 17:13:32 +03:00
Loredana Crusoveanu 9e2161f36b Delete README.md 2020-08-13 17:10:29 +03:00
Loredana Crusoveanu ad7f2cbefa Update README.md 2020-08-13 17:09:19 +03:00
Loredana Crusoveanu f055e59e61 Merge pull request #9856 from johnA1331/master
BAEL-27115 - github-related test fix (results: 03.08.2020)
2020-08-13 16:41:23 +03:00
Loredana Crusoveanu 7c35d2a54f Merge pull request #9863 from JonCook/master
BAEL-4341 - JUnit test for System.out.println()
2020-08-13 16:40:53 +03:00
sahilsingla112 a0ee1712e6 BAEL-4431-jdbcmetadata: Article about extracting metadata using JDBC (#9815)
* BAEL-4431-jdbcmetadata: Article about extracting metadata using JDBC

* BAEL-4431-jdbcmetadata: Review comments, fixed formatting issues by using the recommended intelij formatter

Co-authored-by: sahil.singla <sahil.singla@99acres.com>
2020-08-13 08:37:46 -05:00
CHANDRAKANT Kumar 95b8f5d070 Merge branch 'master' into webflux-threads 2020-08-13 16:26:19 +05:30
sampadawagde ee2eae1056 JAVA-67: README updated for next-prev links 2020-08-13 16:07:42 +05:30
kwoyke 6ce7fee3ff BAEL-4541: Fix typos in the spring-kafka module (#9857) 2020-08-13 11:38:50 +02:00
sampadawagde daed0a310a JAVA-67: module pom changes as per renamed modules 2020-08-13 12:57:25 +05:30
sampadawagde ab84d1c6d0 JAVA-67:renamed spring-security-mvc-digest-auth to
spring-security-web-digest-auth
2020-08-13 12:56:26 +05:30
sampadawagde fe7894fae0 JAVA-67:renamed spring-security-mvc-custom to
spring-security-web-mvc-custom
2020-08-13 12:55:25 +05:30
sampadawagde 8eede4e9f2 JAVA-67:renamed spring-security-mvc-boot-2 to spring-security-web-boot-2 2020-08-13 12:54:12 +05:30
sampadawagde 787bbd4f2c JAVA-67:renamed spring-security-mvc-boot-1 to spring-security-web-boot-1 2020-08-13 12:52:53 +05:30
sampadawagde 36a2c6edb1 JAVA-67: renamed spring-security-mvc to spring-security-web-mvc 2020-08-13 12:51:16 +05:30
sampadawagde 103d36000f JAVA-67: renamed spring-security-angular to spring-security-web-angular 2020-08-13 12:49:18 +05:30
Loredana Crusoveanu cd34bc8454 Merge pull request #9859 from eugenp/BAEL-4395
BAEL-4395 fix test
2020-08-13 10:15:38 +03:00
Jonathan Cook bc2352684a BAEL-4341 - Add AfterEach annotation instead of BeforeEach on tearDown
method
2020-08-13 09:12:53 +02:00
Jonathan Cook 7cab9186b4 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-08-13 09:05:53 +02:00