Thank you for the info, Francois.

I also confirmed that Apache repository is correct and Maven Central is 
outdated still (as of now). It's really strange because Apache repo was updated 
9 days ago (2026-01-19).

$ curl 
https://repository.apache.org/content/groups/public/org/apache/xbean/xbean-asm9-shaded/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <groupId>org.apache.xbean</groupId>
  <artifactId>xbean-asm9-shaded</artifactId>
  <versioning>
    <latest>4.30</latest>
    <release>4.30</release>
    <versions>
      <version>4.18</version>
      <version>4.19</version>
      <version>4.20</version>
      <version>4.21</version>
      <version>4.22</version>
      <version>4.23</version>
      <version>4.24</version>
      <version>4.25</version>
      <version>4.26</version>
      <version>4.27</version>
      <version>4.28</version>
      <version>4.29</version>
      <version>4.30</version>
    </versions>
    <lastUpdated>20260119093634</lastUpdated>
  </versioning>
</metadata>


$ curl 
https://repo1.maven.org/maven2/org/apache/xbean/xbean-asm9-shaded/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <groupId>org.apache.xbean</groupId>
  <artifactId>xbean-asm9-shaded</artifactId>
  <versioning>
    <latest>4.29</latest>
    <release>4.29</release>
    <versions>
      <version>4.18</version>
      <version>4.19</version>
      <version>4.20</version>
      <version>4.21</version>
      <version>4.22</version>
      <version>4.23</version>
      <version>4.24</version>
      <version>4.25</version>
      <version>4.26</version>
      <version>4.27</version>
      <version>4.28</version>
      <version>4.29</version>
    </versions>
    <lastUpdated>20251217164814</lastUpdated>
  </versioning>
</metadata>


On 2026/01/27 09:22:03 Francois Papon wrote:
> Hi Dongjoon,
> 
> I think it's a refresh problem from Central because it's available on 
> ASF repository:
> 
> https://repository.apache.org/content/groups/public/org/apache/xbean/xbean-asm9-shaded/4.30/
> 
> I will ping ASF infra to check if there is some know issues.
> 
> regards,
> 
> François
> [email protected]
> [email protected]
> 
> Le 27/01/2026 à 04:45, Dongjoon Hyun a écrit :
> > Thank you so much.
> >
> > May I ask when it becomes available in Maven Central? As of now, it's not 
> > available.
> >
> >
> > $ curl 
> > https://repo1.maven.org/maven2/org/apache/xbean/xbean-asm9-shaded/4.30/
> > <html>
> > <head><title>404 Not Found</title></head>
> > ...
> >
> >
> > Dongjoon.
> >
> > On 2026/01/26 17:08:13 Francois Papon wrote:
> >> The Apache Geronimo team is pleased to announce the release of Apache
> >> Geronimo XBean 4.30.
> >>
> >> This is a feature release for the major 4.x.
> >>
> >> This release includes 1 issue resolved and is available for Download now:
> >>
> >> * Bug
> >>
> >>       [XBEAN-354] - constructor selection using named parameters doesn't
> >> work on builtin classes
> >>
> >> * Improvement
> >>
> >>       [XBEAN-352] - Upgrade ASM to 9.9.1
> >>       [XBEAN-353] - Honor Option.CASE_INSENSITIVE_PROPERTIES when looking
> >> for constructors
> >>
> >> Release binaries (.jars) are also available through Maven Central and
> >> source bundles through Apache distribution mirrors.
> >>
> >> Enjoy!
> >>
> >> The Apache Geronimo Team
> >>
> >>
> 

Reply via email to