Anshul Bansal
cb1de34d0f
BAEL-3190 - working with webservices in groovy - followed test names convention
2019-09-06 07:06:26 +03: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
amit2103
78ca924a13
[BAEL-15393] - Update Spring File Upload article
2019-09-06 01:31:18 +05:30
Eric Martin
2747b3b5e4
import java.util.Arrays;
2019-09-05 14:45:00 -05:00
amit2103
d4bd1335c7
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15393
2019-09-06 00:13:02 +05:30
rpvilao
f87160da11
Merge pull request #7726 from rodrigolgraciano/BAEL-3173
...
BAEL-3173
2019-09-05 19:11:26 +02:00
maryarm
e7e2c0a8a6
BAEL-3009: Logging Spring WebClient calls.
...
-Review notes applied
2019-09-05 21:00:26 +04:30
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
Andrew Shcherbakov
c20918329f
Refactor the utility class
2019-09-05 00:06:12 +02:00
Sjmillington
ce9ea390ba
renamed back to testing-modules, pulled together testing-modules-2 modules into single module
2019-09-04 18:03:26 +01:00
amit2103
fd4e4171fe
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15393
2019-09-04 22:02:11 +05:30
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
amit2103
7136ce498b
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15393
2019-09-04 12:47:30 +05:30
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
Lukasz Rys
b04e2c32b2
[ BAEL-1869 ]: Delete the article from README.MD. Reformat.
2019-09-03 20:50:27 +02:00
Sjmillington
2da48b91e7
moved files to core-java-modules/core-java-reflection
2019-09-03 19:47:15 +01:00
Maciej Andrearczyk
d68530b539
BAEL-3192 | A guide to System.gc()
2019-09-03 18:47:37 +02: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
Kert Pjatkin
68413d30dc
[BAEL-2851] Debugging the Spring MVC 404 “No mapping found for HTTP request with URI...” error
2019-09-03 15:02:55 +03:00
Anshul Bansal
5b2dec5748
BAEL-3190 - Working with web services in Groovy - basic authorization
2019-09-03 13:12:17 +03: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
David Calap
784fb624c1
break added to avoid unnecessary loop iterations. Get rid of for since a loop is not needed for removeIf method
2019-09-02 14:02:25 +02:00
David Calap
0f0908bc18
Identation fixed applying https://github.com/eugenp/tutorials/blob/master/eclipse/formatter.xml
2019-09-02 10:25:22 +02:00
Anshul Bansal
d3df5e0d97
BAEL-3190 - Working with web services in Groovy - pom.xml code indentation
2019-09-01 23:08:53 +03:00
Lukasz Rys
5a3143b0e4
BAEL-1869: Fix List.of
2019-09-01 21:46:14 +02:00
David Calap
db772047f4
BAEL-3142 Removing an element from an ArrayList
2019-09-01 20:30:58 +02:00
Lukasz Rys
f78edd3569
[ BAEL-1869 ]: Couchbase spring reactive article
2019-09-01 20:15:29 +02:00
anilkivilcim.eray
d93e68d4df
BAEL-3097 new example added
2019-09-01 20:46:52 +03: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
Anshul Bansal
a92e0ec2bc
BAEL-3190 - Working with web services in Groovy - pom.xml code indentation
2019-09-01 15:57:37 +03:00
Anshul Bansal
e5ff15e4aa
BAEL-3190 - Working with web services in Groovy - pom.xml code indentation
2019-09-01 15:56:26 +03:00
Anshul Bansal
78e2331c4f
BAEL-3190 - Working with web services in Groovy - pom.xml code indentation
2019-09-01 15:51:19 +03:00
Anshul Bansal
f29bb94013
BAEL-3190 - Working with web services in Groovy - pom.xml code indentation
2019-09-01 15:48:07 +03:00
Anshul Bansal
69bdf2b5fc
BAEL-3190 - Working with web services in Groovy
2019-09-01 15:46:43 +03:00
Erik Pragt
5473d1c8d4
Merge pull request #7489 from M-Abdelbaset/public-access-modifier
...
BAEL-3148
2019-09-01 21:44:58 +10:00
amit2103
70156ea452
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16635
2019-09-01 14:39:18 +05:30
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
amit2103
92e1ffd7b8
[BAEL-16635][BAEL-16636] Split or move core-java-modules/core-java-collections-list and core-java-modules/core-java-collections-list-2
2019-08-31 23:53:31 +05:30