Skip to content

Commit

Permalink
2025 Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Nov 27, 2024
1 parent 16cae95 commit ccf6742
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 64 deletions.
10 changes: 5 additions & 5 deletions debian/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
quarkus.log.console.enable=false

quarkus.log.file.enable=true
quarkus.log.file.path=/var/log/rivieradev-quarkus-2024/rivieradev-quarkus-2024.log
quarkus.log.file.path=/var/log/rivieradev-quarkus-2025/rivieradev-quarkus-2025.log
quarkus.log.file.rotation.max-file-size=1M
quarkus.log.file.rotation.max-backup-index=100

mp.jwt.decrypt.key.location=/etc/rivieradev-quarkus-2024/privateKey.pem
smallrye.jwt.sign.key.location=/etc/rivieradev-quarkus-2024/privateKey.pem
mp.jwt.verify.publickey.location=/etc/rivieradev-quarkus-2024/publicKey.pem
smallrye.jwt.encrypt.key.location=/etc/rivieradev-quarkus-2024/publicKey.pem
mp.jwt.decrypt.key.location=/etc/rivieradev-quarkus-2025/privateKey.pem
smallrye.jwt.sign.key.location=/etc/rivieradev-quarkus-2025/privateKey.pem
mp.jwt.verify.publickey.location=/etc/rivieradev-quarkus-2025/publicKey.pem
smallrye.jwt.encrypt.key.location=/etc/rivieradev-quarkus-2025/publicKey.pem
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rivieradev-quarkus-2025 (1) UNRELEASED; urgency=medium

* Initial import of rivieradev-quarkus-2025

-- Stephane Epardaud <[email protected]> Wed, 27 Nov 2024 14:11:31 +0200

rivieradev-quarkus-2024 (1) UNRELEASED; urgency=medium

* Initial import of rivieradev-quarkus-2024
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Source: rivieradev-quarkus-2024
Source: rivieradev-quarkus-2025
Section: unknown
Priority: extra
Maintainer: Stephane Epardaud <[email protected]>
Build-Depends: debhelper (>= 9), maven
Standards-Version: 3.9.5

Package: rivieradev-quarkus-2024
Package: rivieradev-quarkus-2025
Architecture: all
Depends: ${misc:Depends}
Description: rivieradev-quarkus-2024 application
Description: rivieradev-quarkus-2025 application
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP=rivieradev-quarkus-2024
APP=rivieradev-quarkus-2025
QUARKUS_USER=quarkus
CLUSTER=

Expand Down
2 changes: 1 addition & 1 deletion debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ random () {
echo
}

APP=rivieradev-quarkus-2024
APP=rivieradev-quarkus-2025
QUARKUS_USER=quarkus
CLUSTER=

Expand Down
1 change: 0 additions & 1 deletion debian/rivieradev-quarkus-2024.conffiles

This file was deleted.

2 changes: 0 additions & 2 deletions debian/rivieradev-quarkus-2024.default

This file was deleted.

1 change: 1 addition & 0 deletions debian/rivieradev-quarkus-2025.conffiles
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/rivieradev-quarkus-2025/application.properties
2 changes: 2 additions & 0 deletions debian/rivieradev-quarkus-2025.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set this to 1 to allow rivieradev-quarkus-2025 to start
IS_QUARKUS_CONFIGURED=0
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#! /bin/sh
#
# Startup script for rivieradev-quarkus-2024.
# Startup script for rivieradev-quarkus-2025.
#
# Stephane Epardaud <[email protected]>
# Copyright 2024, Stephane Epardaud
# Copyright 2025, Stephane Epardaud
#

### BEGIN INIT INFO
# Provides: rivieradev-quarkus-2024
# Provides: rivieradev-quarkus-2025
# Required-Start: $local_fs $network $named
# Required-Stop: $local_fs $network $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop rivieradev-quarkus-2024
# Description: rivieradev-quarkus-2024 application
# Short-Description: start and stop rivieradev-quarkus-2025
# Description: rivieradev-quarkus-2025 application
### END INIT INFO

APP=rivieradev-quarkus-2024
APP=rivieradev-quarkus-2025
USER=quarkus
CLUSTER=

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

NAME=rivieradev-quarkus-2024
NAME=rivieradev-quarkus-2025

