9454 Commits

Author SHA1 Message Date
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
Swapan Pramanick
b7aa6a2caa BAEL-2140 (#5092) 2018-09-02 07:08:12 +02:00
Loredana Crusoveanu
3b9ce7537f
Merge pull request #5117 from dkapil/patch-1
Update README.MD
2018-09-01 22:20:12 +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
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
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
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
Dhawal Kapil
3e30c2a6c4
Update README.MD 2018-08-30 12:52:00 +05:30
Corneil du Plessis
5deb5311f8 BAEL-2105: Change for deployment to Cloud Foundry (#5060) 2018-08-30 01:00:11 +02:00
myluckagain
2a12e9abd4 BAEL-2151 (#5087)
BAEL-2151
2018-08-30 00:56:21 +02:00
Tom Hombergs
7b639b69cd removed spring-jersey-rx from pom.xml 2018-08-29 22:05:08 +02:00
Tom Hombergs
0782ae03c0 moved spring-jersey-rx into spring-jersey 2018-08-29 22:01:34 +02:00
Loredana Crusoveanu
2274e39392
Merge pull request #5112 from dkapil/task/BAEL-8507_1
BAEL-8507 Merge spring-data-spring-security into another appropriate …
2018-08-29 22:47:18 +03:00
Loredana Crusoveanu
8b1b7254e9
Merge pull request #5110 from dkapil/task/BAEL-8508
BAEL-8508 Let's upgrade these Jackson articles
2018-08-29 21:54:29 +03:00
Dhawal Kapil
4bc6dcad27 BAEL-8507 Merge spring-data-spring-security into another appropriate module
- Removed project spring-data-spring-security and moved its content in spring-security-mvc-boot
2018-08-30 00:22:19 +05:30
Tom Hombergs
e3581ae9d3
Merge pull request #5019 from kartiksingla/BAEL-1302
[BAEL-1302] - Overview and Need of DelegatingFilterProxy in spring
2018-08-29 20:47:32 +02:00
Dhawal Kapil
5b3a9c55ee BAEL-8508 Let's upgrade these Jackson articles
- Upgraded dependencies in jackson module
2018-08-29 22:46:14 +05:30
Kacper
c4cb6eec73 Move optional to java-8-core (#5105) 2018-08-29 06:51:41 -07:00
Loredana Crusoveanu
9028707a89
Merge pull request #5106 from dkapil/task/BAEL-8773
Task/bael 8773
2018-08-29 16:06:54 +03:00
Loredana Crusoveanu
4f3969611b
Merge pull request #5099 from dkapil/task/BAEL-8504
Task/bael 8504
2018-08-29 16:06:32 +03:00
Dhawal Kapil
68aaf0b6da BAEL-8773 Fixing spring-ejb-client module
- Fixed hierarchy of spring-ejb modules
2018-08-29 15:16:12 +05:30
Dhawal Kapil
723681fecb BAEL-8773 Fixing spring-ejb-client module
- Fixed hierarchy of spring-ejb modules
2018-08-29 14:03:16 +05:30