Raja Nagendra Kumar
Raja Nagendra Kumar
\java\spring-boot\otel\es\logagr>docker-compose up ``` [+] Running 6/6 ✘ comment-service Error pull access denied for cassiomolin/comment-service, repository does ... 3.0s ✘ logstash Error context canceled 3.0s ✘ kibana Error context canceled 3.0s...
 The benchmark doc says about redis but commands used are diceDB..is it doc error
Can you give HelloWorld Gradle plugine example build.gradle.kts script used to publish to https://jitpack.io/ also, does this help in publishing to all these 6 with one publish CLI command i.e....
``` :\temp\java\tutorials\testing\junit5\assertcounter\AssertsAgent>gradle > Task :sourcesJar FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sourcesJar'. > Entry reference.conf is a duplicate but no duplicate...
``` allprojects { afterEvaluate { group = prjGroup var verE = rootProject.extensions.getByName("versioning") as VersioningExtension version = "${verE.major}.${verE.minor}.${verE.build}-${verE.preRelease}" } repositories { maven { name = "GitHubPackages" url = uri("https://maven.pkg.github.com/nagkumar/java") credentials {...
Can you pl. explain the purpose of the CODE property. When does this increase, and how is this used in the real world?
> Module: asserts-counter Task: jar UP-TO-DATE > Plugin GrabVer v2.0.3 INFO - Current version: 1.0.0 #0 code=1 INFO - Release build detected => 'Code' version will auto increment INFO -...
``` Build file 'C:\temp\java\tutorials\testing\junit5\AssertsCounter\build.gradle.kts' line: 1 An exception occurred applying plugin request [id: 'me.moallemi.advanced-build-version', version: '3.0.0'] > Failed to apply plugin 'me.moallemi.advanced-build-version'. > gradle-advanced-build-version only works with android application modules...
``` The following dependencies have later milestone versions: - org.jetbrains.kotlin:kotlin-reflect [2.2.0 -> 2.2.20-Beta2] https://kotlinlang.org/ - org.jetbrains.kotlin:kotlin-stdlib [2.2.0 -> 2.2.20-Beta2] https://kotlinlang.org/ ``` ``` The following dependencies are using the latest milestone...
``` > Task :test WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction (file:/C:/Users/nagkumar/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.17.6/8c70cbc6950b2ae5291a98d5003e06406d633803/byte-buddy-1.17.6.jar) WARNING: Please consider reporting this to the maintainers...