498 questions
0
votes
0
answers
22
views
Unable to load the service index for source https://pkgs.dev.azure.com/securityassurance/_packaging/SecurityTools/nuget/v3/index.json
We need to implement the AntiSSRF library for all HTTP client calls from the server. To do this, we need to obtain the required package from the "Security Tools" feed. However, I encountered ...
0
votes
0
answers
20
views
how to upload spring boot artifact in nexus repository then use them in other spring boot project
I uploading a spring boot project jar in nexus repository, and when use it as dependency in an other project locally, it doesn't recognize the import statement even though it fetch the dependency from ...
0
votes
0
answers
55
views
Could not resolve all dependencies for configuration 'incomingCatalogForLibs0'
I have base project where I define build plugins that refer versions and libraries from libs.version.toml file. I have other repo that refer plugins defined in base project and I have google artifact ...
0
votes
0
answers
23
views
Artifact Null on extract from the dependency
I am having a working module, I am trying to inject the module into new application not using the compose version 1.8.2 in my application, even though its checking for 1.8.2 in my cached folder and ...
0
votes
0
answers
101
views
Cannot Run .jar Executable after Building JavaFX Application
I am trying to build a .jar executable from a JavaFX Application in IntelliJ Idea. The .jar file is not running, and displays an error message saying, "A Java Exception has occurred." when I ...
0
votes
0
answers
115
views
Managing a Large Number of Artifacts in Artifactory OSS and Migration from Pro
I am currently using Artifactory version 6.9.0 and have a repository serving approximately 130,000 artifacts. I would like to know if this volume is manageable with Artifactory OSS, or if there are ...
1
vote
0
answers
113
views
Getting/Setting properties for existing artifact 'Folder' in Artifactory using CLI or REST api
I'm looking for CLI or Rest API(Prefered) command which allows to SET/GET/UPDATE properties to artifact folder with specified repository name.
Is it possible? How to do it?
The folder need not be ...
0
votes
0
answers
147
views
Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=androidx.activity:activity:1.8.0
I build Native SDK for android. To build SDK for react native (for the same product), I used bridging method.
I added native SDKs of Android and iOS in the React native and build an SDK for the react ...
2
votes
0
answers
74
views
How can I access submodule's classes from inner packages?
I was not aware that cross visibility quirkiness remained even on published artifacts, so I've found these to be some rules of thumb I wasn't aware:
Transient Transitive dependencies are not ...
0
votes
0
answers
50
views
Gradle 7.2 Failing to publish bootjar in multi module
I have spring boot based multi module project, which was defined in sourcesets. We are upgrade from java11 to java 17 and gradle 6.9 to 7.2. It was defined using sourcesets, where we are seggregating ...
0
votes
1
answer
45
views
jenkins artifact - how to set the base prefix to use NODE_NAME from environment list variable
we use artifact manager plugin in jenkins to pull out the build logs from all jenkins job, but to make the folder inside the S3 bucket being uniq, we need to set the folder as server name/node-name ...
0
votes
0
answers
19
views
When navigating from a fragment containing a PreferenceScreen, artifacts appear in the Button
I have 2 Fragments, the second one contains the PreferenceScreen, the first one contains the RecyclerView, a root container for the RecyclerView - MaterialCard. The root container of the item is a ...
0
votes
0
answers
49
views
Composer installer-paths not being respected
I am using the johnpbloch/wordpress-project composer template for my Wordperss project. In this project, we are using a theme downloaded from the internet that is not distributed by composer. I ...
0
votes
0
answers
50
views
How to access pipeline artifact with Azure Extension?
lets say I have a csv file published as a pipeine artifact and I want to develop an Azure Extension that uses this to generate a graph later on and display it in a tab.
How would I do the first step? ...
1
vote
1
answer
52
views
install4j-runtime 10.0.8 dependency is not downloading
<dependency>
<groupId>com.install4j</groupId>
<artifactId>install4j-runtime</artifactId>
<version>10.0.8</version>
&...