DEB_PATH=debian/$(NAME)
BIN_PATH=/usr/bin/
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.12.0.CR1</quarkus.platform.version>
<quarkus.platform.version>3.17.0</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
<renarde.version>3.0.18</renarde.version>
<web-bundler.version>1.6.0</web-bundler.version>
<renarde.version>3.0.19</renarde.version>
<web-bundler.version>1.7.3</web-bundler.version>
<ngrok.version>1.5.1</ngrok.version>
<quarkus.poi.version>2.0.6</quarkus.poi.version>
</properties>
Expand Down Expand Up @@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not define any DEV/TEST so we get dev services
%prod.quarkus.datasource.username=rivieradev
%prod.quarkus.datasource.password=rivieradev
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5435/rivieradev-2024
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5435/rivieradev-2025

# we have rather large talk abstracts, I've seen 8kb abstracts, this is for backoffice
quarkus.http.limits.max-form-attribute-size=10M
Expand All @@ -20,5 +20,8 @@ quarkus.web-bundler.bundle.live=true

#quarkus.log.category."io.quarkiverse.web.bundler".level=DEBUG

# Latest is V3 but it's not supported by our prod server :-/
quarkus.native.march=x86-64-v2

# Start with prod data
%dev.dev-auto-setup.url=https://2024.rivieradev.fr/Serialiser/json
27 changes: 14 additions & 13 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ views.main.language.en=EN

views.main.contact=Contact
views.main.archives=See previous editions
views.main.editions.2024=Riviera DEV 2024
views.main.editions.2023=Riviera DEV 2023
views.main.editions.2021=Riviera DEV 2021
views.main.editions.2019=Riviera DEV 2019
Expand All @@ -44,7 +45,7 @@ views.application.openGraph=Riviera DEV, that’s 3 days of conferences and work
views.application.index.teaser=Subject to last-minute changes due to Covid

views.application.index.title=Welcome
views.application.index.date=July 8-9-10 2024
views.application.index.date=July 7-8-9 2025
views.application.index.place=Sophia Antipolis
views.application.index.tickets=Buy tickets
views.application.index.cfp.join=Talk at Riviera DEV
Expand All @@ -57,7 +58,7 @@ views.application.index.intro.subtitle2=in the most beautiful European technolog
views.application.index.questions.what=What?
views.application.index.questions.what.answer=3 day of conferences and workshops
views.application.index.questions.when=When?
views.application.index.questions.when.answer=July 8-9-10 2024
views.application.index.questions.when.answer=July 7-8-9 2025
views.application.index.questions.where=Where?
views.application.index.questions.where.answer=Sophia Antipolis, Skema Business School

Expand All @@ -67,7 +68,7 @@ views.application.index.aboutUs.dna=Riviera DEV is a conference by developers, f
views.application.index.aboutUs.seePhotos=See all photos

