Commit Graph

9701 Commits

Author SHA1 Message Date
dupirefr a1605d6f71 Merge branch 'bael-2048' 2018-09-02 10:29:08 +02:00
dupirefr 66cd8b6c0b [BAEL-2048] Reverting pom.xml wrong modifications 2018-09-02 10:26:39 +02:00
dupirefr 7ddb86e748 [BAEL-2048] Rearranging code 2018-09-02 10:25:16 +02:00
dupirefr 2e6bc30aad [BAEL-2048] Auditing with Spring Data JPA article 2018-09-02 10:24:42 +02:00
dupirefr 784d99eeb3 [BAEL-2048] Introduction to Spring Data JPA article 2018-09-02 10:24:13 +02:00
dupirefr b5a2fea255 [BAEL-2048] Spring Data JPA Java 8 support article 2018-09-02 10:23:46 +02:00
dupirefr 55e09af479 [BAEL-2048] Spring Data JPA multiple databases article 2018-09-02 10:23:18 +02:00
dupirefr 8aa7dc5aab [BAEL-2048] Spring Data JPA adding a method to all repositories 2018-09-02 10:22:42 +02:00
dupirefr b4d0b797e2 [BAEL-2048] Spring Data JPA query article 2018-09-02 10:19:10 +02:00
Dhawal Kapil 98751f99a7 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-09-02 11:43:34 +05:30
Swapan Pramanick b7aa6a2caa BAEL-2140 (#5092) 2018-09-02 07:08:12 +02:00
amit2103 4f18b712f9 [] - Moved artices / codes from from the core-java related modules 2018-09-02 01:37:11 +05:30
Loredana Crusoveanu 3b9ce7537f
Merge pull request #5117 from dkapil/patch-1
Update README.MD
2018-09-01 22:20:12 +03:00
DOHA 409f252b0e remove emojis 2018-09-01 21:57:20 +03:00
Loredana Crusoveanu 4e77f7ab7e
Merge pull request #5133 from amit2103/BAEL-8855
[BAEL-8855] - Moved all code from module jpa-storedprocedure into mod…
2018-09-01 21:15:21 +03:00
amit2103 d717277dcd [BAEL-8855] - Deleted module jpa-storedprocedure 2018-09-01 22:57:19 +05:30
Loredana Crusoveanu 191e51f886
Merge pull request #5132 from eugenp/fix-formatting
fix formatting
2018-09-01 20:24:04 +03:00
Loredana Crusoveanu 24ad8b91cf
Merge pull request #4865 from eugenp/pivovarit-patch-6
Update ResponseBodyEmitterController.java
2018-09-01 19:46:47 +03:00
amit2103 a50afec871 [BAEL-8855] - Moved all code from module jpa-storedprocedure into module persistence-modules/java-jpa 2018-09-01 21:37:25 +05:30
Loredana Crusoveanu ec2f29122b
Merge pull request #5131 from eugenp/lor6-patch-12
Update README.md
2018-09-01 18:14:28 +03:00
Loredana Crusoveanu a9203e1cae
Merge pull request #5130 from eugenp/lor6-patch-9
Update README.md
2018-09-01 18:14:10 +03:00
Loredana Crusoveanu 82951cd96c fix formatting 2018-09-01 18:12:48 +03:00
cdjole 14b984f4d7 BAEL-2132 - Date to String conversion (#5116)
* BAEL-2132 - Date to String conversion

* BAEL-2132 - TimeZone set to CET
2018-09-01 08:32:55 -05:00
Loredana Crusoveanu c0f11e7d29
Update README.md 2018-09-01 13:40:58 +03:00
Loredana Crusoveanu 56ba65c2ea
Update README.md 2018-09-01 13:40:29 +03:00
Loredana Crusoveanu 107b904d4b
Merge pull request #5128 from amit2103/BAEL-8499
[BAEL-8499] - Moved server related codes / articles to libraries-serv…
2018-09-01 13:39:31 +03:00
amit2103 fc69e1257b [BAEL-8499] - Moved server related codes / articles to libraries-server module 2018-09-01 14:51:33 +05:30
myluckagain de84251d48 fix y-coord (#5124)
BAEL-2151 fix y-coord
2018-09-01 09:54:59 +02:00
Abhinayak Swar 8cbca2f805 Code check-in for http://jira.baeldung.com/browse/BAEL-2012 (Set a Response body in JAX-RS) (#5009)
* abh.swar@gmail.com: Code check-in for article on Spring WebFlux
1. EmailWebClient is the client that subscribes to the data from WebFlux server
2. EmailGenerator generates one email per second randomly
3. EmailHandler and EmailRouter deal with handling of request of the subscriber
4. Email is the POJO for data transmitted by the server

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java 8 and joda-time
- Added joda-time 2.10 dependency in pom.xml

* Revert "abh.swar@gmail.com: Code check-in for article on Spring WebFlux 1. EmailWebClient is the client that subscribes to the data from WebFlux server 2. EmailGenerator generates one email per second randomly 3. EmailHandler and EmailRouter deal with handling of request of the subscriber 4. Email is the POJO for data transmitted by the server"

This reverts commit 6254ad9

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java.util.Calendar and ApacheCommons and unit tests for it
- Used properties for ${joda.version}
- Formatted the code using IntelliJ formatter
- Renamed DateIncrementerTest to DateIncrementerUnitTest
- Changed test method names to follow _given_when_then convention

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Removed unnecessary comment

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Corrected the order of parameters of assertEquals() method

* Code check-in for http://jira.baeldung.com/browse/BAEL-2012 (Set a Response body in JAX-RS)
- Added a Responder resource that has all the REST endpoints
- Added a POJO Person which will be used for JSON serialization

* Create test

* Delete test
2018-09-01 09:50:42 +03:00
Sam Millington 5e3a0c7ad3 BAEL-2033 - Removing duplicates and @Test (#5125)
* removed BenchmarkUnitTest from cove-java-8

* Removed StreamsOrderingUnitTest from core-java-8

* Removed test annotation from the unit test

This test will not need to be run manually.
2018-08-31 18:28:27 -06:00
Dhawal Kapil cd55d47e8a BAEL-8824 Align module names, folder names and artifact id
- Fixed artifact ids of projects to align with folder names
2018-08-31 20:22:40 +05:30
Dhawal Kapil 2a849444a7 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-08-31 18:46:13 +05:30
Dhawal Kapil f1c9b7793b Merge branch 'master' of https://github.com/dkapil/tutorials 2018-08-31 18:45:46 +05:30
Neeraj Yadav 920320ae78 Merge branch 'master' into bael-1168 2018-08-31 12:38:01 +05:30
Neeraj Yadav afb2f96512 Merge remote-tracking branch 'upstream/master' 2018-08-31 12:36:58 +05:30
Loredana Crusoveanu 4ba8e227e5
Merge pull request #5100 from den314/master
BAEL-2144 Sorting a String alphabetically
2018-08-31 08:43:03 +03:00
Alejandro Gervasio d7edc9a7c2 BAEL-2102 - Configure a Tomcat Connection Pool in Spring Boot (#5095)
* Initial Commit

* Initial Commit

* Initial Commit

* Update CommandLineCrudRunner.java

* Update pom.xml

* Update Customer.java

* Update application.properties

* Update pom.xml

* Update SpringBootConsoleApplication.java

* Update SpringBootConsoleApplication.java

* Update SpringBootConsoleApplication.java

* Update CommandLineCrudRunner.java

* Update pom.xml
2018-08-30 20:31:26 -05:00
myluckagain 3824590375 float to double (#5118) 2018-08-30 23:42:16 +02:00
vizsoro ae8efcd328 editorial review 2018-08-30 22:14:36 +02:00
Denis db0caea588 BAEL-2144 remove duplicated anagram validator from old location 2018-08-30 22:08:34 +02:00
Denis 61de6251ec BAEL-2144 move code to different module 2018-08-30 21:58:38 +02:00
Tom Hombergs 278cb53c7f
Merge pull request #5113 from eugenp/move-spring-jersey-rx
moved spring-jersey-rx into spring-jersey
2018-08-30 21:49:25 +02:00
neerajnyd b228144788 Merge remote-tracking branch 'upstream/master' 2018-08-31 00:06:34 +05:30
Loredana Crusoveanu 9d8495d8aa
Merge pull request #5119 from dkapil/task/BAEL-8506
BAEL-8506 Test in CDI project failing
2018-08-30 21:27:46 +03:00
Hai Nguyen be05fabb4e Spring Security Taglibs (#4947)
* BAEL-1846: Java Image to Base64 String

* Move from using main method to Junit test

* Update to use environment variables for testing

* reformat and add test file

* spring boot jsp security taglibs

* add more test

* add more test

* refactor spring config

* refactor spring config

* Update README.md

* fi alignment

* fix requested comments

* additional tests and content

* additional tests and content

* update examples

* Delete Readme file

* edit form example

* adding example for spring boot security tag libs

* Remove old tag libs module
2018-08-30 12:19:13 -06:00
Amitabh Mandal aa2822c5fc BAEL-1991 - Understanding Process (#4863)
* Understanding Process

* Refactored names

* Refactored junit names based on document guidance

* Added alive

* renamed junits as behavior Driven requirements

* Added alive method junit

* added waitFor method time interval junit

* getOutputStream

* changed exception

* dummy commit

* Dummy Commit with blank lines

* Fixed assert and commented @Test

* fixed asserts

* Replaced System.out.println with logging

* replaced system.out.println with logging

* Dummy commit to ensure clean build

* Renamed Junit

* Fixed extra spaces and typo

* Uncommented @Test for 3 methods
2018-08-30 19:08:21 +01:00
Dhawal Kapil db704cbe4d BAEL-8506 Test in CDI project failing
- Fixed assertion of local time logic
2018-08-30 23:33:42 +05:30
Eugen Paraschiv 201d616c6b minor cleanup 2018-08-30 20:36:27 +03:00
DOHA d0f455971e Merge remote-tracking branch 'eugenp/master' 2018-08-30 17:50:35 +03:00
Dhawal Kapil 3e30c2a6c4
Update README.MD 2018-08-30 12:52:00 +05:30