Commit Graph

740 Commits

Author SHA1 Message Date
Kumar Chandrakant 87e2047eb5 Adding source files for the tutorial BAEL-2788 (#6699)
* Adding source files for the tutorial BAEL-2788

* Made changes to the code for the review comments
2019-04-14 18:55:16 +02:00
Loredana Crusoveanu fd3e1fbded
Merge pull request #6709 from dkapil/task/BAEL-10891
BAEL-10891 Renamed tests to *ManualTest because these tests need a ru…
2019-04-13 21:01:10 +03:00
Marcos Lopez Gonzalez 9df90567d4 BAEL-2464 - lambdas and final local variables (#6530)
* lambdas and final local variables

* workarounds when using non-final local variables in lambdas

* cleanup

* capturing lambdas refactor

* lambdas and local variables

* added comments to capturing lambdas examples

* lambdas variables moved to core-java-lambdas

* core-java-lambdas module moved in pom

* format
2019-04-12 23:10:46 -06:00
Eric Martin 9ff896fe4e
Merge pull request #6652 from SmartyAnsh/master
BAEL-2800 -  BAEL-2800_Copying_a_HashMap_in_Java - new module added
2019-04-11 22:12:25 -05:00
Dhawal Kapil 2841688215 BAEL-10891 Moved projects spring-5-data-reactive and spring-amqp-simple from heavy profiles to default-second and integration-lite-second 2019-04-11 20:55:38 +05:30
Anshul Bansal 998e2b7eeb BAEL-2800_Copying_a_HashMap_in_Java - module renamed to core-java-collections-map 2019-04-10 16:55:52 +03:00
Andrey Shcherbakov 34c0cbe8e3 Add a code snippet for anonymous classes (BAEL-2833) (#6690)
* Add a code snippet about anonymous classes (BAEL-2833)

Add a code snippet about anonymous classes (BAEL-2833)
Create module core-java-2 and move 'anonymous' package there

* Adjust the pom of core-java-8-2 module

* Adjust unit test
2019-04-09 23:28:44 -07:00
Loredana Crusoveanu 713972cdf0
Merge pull request #6627 from gmconte/BAEL-617
Bael 617: BIRT reporting with Spring Boot
2019-04-09 09:08:07 +03:00
Gian Mario Contessa 1e562ed97c BAEL-617: fixed indent spacing of the other module as well 2019-04-08 23:44:16 +01:00
Gian Mario Contessa 6962247c1c BAEL-617: fixed indent spacing 2019-04-08 23:42:37 +01:00
Saurabh Kedia afd8fe5c98 BAEL-379 A Guide to jBPM with Java (#6687)
* BAEL-379 A Guide to jBPM with Java

* BAEL-379 A Guide to jBPM with Java
2019-04-08 08:33:50 -07:00
amit2103 3bbb2fbc55 [BAEL-13314] - Fix formatting of POMs 2019-04-08 00:12:30 +05:30
amit2103 c421103724 [BAEL-13378] - Added submodules in integration profiles also 2019-04-07 11:55:35 +05:30
amit2103 0da4c3b1b9 [BAEL-13378] - Added modules those were not built 2019-04-06 16:57:02 +05:30
Anshul Bansal 8455bfc1d0 BAEL-2800_Copying_a_HashMap_in_Java - space problem fix 2019-04-05 10:48:46 +03:00
Gian Mario Contessa e5ee3fd8b8 BAEL-617: moving to innovent solution maven deps and adding project to parent pom for build 2019-04-03 21:47:46 +01:00
Anshul Bansal 4878cc2716 BAEL-2800_Copying_a_HashMap_in_Java new module added 2019-04-03 15:06:33 +03:00
Saurabh Kedia 8a9cfe80e9 BAEL-379 A Guide to jBPM with Java (#6619)
* BAEL-379 A Guide to jBPM with Java

* BAEL-379

* BAEL-379 A Guide to jBPM with Java

* BAEL-379 A Guide to jBPM with Java

* BAEL-379 A Guide to jBPM with Java

* BAEL-379 A Guide to jBPM with Java
2019-04-01 22:07:26 -07:00
amit2103 27699842f6 [BAEL-13322] - Removed noexception module : Code already present in libraries module 2019-03-31 23:07:34 +05:30
Eric Martin 2c3c9964a6
Merge pull request #6564 from michael-pratt/master
BAEL-2743: creating new apis and adding new data to existing views
2019-03-30 23:52:28 -05:00
isaolmez 73a58cc3b1 BAEL-2715: Removed spring-5-reactive-netty module 2019-03-27 21:41:07 +03:00
isaolmez c2db7e8357 BAEL-2715: Removed spring-5-reactive-netty module 2019-03-27 21:38:08 +03:00
Michael Pratt a877b0065a Add jhipster-5 module to parent POM 2019-03-25 06:35:02 -06:00
Loredana Crusoveanu a34d4f0171
Merge pull request #6569 from alimate/BAEL-2786
Teeing Collector
2019-03-23 12:23:29 +02:00
Eric Martin d05ce3ae4d
Merge pull request #6526 from isaolmez/BAEL-2715
Bael 2715
2019-03-21 21:02:03 -05:00
Ali Dehghani 18eb32a7db Introducing the core-java-12 module.
It's ignored just like other 9+ versions.
2019-03-22 03:46:02 +04:30
Eric Martin fc82f53cb4
Merge pull request #6472 from antmordel/BAEL-2522
Adding XMLGregorianCalendar to LocalDate converters
2019-03-20 21:10:23 -05:00
pcoates33 16fdea7267 BAEL-2721 Moved JsonAliasUnitTest into new module called jackson-2. (#6555)
* BAEL-2721 Examples of @JsonAlias and Gson's alternate parameter

* BAEL-2721 Update class and method names for JsonAlias and GsonAlternate

* BAEL-2721 move JsonAliasUnitTest into new jackson-2 module

* BAEL-2721 Removed unused dependencies from pom.xml

* BAEL-2721 Tidy up logback.xml

* BAEL-2721 fix url in README.md
2019-03-17 23:56:13 -07:00
Antonio Moreno 227ad26d0b BAEL-2522 - Commenting module 2019-03-16 22:16:48 +00:00
Antonio Moreno d5e91a8d34 Revert "BAEL-2522 - Reverting changes"
This reverts commit bac1103dcc.
2019-03-16 22:15:22 +00:00
cdjole 9b6a3a0f88 New module core-java-jvm added (#6539) 2019-03-15 09:56:19 -07:00
Antonio Moreno bac1103dcc BAEL-2522 - Reverting changes 2019-03-15 14:38:26 +00:00
Kumar Chandrakant dc72b8b397 Adding source code for the tutorial tracked under BAEL-2759 (#6533) 2019-03-15 06:52:27 +01:00
Antonio Moreno f90dd073cb BAEL-2522 - Updated parent pom with the new module 2019-03-14 09:32:06 +00:00
isaolmez b7cc946a32 BAEL-2715: Added code samples for Netty server configuration 2019-03-12 22:35:27 +03:00
Loredana Crusoveanu 2cdae3f8b9
Merge pull request #6517 from eugenp/BAEL-2541-v2
add new core-java-os module
2019-03-12 08:33:11 +02:00
Loredana 63b652270a add new core-java-os module 2019-03-11 23:02:10 +02:00
Loredana Crusoveanu 12da2b183d
Merge pull request #6514 from dkapil/task/BAEL-10957_2
BAEL-10957 Moved jhipster project from heavy profile to default-first…
2019-03-11 21:08:01 +02:00
Alejandro Gervasio b10782f89e Building a web application with Spring Boot and Angular (#6496)
* Initial Commit

* Delete angularclient folder

* Add spring-boot-angular module to root pom.xml

* Update pom.xml

* Update root pom.xml

* Update root pom.xml
2019-03-11 09:49:16 -05:00
Dhawal Kapil ef9df7f563 BAEL-10957 Moved jhipster project from heavy profile to default-first and integration-lite-first profiles 2019-03-11 19:47:41 +05:30
amit2103 c69690d22c Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12185 2019-03-09 19:33:26 +05:30
amit2103 2b8ebe7de2 [BAEL-12185] - Updated JACKSON ANNOTATIONS article 2019-03-03 23:22:38 +05:30
Dhawal Kapil f067f5a0f5 BAEL-10890 Added aggregator poms in several projects, cleaned up main pom.xml 2019-02-28 22:15:51 +05:30
Dhawal Kapil 9c12b713a3 BAEL-10995 Fix integration build of spring-data-elasticsearch module
-Included project in the main pom.xml
2019-02-27 20:54:15 +05:30
Loredana Crusoveanu 0c5293da99
Merge pull request #6419 from dkapil/task/BAEL-10943
BAEL-10943 Removed unnecessary repositories
2019-02-27 09:44:00 +02:00
Loredana Crusoveanu c35a220258
Merge pull request #6414 from dkapil/task/BAEL-10944
BAEL-10944 Fixed failing tests
2019-02-26 23:22:52 +02:00
Dhawal Kapil 687c2862b1 BAEL-10943 Removed unnecessary repositories 2019-02-26 20:37:51 +05:30
Dhawal Kapil d6dc3f9941 BAEL-10944 Fixed failing tests 2019-02-25 22:49:29 +05:30
the-java-guy 053e7c4e98 BAEL-774 (#6234)
* BAEL-774

* BAEL 774 : Refactored methods

* BAEL-774 Refactored to new module.

* BAEL 774 - CRs

* BAEL 774 - Moved code back to ratpack module

* Removed modules reactive-modules and ratpack-rxjava

* Refactored packages
2019-02-25 09:55:25 -07:00
Loredana Crusoveanu b9a2297dfa
Merge pull request #6405 from eugenp/BAEL-10856-v2
fix smooks test, add libraries to main pom integration profile
2019-02-24 20:44:54 +02:00