Commit Graph

8139 Commits

Author SHA1 Message Date
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
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
Tom Hombergs c6b0bb04d1
added article link 2018-04-15 20:48:51 +02:00
Eric Goebelbecker 9adb3e359b BAEL-1595 - Using jets3t as a client for Amazon S3 (#4018)
* BAEL-1595 - Using jets3t as a client for Amazon S3

* BAEL-1595 - Using jets3t as a client for Amazon S3. Missed jar versions.
2018-04-15 11:19:35 -07:00
Tom Hombergs b073255b2e
Merge pull request #3976 from asturcon/beforeAfterAnnotationsJunit
BAEL-1662 Before after annotations junit
2018-04-15 20:17:23 +02:00
Tom Hombergs 20307a79f7
Merge pull request #3982 from mansi2392/master
BAEL-1557
2018-04-15 20:01:38 +02:00
Loredana Crusoveanu 3ac8ce60e8
Merge pull request #3941 from eugenp/BAEL-1682
style pages
2018-04-15 20:24:18 +03:00
pauljervis fb4c450a2f
Bael 1601 redirects (#4006)
* tidy pom
move classes to javax-servlets

* move into spring-mvc-simple

* updated POM to handle no default tests in module
2018-04-15 18:22:42 +01:00
Loredana Crusoveanu e0738b0752
Merge pull request #4013 from eugenp/h2-issue
ignore clear properties test
2018-04-15 14:41:59 +03:00
Loredana Crusoveanu d10437c7ab ignore clear properties test 2018-04-15 14:19:50 +03:00
Loredana Crusoveanu a40dcde3b5
Merge pull request #4004 from eugenp/lor6-patch-2
Update README.md
2018-04-15 12:27:43 +03:00
Loredana Crusoveanu be76fb5a49
Merge pull request #4005 from eugenp/lor6-patch-3
Update README.MD
2018-04-15 12:27:29 +03:00
Loredana Crusoveanu 69886ac326
Update README.md 2018-04-15 10:36:06 +03:00
Loredana Crusoveanu cd5c1cd642
Update README.MD 2018-04-15 10:35:50 +03:00
Loredana Crusoveanu 92e41e445a
Merge pull request #4008 from eugenp/h2-issue
replace hsql with h2
2018-04-15 10:35:26 +03:00