[jira] [Commented] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-28 Thread Marco Rizzi (Jira)


[ 
https://issues.apache.org/jira/browse/MINDEXER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203079#comment-17203079
 ] 

Marco Rizzi commented on MINDEXER-125:
--

Followed up in https://issues.sonatype.org/browse/OSSRH-60950

> Spring Boot Starter artifact missing
> 
>
> Key: MINDEXER-125
> URL: https://issues.apache.org/jira/browse/MINDEXER-125
> Project: Maven Indexer
>  Issue Type: Bug
>Reporter: Marco Rizzi
>Priority: Major
> Attachments: Screenshot from 2020-09-26 11-07-16.png
>
>
> For the artifacts in 
> [https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/,]
>  in the Maven Index I can only find 3 of them (module, javadoc and source).
> I can not find any entry for the 
> "{{spring-boot-starter-web-2.3.2.RELEASE.jar}}".
> Could the cause be related to the fact that the "module" artifact 
> ("{{spring-boot-starter-web-2.3.2.RELEASE.module}}") has the 
> "{{u:org.springframework.boot|spring-boot-starter-web|2.3.2.RELEASE|NA}}"? 
> AFAIK it should have a further suffix "{{module}}" since module is the 
> extension (according to "{{u}}" filed definition in [1]).
> Or could it be related to 
> [spring-boot-starter-web-2.3.2.RELEASE.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE.jar.sha1]
>  and 
> [spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1]
>  having the same value (i.e. "{{85f79121fdaabcbcac085d0d4aad34af9f8dbba2}}")
> Thanks in advance,
> Marco
> [1] 
> [https://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/indexer-core/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-26 Thread Marco Rizzi (Jira)


[ 
https://issues.apache.org/jira/browse/MINDEXER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202617#comment-17202617
 ] 

Marco Rizzi commented on MINDEXER-125:
--

[Central Index|https://maven.apache.org/repository/central-index.html] provides 
an index of the artifacts and (from Central Index home page) "This index is 
build using [Maven Indexer|https://maven.apache.org/maven-indexer/]";.
Maven Central is fine.
Maven Index is missing an artifact (I suppose [~michael-o] you agree on this) 
and "Maven Indexer" generated the index, shouldn't the issue be for "Maven 
Indexer"?
Shouldn't "Maven Indexer" code be fixed to generate the right index with 4 
artifacts instead of just 3?
Is Sonatype in charge of fixing the "Maven Indexer" code?
If yes, then this page 
https://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/indexer-core/issue-tracking.html
 should be changed.


> Spring Boot Starter artifact missing
> 
>
> Key: MINDEXER-125
> URL: https://issues.apache.org/jira/browse/MINDEXER-125
> Project: Maven Indexer
>  Issue Type: Bug
>Reporter: Marco Rizzi
>Priority: Major
> Attachments: Screenshot from 2020-09-26 11-07-16.png
>
>
> For the artifacts in 
> [https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/,]
>  in the Maven Index I can only find 3 of them (module, javadoc and source).
> I can not find any entry for the 
> "{{spring-boot-starter-web-2.3.2.RELEASE.jar}}".
> Could the cause be related to the fact that the "module" artifact 
> ("{{spring-boot-starter-web-2.3.2.RELEASE.module}}") has the 
> "{{u:org.springframework.boot|spring-boot-starter-web|2.3.2.RELEASE|NA}}"? 
> AFAIK it should have a further suffix "{{module}}" since module is the 
> extension (according to "{{u}}" filed definition in [1]).
> Or could it be related to 
> [spring-boot-starter-web-2.3.2.RELEASE.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE.jar.sha1]
>  and 
> [spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1]
>  having the same value (i.e. "{{85f79121fdaabcbcac085d0d4aad34af9f8dbba2}}")
> Thanks in advance,
> Marco
> [1] 
> [https://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/indexer-core/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-26 Thread Marco Rizzi (Jira)


[ 
https://issues.apache.org/jira/browse/MINDEXER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202563#comment-17202563
 ] 

Marco Rizzi commented on MINDEXER-125:
--

There are 4 artifacts in Maven Repo [1]: jar, source, javadoc and module.
 There are only 3 artifacts in the latest Maven Index [2]: source (doc # 
14794280), javadoc (doc# 14794281) and module (doc #14794279)

!Screenshot from 2020-09-26 11-07-16.png!

The "{{spring-boot-starter-web-2.3.2.RELEASE.jar}}" is not in the Maven Index.

Isn't this an issue of the Maven Indexer?

[1] 
[https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/]
 [2] [https://repo1.maven.org/maven2/.index/nexus-maven-repository-index.gz]

> Spring Boot Starter artifact missing
> 
>
> Key: MINDEXER-125
> URL: https://issues.apache.org/jira/browse/MINDEXER-125
> Project: Maven Indexer
>  Issue Type: Bug
>Reporter: Marco Rizzi
>Priority: Major
> Attachments: Screenshot from 2020-09-26 11-07-16.png
>
>
> For the artifacts in 
> [https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/,]
>  in the Maven Index I can only find 3 of them (module, javadoc and source).
> I can not find any entry for the 
> "{{spring-boot-starter-web-2.3.2.RELEASE.jar}}".
> Could the cause be related to the fact that the "module" artifact 
> ("{{spring-boot-starter-web-2.3.2.RELEASE.module}}") has the 
> "{{u:org.springframework.boot|spring-boot-starter-web|2.3.2.RELEASE|NA}}"? 
> AFAIK it should have a further suffix "{{module}}" since module is the 
> extension (according to "{{u}}" filed definition in [1]).
> Or could it be related to 
> [spring-boot-starter-web-2.3.2.RELEASE.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE.jar.sha1]
>  and 
> [spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1]
>  having the same value (i.e. "{{85f79121fdaabcbcac085d0d4aad34af9f8dbba2}}")
> Thanks in advance,
> Marco
> [1] 
> [https://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/indexer-core/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-26 Thread Marco Rizzi (Jira)


 [ 
https://issues.apache.org/jira/browse/MINDEXER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Rizzi updated MINDEXER-125:
-
Attachment: Screenshot from 2020-09-26 11-07-16.png

> Spring Boot Starter artifact missing
> 
>
> Key: MINDEXER-125
> URL: https://issues.apache.org/jira/browse/MINDEXER-125
> Project: Maven Indexer
>  Issue Type: Bug
>Reporter: Marco Rizzi
>Priority: Major
> Attachments: Screenshot from 2020-09-26 11-07-16.png
>
>
> For the artifacts in 
> [https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/,]
>  in the Maven Index I can only find 3 of them (module, javadoc and source).
> I can not find any entry for the 
> "{{spring-boot-starter-web-2.3.2.RELEASE.jar}}".
> Could the cause be related to the fact that the "module" artifact 
> ("{{spring-boot-starter-web-2.3.2.RELEASE.module}}") has the 
> "{{u:org.springframework.boot|spring-boot-starter-web|2.3.2.RELEASE|NA}}"? 
> AFAIK it should have a further suffix "{{module}}" since module is the 
> extension (according to "{{u}}" filed definition in [1]).
> Or could it be related to 
> [spring-boot-starter-web-2.3.2.RELEASE.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE.jar.sha1]
>  and 
> [spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1]
>  having the same value (i.e. "{{85f79121fdaabcbcac085d0d4aad34af9f8dbba2}}")
> Thanks in advance,
> Marco
> [1] 
> [https://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/indexer-core/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-25 Thread Marco Rizzi (Jira)
Marco Rizzi created MINDEXER-125:


 Summary: Spring Boot Starter artifact missing
 Key: MINDEXER-125
 URL: https://issues.apache.org/jira/browse/MINDEXER-125
 Project: Maven Indexer
  Issue Type: Bug
Reporter: Marco Rizzi


For the artifacts in 
[https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/,]
 in the Maven Index I can only find 3 of them (module, javadoc and source).

I can not find any entry for the 
"{{spring-boot-starter-web-2.3.2.RELEASE.jar}}".


Could the cause be related to the fact that the "module" artifact 
("{{spring-boot-starter-web-2.3.2.RELEASE.module}}") has the 
"{{u:org.springframework.boot|spring-boot-starter-web|2.3.2.RELEASE|NA}}"? 
AFAIK it should have a further suffix "{{module}}" since module is the 
extension (according to "{{u}}" filed definition in [1]).

Or could it be related to 
[spring-boot-starter-web-2.3.2.RELEASE.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE.jar.sha1]
 and 
[spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1|https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.3.2.RELEASE/spring-boot-starter-web-2.3.2.RELEASE-javadoc.jar.sha1]
 having the same value (i.e. "{{85f79121fdaabcbcac085d0d4aad34af9f8dbba2}}")

Thanks in advance,
Marco

[1] 
[https://maven.apache.org/maven-indexer-archives/maven-indexer-LATEST/indexer-core/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)