views.application.index.days.title=On the agenda
views.application.index.days.deepdive.date=8th July, 2024
views.application.index.days.deepdive.date=7th July, 2025
views.application.index.days.deepdive.title=Deep Dive Day
views.application.index.days.deepdive.desc=<p>Dedicated to a smaller audience, it offers to gain more in-depth knowledge of complex subjects.</p><p>There are 2 types of sessions running during the day, each running for 3 hours.</p>
views.application.index.days.deepdive.conf.title=Deep Dive Sessions
Expand All @@ -76,7 +77,7 @@ views.application.index.days.deepdive.workshop.title=Hands-on Labs
views.application.index.days.deepdive.workshop.desc=Bring your own laptop and get coding in these practical hands-on sessions under the tutelage of an expert. These labs give you the chance to delve into a specific technology or methodology.
views.application.index.days.deepdive.judcon.title=Quarkus World Tour dedicated tracks
views.application.index.days.deepdive.judcon.desc=Additional tracks with Hands-on Labs and Deep Dive Sessions dedicated to Quarkus
views.application.index.days.conf.date=9th - 10th July, 2024
views.application.index.days.conf.date=8th - 9th July, 2025
views.application.index.days.conf.title=Conference Days
views.application.index.days.conf.desc=Conference Days provide keynotes, conferences and workshops on the theme "We're not just coders".
views.application.index.days.conf.keynote.title=Keynotes
Expand Down Expand Up @@ -148,17 +149,17 @@ views.application.subscribe.pass.salenotyet=The sale is not yet open
views.application.subscribe.pass.sold.out=Sold-out
views.application.subscribe.pass.student=Students: %d€
views.application.subscribe.pass.deepdive.name=Deep Dive
views.application.subscribe.pass.deepdive.days=1 day : 8th July, 2024
views.application.subscribe.pass.deepdive.days=1 day : 7th July, 2025
views.application.subscribe.pass.conference.name=Conference
views.application.subscribe.pass.conference.days=2 days : 9th & 10th July, 2024
views.application.subscribe.pass.conference.days=2 days : 8th & 9th July, 2025
views.application.subscribe.pass.combi.name=Combi
views.application.subscribe.pass.training.name=Training
views.application.subscribe.pass.training.text1=This year, you have an other way to convince your employer to register you for Riviera DEV.
views.application.subscribe.pass.training.text2=Thanks to our partner <strong>SOFTEAM Institute</strong>, a certified training organization, your employer can <strong>charge the registration fees and salaries</strong> to its mandatory training actions provided by its <strong>OPCO</strong>.
views.application.subscribe.pass.training.text3=To do so, you can request a training agreement from SOFTEAM Institute, which has to be sent to your OPCO for validation.
views.application.subscribe.pass.training.text4=Beware: This is available only to people employed under a French work contract.
views.application.subscribe.pass.training.button=Make the step
views.application.subscribe.pass.combi.days=3 days : 8th, 9th & 10th July, 2024
views.application.subscribe.pass.combi.days=3 days : 7th, 8th & 9th July, 2025
views.application.subscribe.pass.include.deepdive.conferences=Deep Dive sessions
views.application.subscribe.pass.include.deepdive.workshops=Deep Dive workshops
views.application.subscribe.pass.include.conference.conferences=Conferences sessions
Expand All @@ -181,7 +182,7 @@ views.application.access.where=Where is the event ?
views.application.access.how=How to get there ?
views.application.access.in-sophia.1=In Sophia Antipolis
views.application.access.in-sophia.2=Meet at the <strong>Skema Business School</strong> campus, in the heart of Sophia Antipolis.
views.application.access.dates.1=July 8th-9th-10th 2024
views.application.access.dates.1=July 7th-8th-9th 2025
views.application.access.dates.2=Riviera DEV takes place in May when the weather turns back to gorgeous.
views.application.access.bike.title=By bike
views.application.access.bike.1=Enjoy Sophia-Antipolis cycle lanes to commute to the conference. Cycle hoops are available at Skema to secure your bike. You can find <a href="https://www.choisirlevelo.org/carte-velo/">a map of Sophia's cycling infrastructure</a> on the website of <a href="https://www.choisirlevelo.org/">Choisir le vélo</a>.
Expand Down Expand Up @@ -323,7 +324,7 @@ views.application.becomeSponsor.download=Sponsoring leaflet

views.application.schedule.title=Program
views.application.schedule.subtitle=Organize your day. Choose the talks and workshops you want to attend.
views.application.schedule.unavailable=The detailed program is not available yet, but you can have a look at the <a href="http://2023.rivieradev.fr/programme" target="_blank">2023&nbsp;session</a> to get an idea&nbsp;:)
views.application.schedule.unavailable=The detailed program is not available yet, but you can have a look at the <a href="http://2024.rivieradev.fr/programme" target="_blank">2024&nbsp;session</a> to get an idea&nbsp;:)
views.application.schedule.unavailable.speakers.available=The detailed program will be available soon, in the meantime you can already have a look at <a href="/talks">the&nbsp;talks</a> as well as <a href="/speakers">the&nbsp;speakers</a>.
views.application.schedule.unavailable.talks=Discover the talks
views.application.schedule.unavailable.intro=In the meantime, you can see below how the days will be organized:
Expand Down Expand Up @@ -424,10 +425,10 @@ views.application.cfp.motivation.1=On top of the great conference, make sure to
views.application.cfp.motivation.2=Don't miss the <strong>speaker dinner</strong> on Friday evening, with a great
views.application.cfp.motivation.3=dinner on the beach.

views.application.banner.speaker.date.1=July 08 <span id="citation_1">|</span> 09 <span id="citation_1">|</span> 10
views.application.banner.speaker.date.2=2024
views.application.banner.speaker.date.3=They'll be here in 2024
views.application.banner.sponsor.date.1=Our 2024 sponsors
views.application.banner.speaker.date.1=July 07 <span id="citation_1">|</span> 08 <span id="citation_1">|</span> 09
views.application.banner.speaker.date.2=2025
views.application.banner.speaker.date.3=They'll be here in 2025
views.application.banner.sponsor.date.1=Our 2025 sponsors

tags.sponsorsPreviousYears.title=They trusted us the previous years
tags.previousSpeakers.title=They were at Riviera DEV
Expand Down
Loading

0 comments on commit ccf6742

Please sign in to comment.