Dhawal Kapil
bb5bfa992a
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
anuragkumawat
6c45e3c21d
JAVA-12359 Committing Test Cases for Colon and Slash Characters
2022-06-21 22:25:12 +05:30
anuragkumawat
5e19295b25
JAVA-12359 Code Review Changes
2022-06-20 20:55:14 +05:30
anuragkumawat
ff47cc76d4
JAVA-12359 Changes required in windows os test due to fix of unix os failing test
2022-06-18 11:56:32 +05:30
anuragkumawat
f3cf378289
JAVA-12359 Trying to fix failing unix platform test
2022-06-18 11:50:52 +05:30
anuragkumawat
1cf1537a02
JAVA-12359 Fix jdk 9 and above build
2022-06-17 22:37:23 +05:30
anuragkumawat
3272eba669
JAVA-12359 Potential issue in Validate String as Filename in Java article
2022-06-17 22:26:31 +05:30
Krzysiek
8e107364da
JAVA-9486: Use guava.version defined in the parent pom
2022-01-17 20:18:43 +01:00
sampadawagde
150dbd10e7
JAVA-9022: Fix formatting of POMs
2022-01-10 22:05:47 +05:30
Krzysiek
b978d68efb
JAVA-8436: Remove AssertJ depenendency from the child modules - part 4
2021-11-18 14:03:13 +01:00
kwoyke
c732e28fcb
Merge pull request #11434 from freelansam/JAVA-8204
...
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
johnA1331
a85976c497
Update README.md
2021-11-10 19:33:10 +08:00
freelansam
2dd519f647
Merge branch 'master' into JAVA-8204
2021-11-09 18:20:05 +05:30
sampadawagde
2982c91e7d
JAVA-8204: Fix formatting of POMs
2021-11-09 16:27:03 +05:30
vaibhav007jain
a74a4b0985
BAEL-5151 ( #11385 )
...
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com >
2021-11-08 18:05:17 +05:30
Loredana Crusoveanu
d132d7321c
Merge pull request #11407 from Teica/master
...
BAEL-5195 Modified the regex pattern
2021-11-07 20:21:03 +02:00
Matea Pejčinović
43303c730c
Modified the regex pattern
2021-11-03 21:07:13 +01:00
johnA1331
ecdc9b4cd5
Update README.md
2021-11-04 00:47:30 +08:00
johnA1331
04a389647e
Update README.md
2021-11-04 00:45:13 +08:00
Teica
c5aa52efde
BAEL-5195 split string by multiple delimiters ( #11356 )
...
* BAEL-5195 split string by multiple delimiters
* Delete baeldun
* added assertions of the content
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr >
2021-10-30 09:37:54 -05:00
johnA1331
4c8b4a1b18
Update README.md
2021-10-21 22:06:53 +08:00
JoannaaKL
dbc8f8fbd9
BAEL-5149 ( #11241 )
...
* Init
* Removing mvnw files
* Apply eclipse code format
* Refactoring
* Refactoring
* BAEL-4211 Add benchmarks
* Delete hexagonal directory
* Refactoring based on the feedback
* Refactoring based on feedback - package rename
* Directory rename
* BAEL-5149 Remove accents from String in Java
* BAEL-5149 Remove accents from String in Java
* Including suggestions after a review
Co-authored-by: asia <joannakrzeklubowiecka@protonmail.com >
2021-10-17 12:06:43 +05:30
Willian Nalepa Oizumi
3a5b11adaf
examples for BAEL-5153 - remove double quotes ( #11344 )
2021-10-17 08:14:31 +02:00
johnA1331
c9e7184864
Update README.md
2021-09-22 22:55:58 +08:00
Kai Yuan
5f680029b9
add unit-test class for the issue 5155 ( #11217 )
2021-09-20 20:37:35 -05:00
johnA1331
090613feca
Update README.md
2021-08-18 13:11:58 +08:00
Mateusz Szablak
c8b5b432c5
[BAEL-5041] Validate String as file name in Java
2021-08-13 09:36:54 +02:00
freelansam
69a1db0eb0
JAVA-6475: Fix formatting of POMs ( #11087 )
...
* JAVA-6475: Fix formatting of POMs
* correct build error
2021-08-03 00:27:15 +05:30
kwoyke
35f88cf63a
BAEL-5000: Add split String by newlines examples ( #10881 )
...
* BAEL-5000: Add split String by newlines examples
* BAEL-5000: Exclude core-java-string-operations-3 from persistence-modules
* BAEL-5000: Update tests
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com >
2021-06-12 14:23:37 +02:00
johnA1331
c929bd8dc0
Update README.md
2021-05-20 01:22:21 +08:00
Eric Martin
c8a2548367
Merge pull request #10738 from anmoldeep0123/BAEL-4878
...
BAEL-4878 | How to split a string, but also keep the delimiters?
2021-05-16 13:50:17 -05:00
root
0074cefddb
BAEL-4878 | How to split a string, but also keep the delimiters? | moved src
2021-05-09 20:25:34 +00:00
sampadawagde
05864e8bc2
JAVA-5223: Fix formatting of POMs (Part 5)
2021-05-06 22:41:38 +05:30
johnA1331
ed903fbb96
Update README.md
2021-04-29 05:23:12 +08:00
unknown
ff981567b4
BAEL-4702 Refactoring
2021-03-26 03:51:41 +05:30
unknown
81c22938ac
BAEL-4702 Refactoring
2021-03-24 17:24:52 +05:30
unknown
72ce22ccd7
BAEL-4702 Added code snippet for System.lineSeparator() method
2021-03-24 17:22:44 +05:30
unknown
5995659fa4
refactoring code snippets
2021-02-20 21:11:20 +05:30
unknown
fd9f3de671
BAEL-4702
...
- Code snippets for split Java String by New line
2021-02-20 21:08:27 +05:30
johnA1331
14d33d55bc
Update README.md
2020-11-11 20:13:52 +08:00
mateusz.szablak
7a65a74e94
review #2
2020-10-29 16:44:28 +01:00
mateusz.szablak
3d626b7bb8
added after review
2020-10-26 16:35:41 +01:00
mateusz.szablak
52ab3697e3
BAEL-4212 (String) or .toString()? - code + tests
2020-10-15 16:18:27 +02:00
johnA1331
03264f1c12
Create README.md
2020-07-21 22:16:18 +08:00
Anshul BANSAL
30ff1a1a14
BAEL-4175 - swapped argument order for assertEquals
2020-07-13 06:11:58 +03:00
Anshul BANSAL
932183fabd
POM fixes
2020-07-09 10:19:08 +03:00
Anshul BANSAL
4163e5010c
BAEL-4175 - moved code to a new module - core-java-string-operations-3
2020-07-09 10:13:30 +03:00