Commit Graph

8253 Commits

Author SHA1 Message Date
chrisoberle 57a4f160aa BAEL-1706 - optional parameters in java (#4050)
* BAEL-1706 - optional parameters in java

* minor adjustments per review

* add tests
* fix formatting
* fix constructor issue with MultiVitaminOverloading

* BAEL-1706 Test name change, formatting
2018-04-22 23:55:00 +02:00
Tom Hombergs 80f8fee3c2
Merge pull request #4056 from eugenp/BAEL-1683
Bael 1683
2018-04-22 23:22:09 +02:00
mherbaghinyan e269f7e599 variable name changes 2018-04-22 17:13:38 +04:00
Tom Hombergs 0dbe0e48dd
Merge pull request #4032 from eugenp/thombergs-patch-7
added article link
2018-04-21 23:14:27 +02:00
Tom Hombergs 54a868c9e0
Merge pull request #4055 from eugenp/thombergs-patch-8
added article links
2018-04-21 23:14:12 +02:00
Tom Hombergs 248d0e2693
Merge pull request #4031 from eugenp/thombergs-patch-6
added article link
2018-04-21 23:13:36 +02:00
Tom Hombergs 8e0b36a8f9 removed folder "SpringDependencyInjection"
e Please enter the commit message for your changes. Lines starting
2018-04-21 22:49:05 +02:00
Tom Hombergs fb744e25a5
added article links 2018-04-21 22:38:45 +02:00
Tom Hombergs 13a1ddcfc2
Merge pull request #4045 from its-fpereira/BAEL-1505
BAEL-1505: Spring WebFlux Filters Refatoring
2018-04-21 22:28:35 +02:00
Orry 83a8344e4e BAEL-1701 (#4012)
* BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring)

* BAEL-1701: Complete examples
2018-04-21 13:29:32 -05:00
Donato Rimenti 5f83980363 BAEL 1639: added singleton examples and test. (#3977) 2018-04-21 18:51:14 +02:00
Jorge 5b5386636b [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum (#3890)
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum

* Commiting editor's suggested changes

* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin

* Revert commit for BAEL 1687 - Moving those files to a new branch

* Use AssertJ and BDD-style on unit testing
2018-04-21 08:45:15 -05:00
gautamshetty 5e78d679d8 BAEL-717: Singleton Session Bean. (#4046)
* BAEL-717: Singleton EJB Bean

Files for BAEL-717:Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Changed artifactId value.

* BAEL-717: Singleton EJB Bean.

Added module for Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean. 

Removed Singleton EJB Bean Module.

* BAEL-717: Singleton EJB Bean

Changed the JNDI Lookup name.

* BAEL-717: Singleton EJB Bean. 

Added the "singleton-ejb-bean" module.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton Session Bean.

Added class for Bean-Managed concurrrency.
Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean.

* BAEL-717: Singleton Session Bean.

Changing the name of the class to CountryStateContainerManagedBean.

* BAEL-717: Singleton Session Bean.

Added method to test Bean-Managed concurrency.

* Get Latest.

* deleting CountryStateBeanManagedBean for new file.

* deleting CountryStateCacheBean for new file.

* deleting CountryStateContainerManagedBean for new file.

* BAEL-717: Singleton Session Bean.

Adding file for Bean with Bean-Managed concurrency.
Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency.

* Deleting file for new checkin.

* BAEL-717: Singleton Session Bean.

Added test case for Bean-Manged concurrency.
Change in JNDI names.

* BAEL-717: Singleton Session Bean.

Changed the assert method parameter order and null check in test cases.

* BAEL-717:Singleton Session Bean

Removed volatile keyword for the variable countryStatesMap. Marking it as final.
2018-04-21 11:06:11 +01:00
mherbaghinyan 81b9a8971e service locator pattern 2018-04-20 21:38:28 +04:00
mherbaghinyan 78a6c223eb service locator pattern 2018-04-20 10:11:59 +04:00
Tom Hombergs fa74f05d60
Merge pull request #3921 from denis-zhdanov/BAEL-1423-jctools
BAEL-1423 Java Concurrency Utility with JCTools Library
2018-04-20 00:40:23 +02:00
tamasradu ed9f3fa2e2 Using assertThatThrownBy (#4047) 2018-04-19 14:28:38 -07:00
Loredana Crusoveanu a1b206ead8
Merge pull request #4044 from Doha2012/master
easymock minor fix
2018-04-19 22:40:19 +03:00
amit2103 7ae3babd59 Bael 5927 (#4042)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Defined the integration profile in the parent
2018-04-19 09:41:39 +02:00
Fabio Pereira 5e822b2896 refactoring packages and using generics 2018-04-18 23:14:58 -03:00
DOHA dd4000c3d1 easymock minor fix 2018-04-18 23:44:23 +02:00
DOHA c87617470e Merge remote-tracking branch 'eugenp/master' 2018-04-18 23:11:06 +02:00
Tom Hombergs 0bb4359ac3
Merge branch 'master' into BAEL-1423-jctools 2018-04-18 22:46:00 +02:00
mherbaghinyan 6a03f1a9fd spring-data final 2018-04-18 21:42:20 +04:00
Adrian Precub 263009fb32 BAEL-1202: java keystore (#4011) 2018-04-18 13:21:51 +02:00
amit2103 86cebe51d7 Bael 5926 (#4023)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Aligned and Defined the common plugins in the parents

* Removed dependency-reduced-pom.xml from undertow module

* Reverting test fail modules with surefire testFailureIgnore ture

* Reverted wrong push with org.hsqldb
2018-04-18 08:04:50 +02:00
Michael Pratt e69b630923 Code for eval article 2018-04-17 17:04:06 -06:00
Loredana Crusoveanu 7140229ca0
Merge pull request #4026 from Doha2012/master
easymock argument matchers
2018-04-17 20:53:57 +03:00
pauljervis ce5113c48c Bael 1404 kotlin (#4033)
* add article files

* update kotlin version in pom

* IntelliJ added binary folder to all the .gitignores

* IntelliJ added binary folder to all the .gitignores

* update test function names

* Expand tests and add more code for more meaningful content within the article.
Remove core-kotlin from parent pom again for eclipse to work.

* adjust for issues with custom-pmd

* rename test

* Revert "IntelliJ added binary folder to all the .gitignores"

This reverts commit 0850a2acd5162499540231146c795cfda9ffcfc5.

* Revert "IntelliJ added binary folder to all the .gitignores"

This reverts commit 2b17cf2ff3624ecbe37f07bb9985ecfd3a977e01.

* renamed test to match article
2018-04-17 17:37:14 +02:00
pauljervis d7eaa00804 Bael 1601 kotlin (#4016)
* add article files

* update kotlin version in pom

* IntelliJ added binary folder to all the .gitignores

* IntelliJ added binary folder to all the .gitignores

* update test function names

* Expand tests and add more code for more meaningful content within the article.
Remove core-kotlin from parent pom again for eclipse to work.

* adjust for issues with custom-pmd

* rename test

* Revert "IntelliJ added binary folder to all the .gitignores"

This reverts commit 0850a2acd5162499540231146c795cfda9ffcfc5.

* Revert "IntelliJ added binary folder to all the .gitignores"

This reverts commit 2b17cf2ff3624ecbe37f07bb9985ecfd3a977e01.
2018-04-17 14:09:34 +02:00
José Carlos Valero Sánchez c80befe225
Merge pull request #4024 from myluckagain/BAEL-1645
BAEL-1645 fix
2018-04-16 23:05:19 +01:00
Tom Hombergs c2cb22cd41
Merge pull request #4019 from eugenp/thombergs-patch-3
added article link
2018-04-16 22:23:40 +02:00
Tom Hombergs 7bd9790d9d
Merge pull request #4022 from eugenp/thombergs-patch-5
added link to article
2018-04-16 22:23:28 +02:00
Tom Hombergs e62fb43d7b
fixed link 2018-04-16 22:23:11 +02:00
Tom Hombergs 20b0a214e6
added article link 2018-04-16 22:22:38 +02:00
Tom Hombergs 5b22ce4687
added article link 2018-04-16 22:21:35 +02:00
Tom Hombergs 45a4e47ddc
Merge branch 'master' into BAEL-1423-jctools 2018-04-16 22:06:44 +02:00
Jorge c32bbe3be7 [Bael 1687] - Spring Data Reactive Mongo DB microservice in Kotlin (#3993)
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum

* Commiting editor's suggested changes

* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin

* Revert commit for BAEL 1687 - Moving those files to a new branch

* [BAEL-1687] - Real-time data streaming using Reactive MongoDB and Kotlin

* Reverting changes [BAEL-1641] - Not from this branch

* [BAEL-1687] - Code Peer Review - Added suggested changes
2018-04-16 21:09:15 +02:00
tamasradu 72b5ac265c Updated unit test to use assertj (#4025) 2018-04-16 07:38:24 -07:00
Gangadharan Khoteeswarun 6f887d29c6 @Lookup annotation Code (#3900)
* Updated

* Changed Test Names

* Updated code for method injection section 3.2

* Added Grader bean and changes for it
2018-04-16 08:17:39 -06:00
DOHA 845db90349 easymock argument matchers 2018-04-16 15:14:06 +02:00
Ekaterina Galkina 59e46080d8 BAEL-1645 fix 3 2018-04-16 12:57:51 +05:00
Ekaterina Galkina 56b2899171 BAEL-1645 fix 2 2018-04-16 12:49:41 +05:00
Ekaterina Galkina 5d5b44c0a9 BAEL-1645 fix 2018-04-16 12:36:19 +05:00
Tom Hombergs c1a6b5b553 added article link (#4021) 2018-04-16 08:24:00 +02:00
Denis Zhdanov 4073b10bbe BAEL-1423 Java Concurrency Utility with JCTools library
Addressed editor's comments
2018-04-16 01:39:16 +03:00
Tom Hombergs 9b982ec865
added link to article 2018-04-16 00:11:38 +02:00
linhvovn 6561af5cd2 Bael 1684 - Move to spring-jpa (#4015)
* [tlinh2110] BAEL 1684 Init

* [BAEL1684-tlinh2110] Move to spring-jpa

* [BAEL-1684 tlinh2110] Remove unused file
2018-04-15 21:49:12 +02:00
hemantvsn 63a220d39a Added boot app, filters, controller and model (#3848) 2018-04-15 21:42:23 +02:00
gautamshetty 87e4c25f45 [BAEL 717]-Singleton Session Bean. (#4001)
* BAEL-717: Singleton EJB Bean

Files for BAEL-717:Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Changed artifactId value.

* BAEL-717: Singleton EJB Bean.

Added module for Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean. 

Removed Singleton EJB Bean Module.

* BAEL-717: Singleton EJB Bean

Changed the JNDI Lookup name.

* BAEL-717: Singleton EJB Bean. 

Added the "singleton-ejb-bean" module.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton Session Bean.

Added class for Bean-Managed concurrrency.
Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean.

* BAEL-717: Singleton Session Bean.

Changing the name of the class to CountryStateContainerManagedBean.

* BAEL-717: Singleton Session Bean.

Added method to test Bean-Managed concurrency.

* Get Latest.

* deleting CountryStateBeanManagedBean for new file.

* deleting CountryStateCacheBean for new file.

* deleting CountryStateContainerManagedBean for new file.

* BAEL-717: Singleton Session Bean.

Adding file for Bean with Bean-Managed concurrency.
Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency.

* Deleting file for new checkin.

* BAEL-717: Singleton Session Bean.

Added test case for Bean-Manged concurrency.
Change in JNDI names.

* BAEL-717: Singleton Session Bean.

Changed the assert method parameter order and null check in test cases.
2018-04-15 20:26:30 +01:00