panos-kakos
c10a404f57
[JAVA-26734] Upgraded aspectjrt, aspectjweaver to latest version ( #15140 )
2023-11-20 12:58:10 +02:00
panos-kakos
5917144a28
[JAVA-21545] Clean up ( #14126 )
...
* [JAVA-21545] Clean up
* [JAVA-21545] Clean up
* [JAVA-21545] Revert change
* [JAVA-21545] Clean up
* [JAVA-21545] Clean up
* [JAVA-21545] Clean up
2023-05-31 20:04:02 +05:30
Bipin kumar
68de2833f3
Java 18150 ( #13818 )
...
* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11
* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11
* JAVA-18158 : Handle MutabilityAnalysisException by adding @Test(expected = Exception.class) while upgrading the module to java-11
* JAVA-18150: Changes made for commenting whenModifying_shouldCreateNewInstance test case as assertImmutable is not work
* JAVA-18150: Changes made for moving libraries-3 to default-jdk9-and-above and integration-jdk9-and-above
* JAVA-18150: Changes made for moving ignoring whenModifying_shouldCreateNewInstance test case
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-04-15 09:43:07 +05:30
freelansam
5bfbf38f59
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
panos-kakos
520c7d7083
[JAVA-13944] Upgrade lombok dependency for main pom.xml + child modules ( #12617 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-19 12:13:42 +05:30
sampadawagde
2b5179baba
JAVA-13136: Fix formatting of POMs
2022-07-15 09:59:54 +05:30
sampadawagde
aed8f9100b
JAVA-11792: Fix formatting of POMs
2022-05-08 16:36:25 +05:30
sampadawagde
35fd43e577
JAVA-10625: Remove module immutables
2022-04-12 20:43:57 +05:30
Haroon Khan
a170fff67a
[JAVA-10627] Move structurizr module to libraries-3
2022-04-02 11:52:07 +01:00
freelansam
32dde5b5d1
JAVA-6475: Fix formatting of POMs ( #11087 )
...
* JAVA-6475: Fix formatting of POMs
* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde
1a53db30c9
JAVA-5223: Fix formatting of POMs (Part 8)
2021-05-09 16:26:44 +05:30
Krzysztof Woyke
63e5a2dad0
JAVA-3596: Clean up exec-maven-plugin config
2021-04-02 15:43:27 +02:00
Loredana Crusoveanu
7ab2f437ee
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
Krzysiek
1022c706a4
JAVA-1088: Move java-generating-barcodes-qr-codes into spring-boot-libraries module
2020-03-20 23:49:49 +01:00
Loredana
f3d7a9d5fe
move nullaway article
2020-03-19 22:38:01 +02:00
Graham Cox
4131d1ebbd
Moved the Moshi examples to json-2 ( #8898 )
2020-03-17 07:30:46 -07:00
Anshul Bansal
a6c090f66b
BAEL_3760-Introduction-to-Takes ( #8767 )
...
* Initial commit
* Intro to Takes
* Takes - code
* Code changes
* Takes - unit and integration test
* Takes - hit-refresh feature
* Takes - renamed hit-refresh to reload
* Takes - review changes
2020-03-01 13:07:50 +00:00
Graham Cox
b609d50214
Examples for Moshi Json ( #8753 )
...
* Examples for Moshi Json
* Renamed Moshi tests to BDD style
* Updated some indents
* Minor code tweak to prefer ternary over if/else
2020-02-21 12:07:58 -08:00
Eric Martin
409ebc1a90
Merge pull request #8683 from SmartyAnsh/BAEL-3758_AOP_Annotations_jcabi-aspects
...
BAEL-3758 - AOP Annotations of jcabi-aspects
2020-02-20 20:00:58 -06:00
Anshul BANSAL
093ace0a27
Code moved to libraries-3 module
2020-02-18 15:32:00 +02:00
Sam Millington
9391ed87d9
Added code for open-cv ( #8657 )
...
* Added code for open-cv
* moved code over to image-processing directory
2020-02-08 18:18:32 +00:00
Kamlesh Kumar
a51dd49517
BAEL-3459: Introduction to cache2k ( #8651 )
2020-02-05 21:07:19 -06:00
mguarnaccia
0648ba53ab
Bael 3460 ( #8550 )
...
* Hexagonal architecture: a quick and practical example
* BAEL 3486
* BAEL-3460
Airline introduction
* BAEL-3460
* BAEL-3460
Airline introduction
BAEL-3460
* BAEL-3460
* Formatting
2020-01-27 15:30:53 +00:00
Catalin Burcea
e9e36b35d2
[BAEL-3390] - Overview of generating barcodes and QR codes in Java ( #8418 )
...
Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2020-01-25 16:07:29 +02:00
Paturi Radhe Sravan
7a23abe4ff
BAEL-3597 Cactoos ( #8512 )
...
* BAEL-3597 Cactoos
* BAEL-3597 Cactoos
* BAEL-3597 Cactoos
* BAEL-3597 Cactoos
2020-01-14 09:04:07 -08:00
Dhawal Kapil
656e6d1738
BAEL-18777 POM Properties Cleanup #8234
...
- Properties cleanup of projects starting with k,l and m
2019-11-24 13:33:51 +05:30
Priyank Srivastava
e16bd73565
BAEL 3320 JCommander ( #7971 )
...
* init jcommander
* add model layer jcommander app
* service scaffolding
* init jcommander cli layer
* wire up services and commands
* splitter impl; validator impl; tests and cleanup
* cleanup pom
* integration tests
* fix uuid validator example
* optimise uuid regex; if-else to switch
* review comments
* fix builder formatting
* change list assertion in fetch charges tests
* missing minor edit
* move to new module libraries-3
* rm unwanted files
2019-11-05 21:52:34 +00:00