This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9704479 add ChurConf
9704479 is described below
commit 9704479c7ace67b4f33e1d6806ab655a362382ed
Author: Paul King <[email protected]>
AuthorDate: Wed Oct 29 09:31:33 2025 +1000
add ChurConf
---
site/src/site/assets/img/confs/chur-conf-logo.png | Bin 0 -> 16643 bytes
site/src/site/sitemap-user.groovy | 24 ++++++----------------
2 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/site/src/site/assets/img/confs/chur-conf-logo.png
b/site/src/site/assets/img/confs/chur-conf-logo.png
new file mode 100644
index 0000000..2aa7a05
Binary files /dev/null and b/site/src/site/assets/img/confs/chur-conf-logo.png
differ
diff --git a/site/src/site/sitemap-user.groovy
b/site/src/site/sitemap-user.groovy
index c7d6824..698f5b8 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -215,26 +215,14 @@ ecosystem {
allEvents {
// Note that the event image should be 257x180 to look nice
- event('JavaZone 2025') {
- location 'NOVA Spektrum, Lillestrøm'
- date 'September 3-4, 2025'
- url 'https://2025.javazone.no/en'
- logo 'img/confs/javazone2025.png'
+ event('ChurConf 2025') {
+ location 'Parnell Conference Centre, Auckland'
+ date 'November 2, 2025'
+ url 'https://churconf.com/'
+ logo 'img/confs/chur-conf-logo.png'
description '''
<p>
- JavaZone is the biggest community-driven Java conference that has
been organized in Oslo, Norway since 2001.
- </p>
- '''
- }
- event('Community over Code NA') {
- location 'Minneapolis, Minnesota'
- date 'September 11-14, 2025'
- url 'https://communityovercode.org/'
- logo 'img/confs/coc2024.png'
- description '''
- <p>
- The latest innovations from dozens of Apache projects and their
communities in a collaborative,
- vendor-neutral environment.
+ A Java community conference bringing together companies and
enthusiasts focussing on Java development.
</p>
'''
}