Özkan The JVMBender

14 Followers
494 Following
772 Posts

Software engineer, Linux user since 2000

#java developer, #rust learner, #javascript/#typescript writer,cpp/qt enjoyer, .net/c# fiddler. #postgresql #linux

codehttps://github.com/ozkanpakdil
bloghttps://ozkanpakdil.github.io/
stackoverflowhttps://stackoverflow.com/users/175554/ozkanpakdil?tab=profile
FediDevs | FAQ

Frequently Asked Questions

Also learned (probably re-learned, actually, for the Nth time) that Spring Data wants an entity with either a single constructor with the necessary parameters (All Args), or at least one of the constructors has to be a No-Arg constructor. Or (what we settled on), annotate the all-args one with @‍PersistenceCreator. (See https://docs.spring.io/spring-data/relational/reference/object-mapping.html#mapping.object-creation)

I think it's important to not just fix a problem (after all, the exception said "can't find a no-arg constructor"), but understand _why_ it wasn't working.

This is the way to avoid the accumulation of cruft: stuff that works, but where there was a better way to do it.

Note: must also balance this with perfectionism!

Object Mapping Fundamentals :: Spring Data Relational

I upgraded 2 desktops and 2 servers to Fedora 40

So boring… In the positive way! No problems at all, a very smooth upgrade as always 🚀

This is why I use #Fedora (#Silverblue) for years 🥰

I'm working on the headless Glass platform for JavaFX. Currently, 92% of the non-Robot system tests are passing. Still lots of work ahead.
https://github.com/openjdk/jfx-sandbox/tree/johanvos-headless
GitHub - openjdk/jfx-sandbox at johanvos-headless

OpenJFX Committers Sandbox. Contribute to openjdk/jfx-sandbox development by creating an account on GitHub.

GitHub

@Ozzy @fornever @rafaelldi Honestly, the best thing is to start writing what your 13+ year .NET brain wants to write and then use JetBrains Rider and ReSharper’s quick fixes to get caught back up to the present.

Just be sure to set the <LangVersion>preview</LangVersion> in your `.csproj` to see the latest changes to the language.

We also have some content here.

https://www.jetbrains.com/guide/dotnet/

.NET

A learning journey into .NET and tools like ReSharper, Rider and more.

@intellijidea can you please tell who are the lead developers on #rider IDE ? I want to follow #dotnet developers and see what they're up to ?
Run, do not walk, to see Deep Sky: The IMAX 2D Experience. It’s a beautiful documentary about the Webb telescope. Completely mind blowing, especially in IMAX. It’s only in a few theaters for a short time.
Support for 'QUERY' method · Issue #51562 · nodejs/node

Version v20.10.0 Platform Linux evertbook6f 6.6.11-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 10 19:25:59 UTC 2024 x86_64 GNU/Linux Subsystem node:http What steps will reproduce the bug? The QU...

GitHub
waiting for the bus to fly to #London from #glasgow , first time in a long time leaving this city , excited happy

Spring Boot 3.3.0-RC1 has been released.

Features include:

* Auto-configure support for Embedded Web Server SSL with SNI
* Support for Prometheus Client 1.x
* Completion of our documentation migration to Antora

The new docs are at https://docs.spring.io/spring-boot/

https://spring.io/blog/2024/04/19/spring-boot-3-3-0-rc1-available-now

#springboot

Spring Boot :: Spring Boot