Commit Graph

9590 Commits

Author SHA1 Message Date
xamcross 565a11620b BAEL-2070 (#5064)
* BAEL-2070 UnsatisfiedDependencyException example app

* [BAEL-8456] - Moved Java Date articles into a new module - 'java-dates'

* BAEL-2070 Refactoring; Replaced field injection with constructor injection

* fix package, fix get random node

* update neo4j

* fix formatting

* [BAEL-8456] - Moved more articles into 'java-dates' module

* BAEL-2070 Small indentation fix
2018-08-26 23:19:42 +02:00
Dhawal Kapil 99719692b2 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-08-27 00:21:23 +05:30
Andrey Shcherbakov 89e8d66def Java Primitives versus Objects (#4946)
* Add code for the article 'Java Primitives versus Objects'

* Use JMH for benchmarking the primitive and wrapper classes

* Uncomment the benchmarks and remove unused class

* Add Long/long to the benchmark

* Remove assertions from the benchmarks

* Add the java docs
2018-08-26 21:45:37 +03:00
Loredana Crusoveanu d2e6a740df
Merge pull request #5079 from amit2103/BAEL-8496
[BAEL-8496] - Moved articles to their own spring-resttemplate module
2018-08-26 21:45:15 +03:00
amit2103 39f9392a0a [BAEL-8496] - Moved articles to their own spring-resttemplate module 2018-08-26 23:25:23 +05:30
Loredana Crusoveanu 5bfa6d8903
Merge pull request #5072 from dkapil/task/BAEL-8142
Task/bael 8142
2018-08-26 20:39:03 +03:00
Dhawal Kapil b97fd5f2d4 BAEL-8142 create parent for kotlin projects
- Removed eclipse classpath, project and prefs files
2018-08-26 19:27:32 +05:30
xamcross 7bb5fb6176 BAEL-2051 Spring Autowiring of Generic Types (#4921) 2018-08-26 13:22:07 +01:00
Loredana Crusoveanu 3d820aaea4
Merge pull request #5077 from amit2103/BAEL-8473
[BAEL-8473] - Moved articles from spring-boot module to new spring-bo…
2018-08-26 14:44:51 +03:00
amit2103 c7f95c2c65 [BAEL-8473] - Moved articles from spring-boot module to new spring-boot-client module 2018-08-26 15:10:50 +05:30
Rudi Adianto 33b65622a5 pom.xml
- removed spring boot maven plugin
- add test exclusion rule
2018-08-26 14:33:23 +07:00
Loredana Crusoveanu 24b6f662d8
Merge pull request #5068 from Doha2012/master
lucene analyzers
2018-08-26 10:16:31 +03:00
Rudi Adianto 21dc3d06f0 optimize imports 2018-08-26 14:16:05 +07:00
Rudi Adianto 4fb5c5adc4 ooptimize imports 2018-08-26 14:13:24 +07:00
Rudi Adianto 2ead92d851 BAEL-2081 2018-08-26 13:37:06 +07:00
Rudi Adianto c2c711ff92 Merge remote-tracking branch 'upstream/master' 2018-08-26 12:59:39 +07:00
KevinGilmore 5c6ebc0f46
BAEL-1898 Update README.md (#5066)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article
2018-08-25 18:02:06 -05:00
Loredana Crusoveanu 9033ec89d6
Merge pull request #5070 from eugenp/update-neo4j
update neo4j
2018-08-25 23:27:01 +03:00
Loredana Crusoveanu 7413b75083
Merge pull request #5063 from amit2103/BAEL-8456
[BAEL-8456] - Moved Java Date articles into a new module - 'java-dates'
2018-08-25 23:18:45 +03:00
Dhawal Kapil 0a01434a1d Merge branch 'master' of https://github.com/eugenp/tutorials 2018-08-26 01:14:42 +05:30
Dhawal Kapil cd1367756e Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8142 2018-08-26 01:11:06 +05:30
Dhawal Kapil 206b70328c BAEL-8142 create parent for kotlin projects
-Added new kotlin parent -> parent-kotlin
-Added dependency of other kotlin projects on parent-kotlin
2018-08-26 01:09:18 +05:30
amit2103 c5e1d6f0ef [BAEL-8456] - Moved more articles into 'java-dates' module 2018-08-26 00:49:30 +05:30
Loredana Crusoveanu badc8c60d2 fix formatting 2018-08-25 21:46:01 +03:00
Loredana Crusoveanu bb700dcf6c
Merge pull request #5069 from eugenp/issue-mcts-v2
fix package, fix get random node
2018-08-25 21:39:15 +03:00
Loredana Crusoveanu e0e6fbad2b update neo4j 2018-08-25 21:37:48 +03:00
Loredana Crusoveanu aa8afa5b6e fix package, fix get random node 2018-08-25 20:36:12 +03:00
DOHA 1613d21656 lucene analyzers 2018-08-25 20:16:30 +03:00
Krzysztof Majewski cc4b50a0d8 BAEL-2097 add integration test 2018-08-25 14:26:23 +02:00
amit2103 3bd1ed4ece [BAEL-8456] - Moved Java Date articles into a new module - 'java-dates' 2018-08-25 17:44:06 +05:30
José Carlos Valero Sánchez f60debdcd3
Merge pull request #5046 from kartiksingla/BAEL-2141
[BAEL-2141] - How to check if a string contains all the letters of the alphabet?
2018-08-24 19:53:03 +01:00
Kacper 9b343be45e BAEL-2122 Optional or else throw (#5047)
* Throw and throws in Java

* BAEL-2122 | throw exception in optional

* BAEL-2122 | optional orelsethrow
2018-08-24 13:18:30 +02:00
DomWos 1921b585a6 BAEL-1994: Updates and small changes 2018-08-24 11:14:40 +02:00
daoire 2779300352
Merge pull request #4898 from Kirti-Deo/master
BAEL-2024 : java.lang.ClassCastException: java.util.Arrays$ArrayList cannot be cast to java.util.ArrayList
2018-08-24 07:59:47 +01:00
kartiksingla 878ee1b2d5 System.out replaced with Logger statements [BAEL-1302] 2018-08-24 11:36:57 +05:30
Loredana Crusoveanu 4c4634ce19
Merge pull request #5034 from amit2103/BAEL-8434
[BAEL-8434] - Moved java stream articles to java-streams module
2018-08-23 20:12:03 +03:00
kartiksingla 1846a1e441 Fixed Unit test case file name for [BAEL-2141] 2018-08-23 22:04:38 +05:30
kartiksingla 002760a3be Fixed Unit test case file name for [BAEL-2141] 2018-08-23 21:58:37 +05:30
kartiksingla b8ae8ace4a [BAEL-2141] - How to check if a string contains all the letters of the alphabet? 2018-08-23 21:44:01 +05:30
amit2103 d618b78782 [BAEL-8434] - Removed Merging streams article from java-streams module README 2018-08-23 21:02:08 +05:30
amit2103 bab3a724c6 [BAEL-8434] - Moved java stream articles to java-streams module 2018-08-23 21:00:47 +05:30
Sam Millington 2639324919 BAEL-2033 Stream Ordering (#4965) 2018-08-23 08:49:31 -06:00
Dhawal Kapil 1ed41a3721 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-08-23 09:01:19 +05:30
cdjole e77e8c0025 Bael 2139 update (#5037)
* code formatted

* Regex optimized.
2018-08-22 23:31:47 +02:00
Dhawal Kapil 4a58fc96e6 BAEL-8398 Upgrade vulnerable dependencies in tutorials project (#5035)
-Upgraded vulnerable dependencies in spring-security-react, jhipster-monolithic and gateway-app modules
-Fixed compilation in gateway-app module
2018-08-22 22:47:08 +03:00
cdjole cf6e74e631 Single regex example added (#5036) 2018-08-22 21:46:47 +02:00
Dhawal Kapil 345e3e987d
Merge pull request #1 from dkapil/story/BAEL-8398
BAEL-8398 Upgrade vulnerable dependencies in tutorials project
2018-08-23 00:27:45 +05:30
Dhawal Kapil c309516e4b BAEL-8398 Upgrade vulnerable dependencies in tutorials project
-Upgraded vulnerable dependencies in spring-security-react, jhipster-monolithic and gateway-app modules
-Fixed compilation in gateway-app module
2018-08-23 00:20:00 +05:30
Michael Pratt 387f9e7e52 BAEL-1990: IntelliJ plugin example (#4942)
* Initial revision

* Add actions and plugin config

* Add language tag to search action

* Cleanup before submitting
2018-08-22 10:14:59 -06:00
Dhawal Kapil 62fa3aa11b BAEL-1790 Spring Integration Java DSL Tutorlal 2018-08-22 10:13:17 -06:00