Commit Graph

611 Commits

Author SHA1 Message Date
amit2103 e9fa7851a5 [BAEL-9712] - Fixed conflicts 2018-11-25 00:18:37 +05:30
Eugen Paraschiv 6e3245a0f1 profile work 2018-11-24 12:17:39 +02:00
Eugen Paraschiv 668aa4a583 profiles work 2018-11-22 22:42:18 +02:00
Eugen Paraschiv 5ad9f285e1 profile work 2018-11-22 20:37:50 +02:00
Eugen Paraschiv e24d89199b profile work 2018-11-22 19:52:02 +02:00
Loredana Crusoveanu 608fe77823 disable gib default (#5726)
* disable gib default

* Update .travis.yml
2018-11-22 16:53:33 +01:00
Eugen Paraschiv af3e0e9b06 splitting the integration-lite profile 2018-11-22 17:38:17 +02:00
Eugen Paraschiv 3928c89559 the third profile 2018-11-22 16:19:26 +02:00
amit2103 96d121bcae [BAEL-9712] - Created spring-5-security-oauth module 2018-11-19 00:06:43 +05:30
Eugen Paraschiv c7daccbe6e temporarily removing modules with external repos 2018-11-17 12:59:25 +02:00
Dhawal Kapil 2801a40938 BAEL-8874 Merge ejb projects
-Removed reference of ejb projects from parent pom.xml
2018-11-13 20:03:07 +05:30
Loredana Crusoveanu 8d9f995624
Merge pull request #5649 from rozagerardo/geroza/BAEL-9549_reduce-articles-in-core-java
[BAEL-9549] reduce core-java module migrating code to core-java-lang and core-java-arrays
2018-11-11 13:47:28 +02:00
geroza 4a130b57a7 9 - ninth commit to split core-java. In this commit:
* added core-java-arrays module to the root pom
2018-11-10 16:18:46 -02:00
Eugen Paraschiv c5d39535c6 maven testing cleanup 2018-11-10 15:36:47 +02:00
geroza 792d6f6cc4 First commit to migrate the following articles from core-java:
* to core-java-lang:
  * https://www.baeldung.com/java-reflection
  * https://www.baeldung.com/java-generics
  * https://www.baeldung.com/java-eclipse-equals-and-hashcode
  * https://www.baeldung.com/java-chained-exceptions
  * https://www.baeldung.com/java-primitive-conversions //to package
  * https://www.baeldung.com/java-method-reflection
  * https://www.baeldung.com/java-enum-iteration
  * https://www.baeldung.com/java-reflection-change-annotation-params
  * https://www.baeldung.com/java-dynamic-proxies
  * https://www.baeldung.com/java-double-brace-initialization
  * https://www.baeldung.com/java-hashcode
  * https://www.baeldung.com/java-diamond-operator
  * https://www.baeldung.com/java-static (?https://github.com/eugenp/tutorials/pull/3392)
  * https://www.baeldung.com/java-comparator-comparable
  * https://www.baeldung.com/java-continue-and-break
  * https://www.baeldung.com/java-initialization
  * https://www.baeldung.com/java-nested-classes
  * https://www.baeldung.com/java-loops
  * https://www.baeldung.com/java-varargs
2018-11-09 22:22:33 -02:00
Mike Wojtyna e1056e04de Add BAEL-2272 persisting DDD aggregates examples (#5630)
* Add BAEL-2272 persisting DDD aggregates examples

* Update pom.xml
2018-11-08 09:54:05 -08:00
Loredana Crusoveanu 1ba7fee15b
Merge pull request #5604 from Doha2012/master
webflux oauth
2018-11-04 22:54:47 +02:00
Tom Hombergs 2899e37973 removed duplicate module 2018-11-03 22:03:12 +01:00
DOHA fcd01986fc include spring-5-reactive-oauth to parent pom 2018-11-03 21:45:12 +02:00
eelhazati 8d7ced04f9 oracle helidon microservices 2018-10-28 21:14:59 +01:00
amit2103 539ce3e787 [BAEL-9551] - Splitted algorithms into 4 modules 2018-10-28 23:30:32 +05:30
Eric Martin b57a14db36
Merge pull request #5416 from chandra1123/BAEL-2041
Bael-2041 Introduction to Scala
2018-10-28 10:29:09 -05:00
amit2103 571c21b555 [BAEL-9696] - Fixed conflicts 2018-10-28 15:58:53 +05:30
Eugen Paraschiv 6ea24fdab5 balancing the first and second profiles 2018-10-28 09:16:31 +02:00
Loredana 158ac9ec33 remove extra spring-custom-aop module 2018-10-27 21:00:27 +03:00
Loredana d93ab9a8cf remove extra spring-custom-aop module 2018-10-27 20:58:24 +03:00
amit2103 dec65af500 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9696 2018-10-21 01:11:39 +05:30
Loredana Crusoveanu cbc996a5d1
Merge pull request #5502 from eugenp/fix-spring-ejb-setup
change setup of spring-ejb-client
2018-10-20 21:53:03 +03:00
amit2103 6c1722a5a2 [BAEL-9696] - Moved persistence-related modules into the persistence folder 2018-10-20 23:41:12 +05:30
Loredana Crusoveanu f8a7e1a291 remove from main pom 2018-10-20 20:48:22 +03:00
Loredana Crusoveanu 244aace788
Merge pull request #5498 from amit2103/BAEL-9538
[BAEL-9538] - Move persistence-related modules into the persistence f…
2018-10-20 15:15:27 +03:00
amit2103 21a3a43788 [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30
amit2103 72cec87e82 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9550 2018-10-20 00:38:26 +05:30
amit2103 71793cef7f [BAEL-9550] - Moved articles and codes from core-java-collections module to java-collections-convversions and java-collections-maps module 2018-10-20 00:37:31 +05:30
Loredana Crusoveanu 55fbc18541
Merge pull request #5459 from eugenp/fix-logging-boot
fix boot logging modules
2018-10-19 20:42:17 +03:00
Dhawal Kapil c1e522d38c BAEL-9654 Activating multiple profiles for Travis CI (#5483)
-Modified travis.yml to execute both default-first and default-second profile
2018-10-18 17:56:37 +02:00
Loredana Crusoveanu a513308b4d
Merge pull request #5458 from amit2103/BAEL-9547
[BAEL-9547] - Splitted guava module and introduced guava-collections …
2018-10-15 22:06:18 +03:00
Loredana Crusoveanu c882fa6e54 fix boot logging modules 2018-10-14 23:40:39 +03:00
amit2103 6d79649b56 [BAEL-9547] - Splitted guava module and introduced guava-collections module 2018-10-15 01:32:54 +05:30
amit2103 b5dcb13c41 [BAEL-9635] - Moved Junit vs TestNg junit code examples to junit-5 module from core-java 2018-10-14 18:13:40 +05:30
Shreyash c9f2162f98 Spring Data Reactive Redis examples
Issue: BAEL-1868
2018-10-14 00:04:09 -06:00
Loredana Crusoveanu 3b58b515ce
Merge pull request #5418 from dkapil/task/BAEL-9148_2
Task/bael 9148 2
2018-10-11 20:32:54 +03:00
Eugen Paraschiv 12b1a90a74 rebalancing the first and second default profiles 2018-10-10 20:24:43 +03:00
Dhawal Kapil 506a973c82 BAEL-9148 Fix Java EE Annotations Project
- Added new jee-7-security module that contains only security related code previously part of jee-7 module
- Added new jee-7-security in parent pom.xml
2018-10-10 20:14:21 +05:30
chandra d074cdd76a BAEL-2041 Introduction To Scala 2018-10-09 22:55:08 -04:00
Loredana Crusoveanu 9b8028a6f9
Merge pull request #5405 from eugenp/remove-date-diff-module
remove diff-dates module
2018-10-08 23:14:18 +03:00
Loredana Crusoveanu 37896ced0e remove diff-dates module 2018-10-08 23:09:44 +03:00
Eugen Paraschiv bfe1429851 moving modules between profiles 2018-10-04 19:19:33 +01:00
Josh Cummings 52c2ce4ede
Adding apache-geode module to build (#5367) 2018-10-02 07:11:43 -06:00
Eugen Paraschiv adbace2aaa profile fix 2018-10-02 13:54:35 +03:00