Commit Graph

4398 Commits

Author SHA1 Message Date
sampadawagde 12d16d9c85 JAVA-68: parent module pom changes as per child module renaming 2020-08-16 16:34:03 +05:30
sampadawagde 10e9f147ee JAVA-68: Renamed spring-security-react to spring-security-web-react 2020-08-16 16:33:28 +05:30
sampadawagde d35dfb6ba9 JAVA-68: Renamed spring-security-mvc-socket to
spring-security-web-sockets
2020-08-16 16:32:56 +05:30
sampadawagde f645cac5d6 JAVA-68: Renamed spring-security-mvc-persisted-remember-me to
spring-security-web-persisted-remember-me
2020-08-16 16:32:25 +05:30
sampadawagde 3e193877e6 JAVA-68: Renamed spring-security-mvc-login to spring-security-web-login 2020-08-16 16:31:42 +05:30
sampadawagde ecaa8db142 JAVA-68: Renamed spring-security-mvc-jsonview to
spring-security-web-jsonview
2020-08-16 16:30:53 +05:30
Ankur Gupta 5eefa6b148 Update pom.xml
removing extra spaces
2020-08-16 13:36:23 +05:30
Ankur Gupta 1e96de4b64 Update pom.xml
Adding spring-data-cosmosdb module in the persistence module
2020-08-16 13:35:04 +05:30
Loredana Crusoveanu c953ca8cd3 Merge pull request #9876 from Maiklins/Java-70-spring-security-renamings
Java-70 spring security renamings
2020-08-16 10:37:26 +03:00
Loredana Crusoveanu 909ceb4551 Merge pull request #9875 from Maiklins/Java-65-remove-unnecessary-files-from-spring-jpa-2
Java-65 remove unnecessary files from spring jpa 2
2020-08-16 09:24:42 +03:00
Dhawal Kapil 46554a7786 Merge pull request #9879 from Maiklins/JAVA-1460-reduce-logging-module-profiles-maven-help-plugin
Java-1460 reduce logging module profiles maven help plugin
2020-08-16 09:58:07 +05:30
Dhawal Kapil 44afb00d22 Update README.md 2020-08-16 08:46:46 +05:30
Dhawal Kapil 4c75754f64 Merge pull request #9871 from sampada07/JAVA-1639
JAVA-1639: Upgrade spring-5-security-cognito to use latest Spring Boot
2020-08-16 08:40:03 +05:30
Carlos Grappa bb34174aeb BAEL 2881 (#9639)
* BAEL-4154 IOException Too many open files

* Add comment to explain GC dependency

* Add HPPC, remove Colt & Trove

* Add inplace iterators for fastutil and extra maps for HPPC

Co-authored-by: Carlos Grappa <carlos.grappa@mercadolibre.com>
2020-08-15 21:59:34 +01:00
mikr 1ba940679a Java-1460 Reduce logging created by the maven-help plugin 2020-08-15 22:18:01 +02:00
CHANDRAKANT Kumar b324436681 Incorporated the review comments on the pull request. 2020-08-16 01:17:38 +05:30
CHANDRAKANT Kumar 3e2ce28afb Incorporated the review comments on the pull request. 2020-08-16 01:15:24 +05:30
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
Loredana Crusoveanu e75fd5cc21 Merge pull request #9865 from eugenp/lor6-patch-1
Update README.md
2020-08-15 15:29:44 +03: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
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 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