14661 Commits

Author SHA1 Message Date
Ger Roza
e9e4f63313 [BAEL-9497] Fix failing context tests - part 1 (#7719)
* fixed context dependency issue and added LiveContext notes in persistence-modules/spring-data-couchbase-2 module

* fixed Context tests and added notes for spring-cloud-bus/spring-cloud-config-client module

* Added context test in spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server module, mainly due to incompatible dependencies, plus fixed parent pom path in different modules

* fixed context tests for spring-cloud/spring-cloud-task/springcloudtaskbatch module, renamed ContextLiveTest as IntegrationTest, now configured to run with an H2 embedded instance. Moved the run note to the application

* Added SpringContextLiveTests in persistence-modules/spring-data-mongodb module
2019-09-06 10:19:30 +01:00
Erik Pragt
c709251eeb
Merge pull request #7522 from dupirefr/bael-3117
dupirefr/dupire.francois+pro@gmail.com [BAEL-3117] The XOR Operator in Java
2019-09-06 08:14:47 +10:00
at508
c85be3d29d BAEL-2076: loading resources (#7347)
* commits for BAEL-2076

- Created core-java-io2 module
- added resource loading example code
- added core-java-io2 to tutorials pom.xml

* Committing review changes

- change to try-with-resources
- change the order of main method

* Reformatting try-with-resources

* Moving resources example from core-java-io2 to core-java-io. Removing core-java-io2

* Removing stray core-java-io2 in tutorials pom file.
2019-09-05 22:38:17 +01:00
Eric Martin
cf2d93b4e7
Merge pull request #7628 from Philippus/patch-1
Drop last 4 bytes of computed SHA-1 hash
2019-09-05 15:44:26 -05:00
Eric Martin
2747b3b5e4
import java.util.Arrays; 2019-09-05 14:45:00 -05:00
rpvilao
f87160da11
Merge pull request #7726 from rodrigolgraciano/BAEL-3173
BAEL-3173
2019-09-05 19:11:26 +02:00
Dhawal Kapil
434bfc980e BAEL-17391 Slice 13 | The top 100 articles should have their own package in the module (#7723)
- Moved folders to respective packages
2019-09-05 17:01:32 +01:00
Dhawal Kapil
b04f8dad95 BAEL-17361 Slice 11 | The top 100 articles should have their own package in the module (#7683) 2019-09-05 15:50:14 +01:00
Rodrigo Graciano
e925b07dab BAEL-3173 2019-09-04 21:05:08 -04:00
Kumar Chandrakant
8c11eeb20e Java blockchain (#7694)
* Adding source code for the article tracked under BAEL-3232.

* Incorporated the review comments on the article.
2019-09-04 15:37:13 +02:00
Denis
73743acb30 BAEL-1529 Intro to the Java SecurityManager (#7697) 2019-09-04 15:30:42 +02:00
Shubhra Srivastava
c4a1b44b39 Bael 3207 convert char array to string (#7720)
* BAEL-320 Convert Char Array to String

* BAEL-3207 re-formatting

* BAEL-3207 some changes
2019-09-03 21:41:21 -07:00
hugogiordano
7472127909 BAEL-3188 How to compress requests using the Spring RestTemplate. (#7688)
* BAEL-3188 How to compress requests using the Spring RestTemplate.

* BAEL-3188 How to compress requests using the Spring RestTemplate. Updated README.

* BAEL-3188 How to compress requests using the Spring RestTemplate.

* BAEL-3188 How to compress requests using the Spring RestTemplate.

* BAEL-3188 How to compress requests using the Spring RestTemplate. Updated parent pom to add new module.
2019-09-03 21:37:40 -07:00
fanatixan
06cbdfce02 bael-3208 command line arguments examples (#7704)
* bael-3208 command line arguments examples

* moved command line argument examples from core-java-lang to core-java-lang-2
2019-09-03 09:26:21 -07:00
Tapan Avasthi
c6b3e0316c BAEL-3215: A Guide to the Java FileReader Class (#7677) 2019-09-02 16:05:09 -07:00
Amit Pandey
b0c1efdb7c [BAEL-14836] - Moved code for in-memory database article (#7705) 2019-09-02 14:28:58 -06:00
NickTononi
149bfc44be [BAEL-3149] Java 'private' access modifier (#7669) 2019-09-02 09:06:44 -05:00
Shubhra Srivastava
4e926d3f06 BAEL-3207 Convert Char Array to String (#7692)
* BAEL-320 Convert Char Array to String

* BAEL-3207 re-formatting
2019-09-01 08:48:20 -07:00
Erik Pragt
5473d1c8d4
Merge pull request #7489 from M-Abdelbaset/public-access-modifier
BAEL-3148
2019-09-01 21:44:58 +10:00
Erik Pragt
5563175efa
Merge pull request #7639 from pazis/stax
BAEL-3220 Parsing an XML File Using StAX
2019-09-01 09:24:23 +10:00
KevinGilmore
9c90f9b961
BAEL-2989 add link in README file (#7693)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module

* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles

* BAEL-3126 BAEL-2463 README

* BAEL-2989: add README
2019-08-31 17:32:49 -05:00
Dhawal Kapil
51bd347f6a BAEL-16980 Slice 7 | The top 100 articles should have their own package in the module (#7663) 2019-08-31 13:30:33 -06:00
Dhawal Kapil
f5dcc8e57b BAEL-17345 Slice 10 | The top 100 articles should have their own package in the module (#7675) 2019-08-31 13:29:13 -06:00
Dhawal Kapil
ac96aca6f8 BAEL-17342 Slice 9 | The top 100 articles should have their own packa… (#7671)
* BAEL-17342 Slice 9 | The top 100 articles should have their own package in the module

* BAEL-17342 Slice 9 | The top 100 articles should have their own package in the module

-Updated for junit-assert-exception
2019-08-31 13:28:28 -06:00
Devender Kumar
a3d7b77c13 Fix type in method name (#7687)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom

* Added BigDecimal validation classes

* Updated test cases

* Remove syso from test cases

* Updated test cases

* Added validation group code

* Added validation group code

* Added validation group code

* fix method name
2019-08-31 18:08:07 +02:00
Dhawal Kapil
58bb3a5119 BAEL-17355 Fix the integrations tests in spring-boot-properties (#7686) 2019-08-31 15:00:52 +03:00
Loredana Crusoveanu
8455b3c8dd
Merge pull request #7679 from amit2103/BAEL-16768
[BAEL-16768] - Fixed the integrations tests in spring-boot-persistenc…
2019-08-30 22:26:49 +03:00
Ali Dehghani
d3a6a7e034 Sample Codes for Counting Sort in Java (#7684)
* Added the code samples.

* Updated the Readme.
2019-08-30 08:49:46 -07:00
amit2103
f24178a39f [BAEL-16768] - Fixed the integrations tests in spring-boot-persistence-mongodb 2019-08-30 00:53:00 +05:30
Dhawal Kapil
e8f83431b3 BAEL-17341 Slice 8 | The top 100 articles should have their own package in the module (#7664) 2019-08-29 08:46:51 -06:00
Devender Kumar
6b76d5ed0e adde validation group code (#7646)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom

* Added BigDecimal validation classes

* Updated test cases

* Remove syso from test cases

* Updated test cases

* Added validation group code

* Added validation group code

* Added validation group code
2019-08-29 10:36:53 +02:00
Loredana Crusoveanu
5d57a6f11f
Merge pull request #7649 from amit2103/BAEL-16824
[BAEL-16824] - Added modules which are not built in the main pom
2019-08-29 08:34:32 +03:00
Harsha Veeravalli
bfd84477ee [BAEL-3211] Generate Integers within a range in Java (#7668)
* [BAEL-3211] Generate Integers within a range in Java

* [BAEL-3211] Generate Integers within a range in Java

* Moved files from java-numbers to java-numbers-2
2019-08-28 21:46:47 -07:00
Loredana Crusoveanu
8d67d8496a
Merge pull request #7651 from amit2103/BAEL-16822
[BAEL-16822] - Aligned module names, folder names and artifact id
2019-08-29 00:04:11 +03:00
amit2103
c3fa0a1e92 [BAEL-16824] - Added modules alphabatically 2019-08-29 00:32:18 +05:30
amit2103
788a0258e8 [BAEL-16822] - Added removed css file 2019-08-29 00:08:58 +05:30
amit2103
71b8657f76 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16822 2019-08-29 00:08:06 +05:30
pazis
0eedbaa5f4 stax fix 2019-08-28 11:00:23 +00:00
Kumar Chandrakant
9d825c429e Adding source code for the article tracked under BAEL-3232. (#7657) 2019-08-28 06:55:04 +02:00
Fabio Silva
0216c364b0 Add a Header to a Jersey SSE Client Request (#7662)
* Add a Header to a Jersey SSE Client Request

(cherry picked from commit ee70714e7885cf8713e9c2698a8a8d93fb6a53c8)

* Class and Methods rename
2019-08-27 08:33:06 -07:00
dupirefr
1b0dea74f6 [BAEL-3117] Added integer xor 2019-08-27 07:55:16 +02:00
dupirefr
d781011762 [BAEL-3117] Moved code into operators module 2019-08-27 07:38:56 +02:00
dupirefr
3ac5d2fa1f Merge branch 'master' into bael-3117 2019-08-27 07:35:31 +02:00
Sam Millington
bfba59a42f Moved the benchmarks class, updated README with instructions, updated… (#7650)
* Moved the benchmarks class, updated README with instructions, updated pom with build instructions for easy benchmark running

* updated README, changed wrong benchmarks.java to *.jar
2019-08-26 21:16:44 -04:00
Dhawal Kapil
7e18a82d1b BAEL-16906 Slice 6 | The top 100 articles should have their own package in the module (#7652)
-Moved packages
2019-08-26 21:13:00 -04:00
rpvilao
192774ef2c
Merge pull request #7400 from catalin-burcea/BAEL-1953
[BAEL 1953] - added StreamTokenizer examples
2019-08-26 09:07:57 +02:00
Loredana Crusoveanu
99028daf47
Merge pull request #7653 from amit2103/BAEL-7387-1
[BAEL-7387] - Fix integration tests for spring-5-mvc module
2019-08-26 08:13:39 +03:00
Loredana Crusoveanu
abef84c739
Merge pull request #7644 from amit2103/BAEL-16733
[BAEL-16733] - Update package name and tests in spring-security-core
2019-08-26 08:06:22 +03:00
Loredana Crusoveanu
b3aeddf0d5
Merge pull request #7648 from amit2103/BAEL-12749-1
[BAEL-12749] - Moved the Hibernate specific articles out of persisten…
2019-08-26 08:01:15 +03:00
Eric Martin
1e777f9859
Merge pull request #7621 from wugangca/BAEL-3146
BAEL-3146 Source code for article: Checked and Unchecked Exceptions i…
2019-08-25 14:11:28 -05:00