Loredana Crusoveanu
ec7283cb81
Merge pull request #5876 from the-java-guy/master
...
BAEL-2343
2018-12-09 21:20:12 +02:00
Loredana Crusoveanu
a42b156ae3
Merge pull request #5881 from eugenp/BAEL-10844-v2
...
fix test names, missing templates
2018-12-09 21:13:40 +02:00
Loredana
95b1a9b158
fix test names, missing templates
2018-12-09 20:36:56 +02:00
Loredana Crusoveanu
bae846571a
Merge pull request #5874 from rozagerardo/geroza/BAEL-10844_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-2
...
[BAEL-10844] | Upgrade set of modules to use boot 2.1 - part 2
2018-12-09 20:13:30 +02:00
Loredana Crusoveanu
5aff05828b
Merge pull request #5875 from amit2103/BAEL-9643
...
[BAEL-9643] - Added missing code in the properties article
2018-12-09 18:56:10 +02:00
Tritty
138b22a7dd
Files associates with BAEL-2343
2018-12-09 20:55:51 +05:30
amit2103
7073c4a3e5
[BAEL-9643] - Added missing code in the properties article
2018-12-09 20:16:50 +05:30
Loredana Crusoveanu
f5def52609
Merge pull request #5866 from Doha2012/master
...
compare hashmap
2018-12-09 15:17:39 +02:00
geroza
24d6fe7f80
Migrated the following modules to parent-boot with spring-boot 2.1:
...
spring-cloud-data-flow/etl/customer-mongodb-sink
spring-cloud-data-flow/etl/customer-transform
2018-12-09 11:10:19 -02:00
geroza
bad04601be
* migrated the following modules:
...
spring-boot
spring-boot-autoconfiguration
spring-boot-bootstrap
spring-boot-client
spring-boot-ctx-fluent
spring-boot-disable-console-logging
spring-boot-jasypt
spring-boot-mvc
spring-boot-ops
spring-boot-vue
spring-cloud/spring-cloud-vault
spring-data-rest
2018-12-09 11:10:19 -02:00
geroza
a2ceb57dd1
Migrated modules to use parent-boot with version spring-boot 2.1
2018-12-09 11:10:19 -02:00
Loredana Crusoveanu
a2882867fe
Merge pull request #5873 from dkapil/task/BAEL-10887
...
BAEL-10887 Let's fix the compilation issue in spring-cloud/spring-clo…
2018-12-09 14:00:11 +02:00
Dhawal Kapil
258b7e1bb3
BAEL-10887 Let's fix the compilation issue in spring-cloud/spring-cloud-security/auth-client module
...
- Added the missing dependencies that were causing compilation issues
2018-12-09 16:39:10 +05:30
Loredana Crusoveanu
0c96e90b6f
Merge pull request #5871 from eugenp/BAEL-9710-v2
...
fix package name, start class
2018-12-08 22:22:35 +02:00
Loredana
b51ae5b065
fix package name, start class
2018-12-08 22:16:52 +02:00
Loredana Crusoveanu
18f26db503
Merge pull request #5867 from amit2103/BAEL-9710
...
[BAEL-9710] - Standardized packages for spring-rest module
2018-12-08 22:04:58 +02:00
Loredana Crusoveanu
5e0867f9db
Merge pull request #5870 from amit2103/BAEL-9643
...
[BAEL-9643] - Create code for Properties article
2018-12-08 22:01:31 +02:00
amit2103
ea70595615
[BAEL-9643] - Create code for Properties article
2018-12-09 00:36:34 +05:30
Tritty
5648013c05
Merge branch 'master' of https://github.com/eugenp/tutorials
...
# Conflicts:
# java-strings/pom.xml
2018-12-09 00:11:05 +05:30
Loredana Crusoveanu
ef75f0cfc4
Merge pull request #5863 from dkapil/task/BAEL-10876
...
BAEL-10876 Removed corrupted RMI module
2018-12-08 18:05:31 +02:00
Mikhail Chugunov
0abf2d243a
BAEL-2327: Implement simple escaping and tests ( #5745 )
...
* BAEL-2327: Implement simple escaping and tests
* BAEL-2327: Rename test to comply with CI rules
2018-12-08 06:59:10 -08:00
KevinGilmore
0b0aedc287
BAEL-2174: rename core-java-net module to core-java-networking ( #5837 )
...
* BAEL-2246: add link back to article
* BAEL-2174: rename core-java-net module to core-java-networking
2018-12-08 06:58:16 -08:00
amit2103
9eff0c662b
[BAEL-9710] - Standardized packages for spring-rest module
2018-12-08 18:37:08 +05:30
DOHA
670e4f348d
minor cleanup
2018-12-08 14:02:10 +02:00
DOHA
03e852e747
compare hashmap
2018-12-08 13:27:17 +02:00
Dhawal Kapil
183c7a0fe3
BAEL-10876 Removed corrupted RMI module
2018-12-08 11:22:54 +05:30
PranayVJain
5072291b32
BAEL-2337: Find Substring which are palindromes ( #5766 )
...
* BAEL-2337: Added test cases to find substring which are palindromes
* BAEL-2337: Changed the names of the variables
* BAEL-2237: Formatted code using formatter.xml
* BAEL-2237: Renamed method and added variety of test cases
* BAEL-2337: Renamed unit test cases name according to BBD style naming convention
2018-12-07 21:16:28 -06:00
Loredana Crusoveanu
2338f29104
Merge pull request #5856 from dkapil/task/BAEL-10876
...
Remove corrupted/invalid/stray projects
2018-12-07 22:32:29 +02:00
Loredana Crusoveanu
c321fe28ef
Merge pull request #5857 from dkapil/task/BAEL-10877
...
BAEL-10877 Fix build of micronaut project
2018-12-07 22:29:26 +02:00
Loredana Crusoveanu
0e5df58ec5
Merge pull request #5836 from rozagerardo/geroza/BAEL-10843_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-1
...
BAEL-10843 | Upgrade set of modules to use boot 2.1 - part 1
2018-12-07 22:21:33 +02:00
Priyesh Mashelkar
5a87e036fa
BAEL-2344 Removed unused code ( #5860 )
...
* Added implementation and test class
* Added more details
* Updated tests
* Added implementation and test class
* Added more details
* Updated tests
* Updated code as per review comments
* BAEL-2344 Moved files to new hibernate5 module
2018-12-07 07:04:39 -08:00
Diego Moreira
18ff18671b
Merge pull request #5853 from alimate/BAEL-2377
...
Added a simple Kotlin function for bytecode inspection as part of the Inline Functions tutorial.
2018-12-07 09:37:29 -03:00
Tom Hombergs
9a0eab7dac
Merge pull request #5785 from akash-pandey/BAEL-2393
...
Bael 2393
2018-12-07 12:09:02 +01:00
Tom Hombergs
fba79a009c
Merge pull request #5724 from tinomthomas/master
...
BAEL - 1511
2018-12-07 12:07:27 +01:00
Loredana Crusoveanu
80ea4f2e76
Update README.md
2018-12-06 23:04:24 +02:00
Priyesh Mashelkar
e2eeb795cd
BAEL-2344 Moved files to new hibernate5 module ( #5854 )
...
* Added writer
* Added implementation and test class
* Added more details
* Updated tests
* Updated code as per review comments
* Added test class and one named query
* Updated test class
* Added update HQL
* Added new initialisation script and new queries
* Corrected queries
* Removed commented code
* Added implementation and test class
* Added more details
* Updated tests
* Updated code as per review comments
* Added test class and one named query
* Updated test class
* Added update HQL
* Added new initialisation script and new queries
* Corrected queries
* Removed commented code
* BAEL-2344 Moved classes to new hibernate5 module
* BAEL-2344 Moved files to new hibernate5 module
2018-12-06 12:03:26 -08:00
Dhawal Kapil
ddeb2dd5ab
BAEL-10877 Fix build of micronaut project
...
- Version upgraded, now using the standard maven central
- API changes per the new library in ConcreteGreetingClient and GreetingClient
2018-12-06 23:54:56 +05:30
collaboratewithakash
d78915cdda
Back-links added - Akash ( #5846 )
...
* Back-link formatting issue resolved
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added (please fix the formatting too)
* Back-link added
* Back-link added
* Back-link added
* back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
2018-12-06 18:27:24 +01:00
Dhawal Kapil
7a7561fb76
Remove corrupted/invalid/stray projects
...
- Removed ethereumj, events, spring-boot-h2, spring-hibernate3 corrupted projects
- Moved files from spring-hibernate3 folder to spring-hibernate-3
2018-12-06 22:53:43 +05:30
Ali Dehghani
7f5789c274
Added a simple function for bytecode inspection.
2018-12-06 13:30:59 +03:30
akash.pandey
11f4a4aee0
PMD Fix : Renamed Unit Test
2018-12-06 08:43:21 +05:30
akash.pandey
9fa39257e4
PMD Fix: Update Test file name
2018-12-06 08:38:51 +05:30
Paul van Gool
8b8fda7d0b
BAEL-1049
...
* BAEL-1049: Update to latest version, and added tests.
* Update FunctionalJavaUnitTest.java
* Update FunctionalJavaUnitTest.java
* Add blank lines before asserts.
2018-12-05 18:11:21 -08:00
Josh Cummings
df7b723cba
Update README.md ( #5850 )
...
Issue: BAEL-2213
2018-12-05 15:54:20 -07:00
raghav-jha
de2f02ff5d
BAEL-2394 JPA One-to-One Relationship ( #5847 )
2018-12-05 12:44:37 -07:00
Tino Mulanchira Thomas
9e1c9ee99a
Merge branch 'master' into master
2018-12-05 22:37:24 +03:00
Priyesh Mashelkar
cac62f06ae
BAEL-2344 Hibernate Named Query ( #5835 )
...
* Added writer
* Added implementation and test class
* Added more details
* Updated tests
* Updated code as per review comments
* Added test class and one named query
* Updated test class
* Added update HQL
* Added new initialisation script and new queries
* Corrected queries
* Removed commented code
* printf examples
Issue: BAEL-2228
* Update README.md
* Added implementation and test class
* Added more details
* Updated tests
* Updated code as per review comments
* Added test class and one named query
* Updated test class
* Added update HQL
* Added new initialisation script and new queries
* Corrected queries
* Removed commented code
2018-12-05 10:30:14 -08:00
akash.pandey
744283db80
Updated UnitTest name.
2018-12-05 10:07:06 +05:30
Ger Roza
a21f82001c
Added cases using subscribeOn and publishOn when debuggin reactive streams, for analysis ( #5841 )
2018-12-04 19:14:12 -08:00
gmconte
c4d92d17b5
BAEL-2346: modifying concurrency code to add more examples ( #5843 )
2018-12-04 19:09:47 -08:00